chiark / gitweb /
version bump
authorstevenj <stevenj@alum.mit.edu>
Thu, 13 Nov 2008 21:11:51 +0000 (16:11 -0500)
committerstevenj <stevenj@alum.mit.edu>
Thu, 13 Nov 2008 21:11:51 +0000 (16:11 -0500)
darcs-hash:20081113211151-c8de0-4c490c66213512293a9d9ff64473b35d97cfe7ba.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 43c9d6f6c0dfe038375b0f25bdf2207576f9d71e..ea14eb6f6a273a677adaaad56f0d93e5e0bc6b26 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NLopt 1.0.1 (13 Nov. 2008)
+
+* Allow user to override Matlab-plugin installation directory with
+  MEX_INSTALL_DIR.
+
+* Bug fix in my DIRECT code that prevented convergence (DIRECT-L unaffected).
+
+* MLSL needs a nonzero default ftol_rel and/or xtol_rel to ensure that
+  its local searches terminate; use roughly machine precision as defaults.
+
 NLopt 1.0 (11 Nov. 2008)
 
 * Initial public release.
index 7e7e0782cee12a1a44d87520558bfb6a363c4457..23d7c2c33406e87d1d0be0cdf68418ea9a2b1d14 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 1.0, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 1.0.1, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="0:0:0" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="0:1:0" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)