chiark / gitweb /
version bump to 2.2.1
authorstevenj <stevenj@alum.mit.edu>
Thu, 5 Aug 2010 19:49:18 +0000 (15:49 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 5 Aug 2010 19:49:18 +0000 (15:49 -0400)
darcs-hash:20100805194918-c8de0-a791532682179b8e12e75ccd7bd35315021e22cb.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 30cbcef28d7422f9c8151effb076efaeb15631b0..9995372abc871569dbe117473e5eca88cf9c7dcb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+NLopt 2.2.1 (5 August 2010)
+
+* If you compile nlopt.h with the NLOPT_DLL_EXPORT symbol #defined,
+  it now uses the dllexport directive (under Windows), useful for
+  compiling an NLopt DLL under Microsoft compilers; thanks to Benoit
+  Scherrer for the suggestion.
+
+* Handle case where copysign function is missing, e.g. on Windows;
+  thanks to Benoit Scherrer for the bug report.
+
+* Remove C99-style mixed declaration and code in a couple files, so
+  that code compiles in C89; thanks to Benoit Scherrer for the bug report.
+
+* Don't use dllimport directive with lcc on Windows (which doesn't
+  support it); thanks to Laurent Vanbeylen for the bug report.
+
+* Update Nodedal README directory to indicate that Nocedal's LBFGS code
+  is now available under the GPL, and therefore may be distributed with
+  a future NLopt version (although Luksan's LBFGS code already works well).
+
 NLopt 2.2 (15 July 2010)
 
 * Added SLSQP algorithm for gradient-based local optimization with
index b5c6d2a1d72cc49c9b37a789bf2d5d4c5671a416..270494b3777a88b24b825821bd345cbfba79a0a8 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 2.2, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 2.2.1, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="5:0:5" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="5:1:5" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)