-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
* 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.
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