NLopt 1.1
+* Added --without-octave and --without-matlab configure options to
+ disable Octave and Matlab plugins, respectively.
+
+* Modified COBYLA algorithm to have better support for bound
+ constraints.
+
+* Experimental support for nonlinear equality constraints via
+ augmented-Lagrangian method.
+
+* Support for compiling under Windows (ideally with MinGW) as a
+ DLL, although you have to manually add #define NLOPT_DLL
+ to nlopt.h *after* installing (after compiling NLopt).
+
* Workaround for incompatible qsort_r functions in BSD and GNU libc
by always using my own version; thanks to Wendy Vandoolaeghe
and Philippe Preux for the bug report and explanation.