Changelog for
libgflags2-2.2.1-2.1.x86_64.rpm :
Tue Jul 18 14:00:00 2017 munix9AATTgooglemail.com
- update to version 2.2.1
See https://github.com/gflags/gflags/releases/tag/v2.2.1
for details.
Sun Jun 4 14:00:00 2017 munix9AATTgooglemail.com
- fixed libdir in gflags.pc
Mon Nov 28 13:00:00 2016 munix9AATTgooglemail.com
- update to version 2.2.0
This release adds support for use of the gflags library as
external dependency not only in projects using CMake, but also
Bazel, or pkg-config. One new minor feature is added in this
release: when a command flag argument contains dashes, these
are implicitly converted to underscores. This is to allow those
used to separate words of the flag name by dashes to do so,
while the flag variable names are required to use underscores.
Memory leaks reported by valgrind should be resolved by this release.
This release fixes build errors with MS Visual Studio 2015.
Please report any further issues with this release using the
GitHub issue tracker.
Fri Jun 19 14:00:00 2015 munix9AATTgooglemail.com
- back to gcc5
Thu Jun 18 14:00:00 2015 munix9AATTgooglemail.com
- temp. build with gcc48 (for eg. folly) instead of gcc5
Sun Mar 29 14:00:00 2015 munix9AATTgooglemail.com
- update to version 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 negligable.
Please report any further issues using the GitHub issue tracker.
Tue Feb 17 13:00:00 2015 munix9AATTgooglemail.com
- initial package for version 2.1.1