File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ Snappy v1.1.4, January 25th 2017:
2+
3+ * Fix a 1% performance regression when snappy is used in PIE executables.
4+
5+ * Improve compression performance by 5%.
6+
7+ * Improve decompression performance by 20%.
8+
19Snappy v1.1.3, July 6th 2015:
210
311This is the first release to be done from GitHub, which means that
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] , [ 3 ] )
3+ m4_define ( [ snappy_patchlevel] , [ 4 ] )
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:0 :3] )
8+ m4_define ( [ snappy_ltversion] , [ 4:1 :3] )
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