chiark / gitweb /
version bump to 2.2.4
authorstevenj <stevenj@alum.mit.edu>
Thu, 9 Jun 2011 20:11:13 +0000 (16:11 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 9 Jun 2011 20:11:13 +0000 (16:11 -0400)
darcs-hash:20110609201113-c8de0-b36d54508513ed57e18431038639525f97d7d85d.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4b67a8e7fa8148f193031914e13ba750d641d370..0a5b69a02a4d9590d3771fea7e86b6e6e41f2171 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+NLopt 2.2.4 (9 June 2011)
+
+* Fixed linking problem for C++ and Python shared libraries on MacOS X;
+  thanks to Volker Lorrmann for the bug report.
+
 NLopt 2.2.3 (8 June 2011)
 
 * Fixed additional re-entrancy problem in Luksan algorithms missed
index 1608fedd52d3246c8d190d415f1df8b9e021f193..5102b8060a40f4ec06a3c929ff2be772c461d741 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 2.2.3, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 2.2.4, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="6:1:6" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="6:2:6" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)