From f3cb4370af4032fd1ef2236298a8861701a24cd1 Mon Sep 17 00:00:00 2001 From: stevenj Date: Tue, 6 Jul 2010 17:16:17 -0400 Subject: [PATCH] version bump for 2.1 darcs-hash:20100706211617-c8de0-1ad67e7f363e8a81fb9e94f5b5c69d646de00757.gz --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 084b5a7..d8dc42b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +NLopt 2.1 (6 July 2010) + +* New vector-valued constraint feature; thanks to Dmitrey Kroshko of OpenOpt + for the suggestion. + +* COBYLA now accepts equality constraints. + +* Guard against multiple inclusion in nlopt.hpp; thanks to Saul + Thurrowgood for the suggestion. + NLopt 2.0.2 (17 June 2010) * Fixed compilation failure in Microsoft Visual Studio, due to diff --git a/configure.ac b/configure.ac index f09807d..8a49f13 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.0.2, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.1, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="3:2:3" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="4:0:4" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2