From 765b76ae9da8958fdb548ccddd61069841278820 Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 8 Jun 2011 13:21:27 -0400 Subject: [PATCH] version bump to 2.2.3 darcs-hash:20110608172127-c8de0-476b126645d4830a0fdd2247b72a0887eada8a21.gz --- NEWS | 8 ++++++++ configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c56ce64..4b67a8e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +NLopt 2.2.3 (8 June 2011) + +* Fixed additional re-entrancy problem in Luksan algorithms missed + in the previous version; thanks to Gert Wollny for the bug report. + +* Fixed set/get vector_storage in Fortran interface for Fortran + compilers with all-uppercase linkage. + NLopt 2.2.2 (26 May 2011) * Added set_vector_storage API to modify the memory usage and the diff --git a/configure.ac b/configure.ac index b466051..1608fed 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.2, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.2.3, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="6:0:6" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="6:1:6" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2