+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.
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)