chiark / gitweb /
bump for 2.4.2 release
authorSteven G. Johnson <stevenj@alum.mit.edu>
Tue, 20 May 2014 18:35:27 +0000 (14:35 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Tue, 20 May 2014 18:35:27 +0000 (14:35 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 29928ae5768affed18c1313045b2958ba5b5dbab..6a9dfc3f46a42e3dab59e55a727e054174eba268 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+NLopt 2.4.2 (20 May 2014)
+
+* Fix CRS for empty dimensions (where lower == upper bound) (issue #13).
+
+* Improvements to CMake (thanks to @xantares) and Windows builds (issue #12).
+
+* Fix guile2 compatibility (issue #21).
+
 NLopt 2.4.1 (19 November 2013)
 
 * Use cdecl calling convention instead of stdcall on Win32, to
index 6c7e1ac026b4d12fe3aacb758ac9a99ad224e0db..3b9308006cb2a20e9d6812d0e22643637ba490e2 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nlopt, 2.4.1, stevenj@alum.mit.edu)
+AC_INIT(nlopt, 2.4.2, stevenj@alum.mit.edu)
 AC_CONFIG_SRCDIR(api/nlopt.h)
-SHARED_VERSION_INFO="8:1:8" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="8:2:8" # CURRENT:REVISION:AGE
 
 AM_INIT_AUTOMAKE(1.7)
 AM_CONFIG_HEADER(config.h)