summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-24 12:37:40 +0100
committerPeter Simons <simons@cryp.to>2015-02-24 12:47:49 +0100
commit8c3a792472f405e3b89f9a2a48a700caa67089d8 (patch)
tree9acb8278890304c98b3cbf4fa3025bc17b540195 /NEWS
parent334ad6fad6e786225dd73789b883d0bf0cda97cf (diff)
downloadautoconf-archive-8c3a792472f405e3b89f9a2a48a700caa67089d8.tar.gz
Bump version number for release.v2015.02.24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 38653f8..76f927a 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,23 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-* Noteworthy changes in release ?.? (????-??-??) [?]
+* Noteworthy changes in release 2015.02.24 (2015-02-24) [stable]
+
+ AX_CHECK_ENABLE_DEBUG now uses $ax_is_release as default for IS-RELEASE.
+
+ AX_IS_RELEASE now supports micro-version policies.
+
+ Portability of AX_CXX_COMPILE_STDCXX_0X has been improved.
+
+ AX_PROG_HAXE_VERSION is a new macro to detect the presence of Haxe
+ <http://haxe.org>.
+
+ AX_COMPILER_FLAGS has undergone extensive re-factoring.
+
+ AX_COMPILER_FLAGS_CXXFLAGS is a new macro that tests available C++ compiler
+ warnings.
+
+ AX_CXX_COMPILE_STDCXX_11 can now test for SFINAE with template aliases.
AX_APPEND_FLAG: Fix a regression introduced in the previous release.