summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsnappy.mirrorbot@gmail.com <snappy.mirrorbot@gmail.com@03e5f5b5-db94-4691-08a0-1a8bf15f6143>2011-06-02 22:57:41 +0000
committersnappy.mirrorbot@gmail.com <snappy.mirrorbot@gmail.com@03e5f5b5-db94-4691-08a0-1a8bf15f6143>2011-06-02 22:57:41 +0000
commit4e2b06ffbd764ebf3ce892a5c5f1e1255759dd58 (patch)
treef27e2c04db5479ef0371b0734179ac2e5617df64 /NEWS
parente3d46d704bcfc0129fd4ec9cf3f9147a0546da20 (diff)
downloadsnappy-4e2b06ffbd764ebf3ce892a5c5f1e1255759dd58.tar.gz
Release Snappy 1.0.3.
git-svn-id: http://snappy.googlecode.com/svn/trunk@40 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 d85793f..d514787 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Snappy v1.0.3, June 2nd 2011:
+
+ * Speeded up the decompressor somewhat; about 3-6% for Core 2,
+ 6-13% for Core i7, and 5-12% for Opteron (all in 64-bit mode).
+
+ * Added compressed format documentation. This text is new,
+ but an earlier version from Zeev Tarantov was used as reference.
+
+ * Only link snappy_unittest against -lz and other autodetected
+ libraries, not libsnappy.so (which doesn't need any such dependency).
+
+ * Fixed some display issues in the microbenchmarks, one of which would
+ frequently make the test crash on GNU/Hurd.
+
+
Snappy v1.0.2, April 29th 2011:
* Relicense to a BSD-type license.