-
Notifications
You must be signed in to change notification settings - Fork 53
/
NEWS
51 lines (44 loc) · 1.23 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
Squash 0.8.0
============
* Preliminary support for Apple OS X
* Preliminary support for Microsoft Windows
* File API is now thread safe, with *_unlocked variants
* New 'splice' interface for plugins
* Enable zling plugin
* Disable csc and density plugins
* Move pithy plugin to squash-plugins-extra
* Add nonnull and sentinel attributes
* Add support for multiple levels in lzf
* New plugins:
* heatshrink
* libdeflate
* Updated many plugins
* Assorted bug fixes and enhancements
Squash 0.7.0
============
* Provide an error message during configuration when using a bad
tarball (such as those automatically generated by GitHub).
* Rewrite brotli plugin to avoid threads
* Add new file I/O API
* Replace old file-to-file functions with a new splice API
* Enable wfLZ
* Add zlib-ng plugin
* Add brieflz plugin
* Updated many plugins
* Assorted bug fixes and enhancements
Squash 0.6.0
============
* New plugins:
* yalz77
* copy
* csc
* ncompress
* Disabled Doboz
* Create in-tree copies of all modules
* Use conformant array parameters for buffers
* New API for option parsing and introspection
* Updated many plugins
* Assorted bug fixes and enhancements
Squash 0.5.0
============
* Initial release.