diff options
author | Andreas Schuh <andreas.schuh.84@gmail.com> | 2015-03-24 16:35:19 +0000 |
---|---|---|
committer | Andreas Schuh <andreas.schuh.84@gmail.com> | 2015-03-24 16:35:19 +0000 |
commit | 06ccc16dec79ccae9f8cb706406147daaf16b36e (patch) | |
tree | 1960b475f5084935c9405132fe1aa8c823bd2e7b /README.md | |
parent | a819f0f019f48ead47d30a0e6e267e5e261d57e6 (diff) | |
download | gflags-06ccc16dec79ccae9f8cb706406147daaf16b36e.tar.gz gflags-06ccc16dec79ccae9f8cb706406147daaf16b36e.tar.bz2 gflags-06ccc16dec79ccae9f8cb706406147daaf16b36e.zip |
doc: Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,9 +1,23 @@ 24 March 2015 ------------- -Finalized move of gflags project from Google Code to GitHub. -Email addresses of original issue reporters got lost in the process. -Given the age of most issue reports, this should be negligable. +I've just released gflags 2.1.2. + +This release completes the namespace change fixes. In particular, +it restores binary ABI compatibility with release version 2.0. +The deprecated "google" namespace is by default still kept as +primary namespace while symbols are imported into the new "gflags" namespace. +This can be overridden using the CMake variable GFLAGS_NAMESPACE. + +Other fixes of the build configuration are related to the (patched) +CMake modules FindThreads.cmake and CheckTypeSize.cmake. These have +been removed and instead the C language is enabled again even though +gflags is written in C++ only. + +This release also marks the complete move of the gflags project +from Google Code to GitHub. Email addresses of original issue +reporters got lost in the process. Given the age of most issue reports, +this should be neglibable. Please report any further issues using the GitHub issue tracker. |