]> git.cworth.org Git - apitrace/blob - thirdparty/snappy/NEWS
Upgrade bundled snappy to version 1.0.4.
[apitrace] / thirdparty / snappy / NEWS
1 Snappy v1.0.4, September 15th 2011:
2
3   * Speeded up the decompressor somewhat; typically about 2–8%
4     for Core i7, in 64-bit mode (comparable for Opteron).
5     Somewhat more for some tests, almost no gain for others.
6   
7   * Make Snappy compile on certain platforms it didn't before
8     (Solaris with SunPro C++, HP-UX, AIX).
9
10   * Correct some minor errors in the format description.
11
12
13 Snappy v1.0.3, June 2nd 2011:
14
15   * Speeded up the decompressor somewhat; about 3-6% for Core 2,
16     6-13% for Core i7, and 5-12% for Opteron (all in 64-bit mode).
17
18   * Added compressed format documentation. This text is new,
19     but an earlier version from Zeev Tarantov was used as reference.
20
21   * Only link snappy_unittest against -lz and other autodetected
22     libraries, not libsnappy.so (which doesn't need any such dependency).
23
24   * Fixed some display issues in the microbenchmarks, one of which would
25     frequently make the test crash on GNU/Hurd.
26
27
28 Snappy v1.0.2, April 29th 2011:
29
30   * Relicense to a BSD-type license.
31
32   * Added C bindings, contributed by Martin Gieseking.
33
34   * More Win32 fixes, in particular for MSVC.
35
36   * Replace geo.protodata with a newer version.
37
38   * Fix timing inaccuracies in the unit test when comparing Snappy
39     to other algorithms.
40
41
42 Snappy v1.0.1, March 25th 2011:
43
44 This is a maintenance release, mostly containing minor fixes.
45 There is no new functionality. The most important fixes include:
46
47   * The COPYING file and all licensing headers now correctly state that
48     Snappy is licensed under the Apache 2.0 license.
49
50   * snappy_unittest should now compile natively under Windows,
51     as well as on embedded systems with no mmap().
52
53   * Various autotools nits have been fixed.
54
55
56 Snappy v1.0, March 17th 2011:
57
58   * Initial version.