chiark / gitweb /
version bump to 2.2.3
authorstevenj <stevenj@alum.mit.edu>
Wed, 8 Jun 2011 17:21:27 +0000 (13:21 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 8 Jun 2011 17:21:27 +0000 (13:21 -0400)
darcs-hash:20110608172127-c8de0-476b126645d4830a0fdd2247b72a0887eada8a21.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c56ce6461bd4230ff5c4c794700122bbae86aacc..4b67a8e7fa8148f193031914e13ba750d641d370 100644 (file)
--- 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 
index b466051f308da365bfe04d7e69234b28401ab71f..1608fedd52d3246c8d190d415f1df8b9e021f193 100644 (file)
@@ -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)