From 6c62d4283d3ae6537e47f2690af919bb80650ebf Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 26 May 2011 13:48:15 -0400 Subject: [PATCH] version bump to 2.2.2, updated NEWS darcs-hash:20110526174815-c8de0-1d6b6104346ee393bf2f96c9215f0408a49ca4f0.gz --- NEWS | 9 ++++++++- configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3f16f1c..c56ce64 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NLopt 2.2.2 +NLopt 2.2.2 (26 May 2011) * Added set_vector_storage API to modify the memory usage and the subspace dimension for low-storage quasi-Newton methods. @@ -19,6 +19,13 @@ NLopt 2.2.2 * Fixed deprecated API to support xtol_abs == NULL for backward compatibility (thanks to Francesco Biscani for the bug report). +* Made Luksan algorithms (e.g. LBFGS and other quasi-Newton methods) + re-entrant; thanks to Gert Wollny for the bug report. (Fixes + Gentoo bug #368685.) + +* Fixed bug in DIRECT (not ORIG_DIRECT), where a typo caused suboptimal + convergence in some cases; thanks to Sinisa Hristov for the bug report. + NLopt 2.2.1 (6 September 2010) * If you compile nlopt.h with the NLOPT_DLL_EXPORT symbol #defined, diff --git a/configure.ac b/configure.ac index 270494b..b466051 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, 2.2.1, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.2.2, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="5:1:5" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="6:0:6" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2