Skip to content

Commit 2d99bd1

Browse files
author
Alkis Evlogimenos
committed
1.1.4 release.
1 parent 8bfb028 commit 2d99bd1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Snappy v1.1.3, July 6th 2015:
210

311
This is the first release to be done from GitHub, which means that

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
m4_define([snappy_major], [1])
22
m4_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

1010
AC_INIT([snappy], [snappy_major.snappy_minor.snappy_patchlevel])
1111
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)