summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsnappy.mirrorbot@gmail.com <snappy.mirrorbot@gmail.com@03e5f5b5-db94-4691-08a0-1a8bf15f6143>2013-02-05 14:36:15 +0000
committersnappy.mirrorbot@gmail.com <snappy.mirrorbot@gmail.com@03e5f5b5-db94-4691-08a0-1a8bf15f6143>2013-02-05 14:36:15 +0000
commit2be83699adf1cb58e43f9dd9f7cf8fe136fd797a (patch)
tree20dc9b05b3d9ee500e21c7f8ee59d8dd859d800d /NEWS
parentd758ab31b43b4ccd523ef6eebb26fb3e8922d055 (diff)
downloadsnappy-2be83699adf1cb58e43f9dd9f7cf8fe136fd797a.tar.gz
Release Snappy 1.1.0.
R=sanjay git-svn-id: http://snappy.googlecode.com/svn/trunk@73 03e5f5b5-db94-4691-08a0-1a8bf15f6143
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60bbd17..ab9bf90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Snappy v1.1.0, January 18th 2013:
+
+ * Snappy now uses 64 kB block size instead of 32 kB. On average,
+ this means it compresses about 3% denser (more so for some
+ inputs), at the same or better speeds.
+
+ * libsnappy no longer depends on iostream.
+
+ * Some small performance improvements in compression on x86
+ (0.5–1%).
+
+ * Various portability fixes for ARM-based platforms, for MSVC,
+ and for GNU/Hurd.
+
+
Snappy v1.0.5, February 24th 2012:
* More speed improvements. Exactly how big will depend on