-
Notifications
You must be signed in to change notification settings - Fork 30
/
NEWS
39 lines (24 loc) · 944 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
snzip 1.0.5 - 2021-12-06
* Fix a problem to read concatenated framing format data from stdin. (#28)
* Install snunzip and snzcat also by `make install` (#21)
* Add CMakeLists.txt to compile Windows binary.
* Change uncompressed file's file name when its suffix is not expected.
snzip 1.0.4 - 2016-10-02
* Add Apple iWork .iwa format support. (#14)
snzip 1.0.3 - 2016-03-12
* Add hadoop-snappy format support.
* Add raw format support.
snzip 1.0.2 - 2015-01-04
* Use SSE4.2 to calculate CRC32C if it is available.
* Add a getopt function and a Visual Studio 2013 project file for Windows.
snzip 1.0.1 - 2013-11-30
* Add a rpm spec file.
(Contributed by Xianglei.)
snzip 1.0.0 - 2013-11-23
* The default format is changed to framing format.
* Change stdout behaviour like bzip2 or gzip.
(Contribuetd by FUKUDA Masahiro.)
snzip 0.9.0 - 2012-08-05
snzip 0.0.2 - 2011-10-09
snzip 0.0.1 - 2011-10-08
* Initial experimental release