From 94c23575c7183b73912f4b60a66f49d3f3d59b70 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Thu, 27 Mar 2014 01:45:47 +0000 Subject: [PATCH] Update NEWS. --- NEWS.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index b9a68f3..ba8d91c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,12 +1,15 @@ === 20 March 2014 === -I've just released gflags 2.1.0. +I've just released gflags 2.1. The major changes are the use of CMake for the build configuration instead -of the autotools and packaging support through CPack. This release compiles -with all major compilers without warnings and passed the unit tests on -Ubuntu 12.04, Windows 7 (Visual Studio 2008 and 2010, Cygwin, MinGW), and -Mac OS X (Xcode 5.1). +of the autotools and packaging support through CPack. The default namespace +of all C++ symbols is now "gflags" instead of "google". This can be +configured via the GFLAGS_NAMESPACE variable. + +This release compiles with all major compilers without warnings and passed +the unit tests on Ubuntu 12.04, Windows 7 (Visual Studio 2008 and 2010, +Cygwin, MinGW), and Mac OS X (Xcode 5.1). The SVN repository on Google Code is now frozen and replaced by a Git repository such that it can be used as Git submodule by projects. The main @@ -21,9 +24,7 @@ For the further development, I am following the with feature branch names prefixed by "feature/" and bugfix branch names prefixed by "bugfix/", respectively. -Binary and source distribution packages can be downloaded from -[https://github.com/schuhschuh/gflags GitHub] as Google Code no longer -permits the upload of such download packages. +Binary and source [https://github.com/schuhschuh/gflags/releases packages] are available on GitHub. === 14 January 2013 === -- 2.7.4