aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2018-11-11 21:17:01 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2018-11-11 21:17:01 +0000
commit3d2a101c9e3b4ffa3dcf45ec83df71da072d394e (patch)
tree6db509260199be10212c9181d574c8b741aa5222
parentaf502c8176274fe688171554d4c29cc89e156314 (diff)
downloadgflags-3d2a101c9e3b4ffa3dcf45ec83df71da072d394e.tar.gz
doc: Update README for release v2.2.2
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f3e3f2..6e5267c 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,21 @@
The documentation of the gflags library is available online at https://gflags.github.io/gflags/.
+
+11 November 2018
+----------------
+
+I've just released gflags 2.2.2.
+
+This maintenance release improves lives of Bazel users (no more "config.h" leaking into global include paths),
+fixes build with recent MinGW versions, and silences a number of static code analyzer and compiler warnings.
+The build targets exported by the CMake configuration of this library are now also prefixed by the package
+name "gflags::" following a more recent (unwritten) CMake convention. The unprefixed target names are still
+supported to avoid that dependent projects have to be modified due to this change in imported target names.
+
+Please report any further issues with this release using the GitHub issue tracker.
+
+
11 July 2017
------------