diff options
author | costan <costan@google.com> | 2017-06-28 14:23:16 -0700 |
---|---|---|
committer | Victor Costan <pwnall@chromium.org> | 2017-06-28 18:37:30 -0700 |
commit | 513df5fb5a2d51146f409141f9eb8736935cc486 (patch) | |
tree | a2fc7467c806cc52c66a7b3cd11a4151629b5579 /NEWS | |
parent | 5bc9c82ae3774889e47176460fe02eb3e67cf0e1 (diff) | |
download | snappy-513df5fb5a2d51146f409141f9eb8736935cc486.tar.gz snappy-513df5fb5a2d51146f409141f9eb8736935cc486.tar.bz2 snappy-513df5fb5a2d51146f409141f9eb8736935cc486.zip |
Tag open source release 1.1.5.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Snappy v1.1.5, June 28th 2017: + + * Add CMake build support. The autoconf build support is now deprecated, and + will be removed in the next release. + + * Add AppVeyor configuration, for Windows CI coverage. + + * Small performance improvement on little-endian PowerPC. + + * Small performance improvement on LLVM with position-independent executables. + + * Fix a few issues with various build environments. + Snappy v1.1.4, January 25th 2017: * Fix a 1% performance regression when snappy is used in PIE executables. |