summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2015-03-24 16:35:19 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2015-03-24 16:35:19 +0000
commit06ccc16dec79ccae9f8cb706406147daaf16b36e (patch)
tree1960b475f5084935c9405132fe1aa8c823bd2e7b /README.md
parenta819f0f019f48ead47d30a0e6e267e5e261d57e6 (diff)
downloadgflags-06ccc16dec79ccae9f8cb706406147daaf16b36e.tar.gz
gflags-06ccc16dec79ccae9f8cb706406147daaf16b36e.tar.bz2
gflags-06ccc16dec79ccae9f8cb706406147daaf16b36e.zip
doc: Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/README.md b/README.md
index dee5d87..962ac29 100644
--- a/README.md
+++ b/README.md
@@ -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.