From 706b2fc76359af9a4bf91501cccae35b56606191 Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 13 Nov 2008 16:11:51 -0500 Subject: [PATCH] version bump darcs-hash:20081113211151-c8de0-4c490c66213512293a9d9ff64473b35d97cfe7ba.gz --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 43c9d6f..ea14eb6 100644 --- 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. diff --git a/configure.ac b/configure.ac index 7e7e078..23d7c2c 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.30.2