We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824e671 commit b02bfa7Copy full SHA for b02bfa7
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.1)
2
-project(Snappy VERSION 1.1.6 LANGUAGES C CXX)
+project(Snappy VERSION 1.1.7 LANGUAGES C CXX)
3
4
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
5
# it prominent in the GUI.
NEWS
@@ -1,3 +1,11 @@
+Snappy v1.1.7, August 24th 2017:
+
+ * Improved CMake build support for 64-bit Linux distributions.
+ * MSVC builds now use MSVC-specific intrinsics that map to clzll.
6
7
+ * ARM64 (AArch64) builds use the code paths optimized for 64-bit processors.
8
9
Snappy v1.1.6, July 12th 2017:
10
11
This is a re-release of v1.1.5 with proper SONAME / SOVERSION values.
0 commit comments