From 888f9cd89739469e94030dc67f6efaa0c4ecc21c Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 8 Jul 2010 15:36:54 -0400 Subject: [PATCH] version bump (2.1.2) darcs-hash:20100708193654-c8de0-e2f66460c870785eebbb7906339abdc4c01ffd83.gz --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9fbeb28..1beb65a 100644 --- 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 diff --git a/configure.ac b/configure.ac index 43dc635..038a7f1 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.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) -- 2.30.2