chiark / gitweb /
version bump 2.1.1
authorstevenj <stevenj@alum.mit.edu>
Wed, 7 Jul 2010 15:21:34 +0000 (11:21 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 7 Jul 2010 15:21:34 +0000 (11:21 -0400)
darcs-hash:20100707152134-c8de0-11f82ef082055c3fa12bc71200cded7bb6ef3057.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d8dc42be7007b443ebb02cb0044b72aec48bf3c1..9fbeb2853e13c4b9ab9663858dcf14f7d0f7aae3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+NLopt 2.1.1 (7 July 2010)
+
+* More robust configure check for Python include directories, via
+  distutils.sysconfig.get_python_inc() and numpy.get_include().
+  Thanks to Nathaniel Smith for the tip.
+
+* Bug fix in Guile interface: added missing prefix to nlopt-version-major
+  etcetera.
+
 NLopt 2.1 (6 July 2010)
 
 * New vector-valued constraint feature; thanks to Dmitrey Kroshko of OpenOpt
index 74520c3f697e70da8aa8247973dc2caf584fa873..43dc6352ba81b8e077f21d0aa43f69da9fdb0027 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 2.1, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 2.1.1, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="4:0:4" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="4:1:4" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)