diff options
author | Andreas Schuh <andreas.schuh.84@gmail.com> | 2014-03-20 16:02:15 +0000 |
---|---|---|
committer | Andreas Schuh <andreas.schuh.84@gmail.com> | 2014-03-20 16:02:15 +0000 |
commit | 76f2ffadb4f393ed0c850f8cdd83307a680b97f2 (patch) | |
tree | 6d864810b9c48e60b6e83427e348a9e4b1686bd2 | |
parent | 978c567d02835e197d2f15dd4187160249da5951 (diff) | |
download | gflags-76f2ffadb4f393ed0c850f8cdd83307a680b97f2.tar.gz gflags-76f2ffadb4f393ed0c850f8cdd83307a680b97f2.tar.bz2 gflags-76f2ffadb4f393ed0c850f8cdd83307a680b97f2.zip |
Add ChangeLog entries for v2.1 release.
-rw-r--r-- | ChangeLog.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 4476a99..347b701 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,13 @@ +* Thu Mar 20 2014 - Andreas Schuh <google-gflags@googlegroups.com> + +- gflags: version 2.1.0 +- Build system configuration using CMake instead of autotools +- CPack packaging support for Debian/Ubuntu, Red Hat, and Mac OS X +- Fixed issue 54: Fix "invalid suffix on literal" (C++11) +- Fixed issue 57: Use _strdup instead of strdup on Windows +- Fixed issue 62: Change all preprocessor include guards to start with GFLAGS_ +- Fixed issue 64: Add DEFINE_validator macro + * Wed Jan 25 2012 - Google Inc. <google-gflags@googlegroups.com> - gflags: version 2.0 |