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