From: Steven G. Johnson Date: Tue, 20 May 2014 18:35:27 +0000 (-0400) Subject: bump for 2.4.2 release X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1e4ed19a8c2a1e0fc56a38de188d78ffcc184b9b;p=nlopt.git bump for 2.4.2 release --- diff --git a/NEWS b/NEWS index 29928ae..6a9dfc3 100644 --- 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 diff --git a/configure.ac b/configure.ac index 6c7e1ac..3b93080 100644 --- a/configure.ac +++ b/configure.ac @@ -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)