chiark / gitweb /
version bump for 2.1
authorstevenj <stevenj@alum.mit.edu>
Tue, 6 Jul 2010 21:16:17 +0000 (17:16 -0400)
committerstevenj <stevenj@alum.mit.edu>
Tue, 6 Jul 2010 21:16:17 +0000 (17:16 -0400)
darcs-hash:20100706211617-c8de0-1ad67e7f363e8a81fb9e94f5b5c69d646de00757.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 084b5a7648d8ef8fd850ce9387868489185f05b1..d8dc42be7007b443ebb02cb0044b72aec48bf3c1 100644 (file)
--- 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
index f09807da249f51fca80d4bded9cdf1f510bcb036..8a49f13c7005bd76a359b2c8499f431580826491 100644 (file)
@@ -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)