summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2020-01-14 10:05:25 -0800
committerVictor Costan <pwnall@chromium.org>2020-01-14 10:58:53 -0800
commit537f4ad6240e586970fe554614542e9717df7902 (patch)
tree352f26b2bbd334fc00dab91c4f61f6ac19335a7b
parentb5477a8457a42c10c3fffb5851cd0ef09caabb50 (diff)
downloadsnappy-git-537f4ad6240e586970fe554614542e9717df7902.tar.gz
Tag open source release 1.1.8.1.1.8
PiperOrigin-RevId: 289675084
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS8
2 files changed, 9 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32c1d07..68686f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cmake_minimum_required(VERSION 3.1)
-project(Snappy VERSION 1.1.7 LANGUAGES C CXX)
+project(Snappy VERSION 1.1.8 LANGUAGES C CXX)
# C++ standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_CXX_STANDARD)
diff --git a/NEWS b/NEWS
index db70b44..98048db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Snappy v1.1.8, January 15th 2020:
+
+ * Small performance improvements.
+
+ * Removed snappy::string alias for std::string.
+
+ * Improved CMake configuration.
+
Snappy v1.1.7, August 24th 2017:
* Improved CMake build support for 64-bit Linux distributions.