chiark / gitweb /
version bump (2.0.1)
authorstevenj <stevenj@alum.mit.edu>
Wed, 16 Jun 2010 23:24:29 +0000 (19:24 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 16 Jun 2010 23:24:29 +0000 (19:24 -0400)
darcs-hash:20100616232429-c8de0-799eaee381a4c708ef7ece3f20b8db217d1242e7.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3a83e0f91c4a5232ca71253efe11cc001802acca..7787490442b994222417c3c2a76e85d6ebf82ca7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NLopt 2.0.1 (16 June 2010)
+
+* Bug fix in Fortran API (for nlo_get_ functions returning arrays).
+
+* Fixed buggy compilation with MinGW.
+
 NLopt 2.0 (15 June 2010)
 
 * New C API, that works by creating an nlopt_opt "object" and then calling
index 507a07cc5eb94e6171c9406d9bbb8e433fc44184..c70717ccd8586d88a5d689fd5adab16c23f54bbf 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 2.0, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 2.0.1, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="3:0:3" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="3:1:3" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)