File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11CMAKE_MINIMUM_REQUIRED (VERSION 3.1)
2- PROJECT (Snappy VERSION 1.1.4 LANGUAGES C CXX)
2+ PROJECT (Snappy VERSION 1.1.5 LANGUAGES C CXX)
33
44SET (CMAKE_INCLUDE_CURRENT_DIR ON )
55
Original file line number Diff line number Diff line change 1+ Snappy v1.1.5, June 28th 2017:
2+
3+ * Add CMake build support. The autoconf build support is now deprecated, and
4+ will be removed in the next release.
5+
6+ * Add AppVeyor configuration, for Windows CI coverage.
7+
8+ * Small performance improvement on little-endian PowerPC.
9+
10+ * Small performance improvement on LLVM with position-independent executables.
11+
12+ * Fix a few issues with various build environments.
13+
114Snappy v1.1.4, January 25th 2017:
215
316 * Fix a 1% performance regression when snappy is used in PIE executables.
Original file line number Diff line number Diff line change 11m4_define ( [ snappy_major] , [ 1] )
22m4_define ( [ snappy_minor] , [ 1] )
3- m4_define ( [ snappy_patchlevel] , [ 4 ] )
3+ m4_define ( [ snappy_patchlevel] , [ 5 ] )
44
55# Libtool shared library interface versions (current:revision:age)
66# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
77# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
8- m4_define ( [ snappy_ltversion] , [ 4:1:3 ] )
8+ m4_define ( [ snappy_ltversion] , [ 4:1:4 ] )
99
1010AC_INIT ( [ snappy] , [ snappy_major.snappy_minor.snappy_patchlevel] )
1111AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments