chiark / gitweb /
version bump (2.1.2)
authorstevenj <stevenj@alum.mit.edu>
Thu, 8 Jul 2010 19:36:54 +0000 (15:36 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 8 Jul 2010 19:36:54 +0000 (15:36 -0400)
darcs-hash:20100708193654-c8de0-e2f66460c870785eebbb7906339abdc4c01ffd83.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9fbeb2853e13c4b9ab9663858dcf14f7d0f7aae3..1beb65a835a81cce1e1aab21a6e921997fbb9c02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NLopt 2.1.2 (8 July 2010)
+
+* Return an NLOPT_INVALID_ARGS error if more than n equality constraints
+  are added in an n-dimensional problem.
+
+* Fix bug that could cause spurious NLOPT_INVALID_ARGS errors when
+  adding constraints under rare circumstances.
+
+* Eliminate a few small memory leaks that could occur under error conditions.
+
 NLopt 2.1.1 (7 July 2010)
 
 * More robust configure check for Python include directories, via
index 43dc6352ba81b8e077f21d0aa43f69da9fdb0027..038a7f1373ca2dea192f187a14a1dcde108562d2 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 2.1.1, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 2.1.2, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="4:1:4" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="4:2:4" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)