forked from LuaDist/lzlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
42 lines (28 loc) · 1.04 KB
/
CHANGES
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
0.4-work3 2010-11-19
====================
Compatibility with lua 5.2.
0.4-work2 2008-11-07
====================
Fix: In the stream interface, the write callback was always being called with
two parameters even if the callback only needed one.
Thanks to Ignacio Burgueño for reporting the problem and providing a patch.
0.4-work1 2008-04-08
====================
Unstable version of streaming interface. Many things need to me tested
properly, and code needs to be polished.
This adds an interface to zlib deflate/inflate streams similar to the io
file objects.
Check README file for more information.
gzip module is now a pure lua module.
Warning: minimal tests provided... need to change that.
0.3 2008-01-28
==============
This release makes the zlib/gzip bindings compatible with the latest
version of Lua (5.1) and now uses the package system to load the library.
It also fixes some incompatibilities that showed up with the changes
made to the Lua auxiliary library.
0.2 2004-07-22
==============
0.1 2003-12-09
==============
First released version.