1Tue Jul 14 22:29:01 2009  Tom Hughes  <tom@compton.nu>
2
3        * Zlib.pm
4          Change version number to 1.10.
5
6        * Zlib.pm
7        * Makefile.PL
8          Require Compress::Zlib 2.000 or later.
9
10Thu Jan  3 18:35:44 2008  Tom Hughes  <tom@compton.nu>
11
12	* Zlib.pm
13	  Changed version number to 1.09.
14
15        * Makefile.PL
16          Install in the core library directory if the perl
17          version is 5.9.3 or later.
18
19Sun Nov 18 17:43:49 2007  Tom Hughes  <tom@compton.nu>
20
21	* Zlib.pm
22	  Changed version number to 1.08.
23
24        * t/uncomp1.t
25        * t/uncomp2.t
26          Add the PID to the name of the temporary file used by
27          several tests to avoid clashing with the directory
28          called test in the perl source tree.
29
30        * Zlib.pm
31          Require perl 5.006 instead of 5.004 as Fcntl does not
32          implement SEEK_SET before then.
33
34        * Zlib.pm
35          Removed "IO::Zlib::WRITE: OFFSET is not supported" error
36          from documentation as it is no longer generated.
37
382007-07-28 Tom Hughes <tom@compton.nu>
39
40	* Zlib.pm
41	  Changed version number to 1.07.
42
43        * MANIFEST
44	* t/0signature.t
45	  Removed signature test.
46
472007-07-18 Tom Hughes <tom@compton.nu>
48
49	* Zlib.pm
50	  Changed version number to 1.06.
51
52	* t/external.t
53	  Exit immediately if there is no gzip program.
54
552007-03-04  Tom Hughes <tom@compton.nu>
56
57	* Zlib.pm
58	  Changed version number to 1.05.
59
60	* Zlib.pm
61	  Added dummy FILENO method to stop the debugger barfing
62	  when asked to dump a IO::Zlib object.
63
64	* Zlib.pm
65	  Removed internal eof flag and use gzeof instead.
66
67	* t/getline.t
68	  Added tests for the eof method while reading lines.
69
70	* t/basic.t
71	  Add test for reading at an offset.
72
73	* Zlib.pm
74	  Allow an offset to be specifed when reading or writing.
75
762004-09-05  Tom Hughes <tom@compton.nu>
77
78        * Zlib.pm
79          Changed version number to 1.04.
80
812004-08-28  Jarkko Hietaniemi <jhi@iki.fi>
82
83	* t/0signature.t:
84	  Add -ing.
85
86	* t/external.t:
87	  The skip didn't really skip.
88
89	* t/uncomp1.t, t/uncomp2.t:
90	  Make more portable by using binmode().
91
922004-08-22  Tom Hughes <tom@compton.nu>
93
94	* Zlib.pm
95	  Changed version number to 1.03.
96
972004-08-17  Jarkko Hietaniemi <jhi@iki.fi>
98
99	* Zlib.pm
100	  Fix the case of trying to read ungzipped data.
101
102	* Zlib.pm
103	  Fix the case of not going through import().
104
1052004-08-15  Tom Hughes  <tom@compton.nu>
106
107	* Zlib.pm
108	  Change version number to 1.02.
109
110	* META.yml
111	  Added a package description file.
112
113	* t/0signature.t
114	  Added signature test.
115
116	* MANIFEST
117	  Added SIGNATURE to manifest.
118
1192004-04-17  Jarkko Hietaniemi  <jhi@iki.fi>
120
121	* Zlib.pm
122	  Added support for external gzip.
123
124	* t/external.t
125	  Testing for external gzip.
126
127	* t/import.t
128	  Testing for other importing.
129
130	* t/getline.t
131	  Test error when getlines called in scalar context.
132
1332001-03-24  Tom Hughes  <tom@compton.nu>
134
135	* Zlib.pm
136	  Change version number to 1.01.
137
138	* t/basic.t
139	  Added a test for creating a handle without opening it.
140
141	* Zlib.pm
142	  Don't try and do an open if we haven't been given any
143	  arguments - presumably the user will do one later on.
144
1452001-01-27  Tom Hughes  <tom@compton.nu>
146
147	* Zlib.pm
148	  Change version number to 1.00.
149
150	* t/basic.t
151	* t/tied.t
152	  Added extra tests and improved some existing ones.
153
154	* Zlib.pm
155	  Reworked along the lines described in "Object Orientated Perl" to
156	  make the tie support work properly.
157
1581998-06-28  Tom Hughes  <tom@compton.nu>
159
160	* Zlib.pm
161	  Change version number to 0.02.
162
163	* Zlib.pm
164	  Quote all hash dereferences to avoid bareword resolution
165	  warnings for eof.
166