chiark / gitweb /
updated NEWS for 2.2.1
authorstevenj <stevenj@alum.mit.edu>
Mon, 6 Sep 2010 18:01:28 +0000 (14:01 -0400)
committerstevenj <stevenj@alum.mit.edu>
Mon, 6 Sep 2010 18:01:28 +0000 (14:01 -0400)
darcs-hash:20100906180128-c8de0-b99187eedc30620ce16d2b91ffaa47978bf41b95.gz

NEWS

diff --git a/NEWS b/NEWS
index ae4a911d2cca18ccc4b569f620b48963ac50c19c..7996192bc073ba8e921f28877db5f770bd574299 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NLopt 2.2.1 (13 August 2010)
+NLopt 2.2.1 (6 September 2010)
 
 * If you compile nlopt.h with the NLOPT_DLL_EXPORT symbol #defined,
   it now uses the dllexport directive (under Windows), useful for
@@ -14,6 +14,9 @@ NLopt 2.2.1 (13 August 2010)
 * Removed a few compiler warnings under Microsoft compilers; thanks
   to Benoit Scherrer for the bug report.
 
+* Export nlopt_get_algorithm_name function on Windows; thanks to Ofek
+  Shilon 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.
 
@@ -21,6 +24,8 @@ NLopt 2.2.1 (13 August 2010)
   is now available under the GPL, and therefore may be distributed with
   a future NLopt version (although Luksan's LBFGS code already works well).
 
+* Bug fix in set/get_xtol_abs; thanks to David Rivest-Henault for the report.
+
 NLopt 2.2 (15 July 2010)
 
 * Added SLSQP algorithm for gradient-based local optimization with