-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changes
256 lines (162 loc) · 6.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
CHANGES
-------
1.002 29 August 2024
* Rewrite iindirect "new" to "->new"
Thu Aug 29 11:15:35 2024 +0100
68c9fd0fb502a5bb5332a0d3262f8d28d94f56a1
1.001 28 August 2024
* #20 Don't ship with Test::* modules
Wed Aug 28 15:13:30 2024 +0100
82ff415a949ce718ddfb9110214e788fc2d366da
1.000 25 June 2022
* version 1.000
Sat Jun 25 15:04:32 2022 +0100
b7993a4fd0a3ee3998fa3b2659bdcd5caa74025a
* Changes for zlib-ng
Thu Jun 23 22:43:31 2022 +0100
07e46a435ccba2a4b4d4699e4c8baf89019f4cb4
0.040 8 July 2020
* Test "at least" version for optional modules
38d2da279e8e0a931b29e91858be6505f0c18018
0.039 9 September 2020
* Fixes for failing tests
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/15
1ad172cad899bc8bc0aa31aff1fabcad294a26d8
0.038 7 September 2020
* make test more robust
0321ab07c1ffcd644a0948b68a677f0be10300f1
0.037 4 September 2020
* Support for XZ & Zstd compression
17f976cfea7169b487d044de5c2ace42058cdd5c
* trim whitespace
4951bf18e9bca1b0ee986d016f46c0134c9e2759
0.036 3 August 2020
* 111const-deflate.t - fix number of tests
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/13
303259e977dad9785cacfd798c3d3e19921f90f0
0.035 7 December 2019
* 000prereq.t - needs version 2.092 of dependencies
Addresses smokre failure with t/010main-unzip.t
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/7
ea4bfdd14d4e0047d8e3fe55c6ce88de2e1ccab0
0.034 5 December 2019
* 000prereq.t - needs version 2.092 of dependencies
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/11
330dfb7dda1b3016eec52dc1c90ff30110aa8f6a
0.033 4 December 2019
* fix typo
88221114c4edf938ad506845db9863db17f7492e
* Makefile.PL: Add IO::Compress::Lzma to PREREQ_PM
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/9
896604d5e525a22f25877f5595ffa94ffdd8a6cf
0.032 24 November 2019
* Add StreamedUnzip
6d2c59aa70f5992903fdeb5d8a3b7fc97dc84137
* fix typo in Changes
2c4bd7743905ba04f121bf323d09caf8f6e88181
0.031 10 November 2019
* 000prereq.t: Add more prereqs for LZMA
If have the IO::*:: LZma modules, they need to be up to date
Also print IO::*::Lzma module versions
318960e89674b2c3a450db972e8f27b14dd1d685
* Makefile.PL: Add IO::*::Lzma to "recommends" list
8675d2421adc7c846a58cf6ddbffe255cf61a21d
0.030 9 November 2019
* t/010main-unzip.t fails
Issue triggered by a memory leak in Compress-Raw-Lzma.
Updating PREREQ_PM will force loading of fixed Compress-Raw-Lzma
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/7
0.029 8 November 2019
* Fix Use of uninitialized value error
53fee715828dfc08071b34fffb7408de91758d09
0.028 7 November 2019
* Beef up test for library versions
a154c5c7e286286c393e7b1832b77e0ca48d5594
0.027 7 November 2019
* t/000prereq.t
Print our versions of all modules used
c560193b1254d8515f2d880a713ba1ece888c0b9
0.026 5 November 2019
* Can't extract after read content
Fixes to allow nembers to be read multiple times
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/3
76943104cfce9e3ee4a4772b115fdb89faefa6fc
* add example of creating zip from stdin
bfb5b815be3f7d5a1600a48509272da37a6d8b3d
* use mkpath in SimpleUnzip.pm
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/2
d683c1d5f5e3c91bfd6beac3187cda6ca232d22c
* uncompr error with content()
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/4
efede5832f33b403c767a458c22fbc7d1f21c672
* remove bad test
9e302ae233c17b70699091fdd947f2fd2b4c0cfa
* update to chmod for read-only
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/2
28135fa2228790e920e102fd444606c926444246
* Error when i try extract file to full path
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/2
6b33be16c82fab8fe3f85b66c2bce21424960c55
* Add Support section
50190d09901a5a188ad308e8a015563b66e65ca6
* more tests with deflated directory
c8c15cf3f0c47eaf9d9490aa508f14e184b1ba02
* test with a deflated directory
d3cc32b2cc92dba64ba879320b80d6696e56f62a
* Documentation Updates
0978433940737981a97dc1cff083ba4a1dbb4dd3
0.025 19 June 2019
* Don't use // for older perls
9f9462be5fe6f6356406ff7dcd1b3e32f6ebebb7
* Add Perl::OSType as a prerequisite module
22aeb3f6615752602c48942f1a0e822ed3cb9d1c
0.024 16 June 2019
* Respin release
0.023 16 June 2019
* SimpleZip.pm
Populate extended attributes for file times & unix uid/gid
2036dcc60355ad32d6e1d3dbc5cbe761327e967f
* SimpleUnzip.pm
* Added FilesOnly option
* Added extract method
0f1e98f94c6e0c8a8a874311bcdc18cc90ea7b54
* Added source to github
* Added .travis & .appveyor files
0.022 10 April 2018
* t/010main-unzip.t
Fixed failure on Windows
0.021 8 April 2018
* Makefile.PL
Fixed PREREQ_PM on IO::Compress::Zip - should be version 2.081
[#125043]
* t/010main-unzip.t
test may fail with non-English locale
[# 125044]
0.020 2 April 2018
* added Archive::Zip::SimpleUnzip
0.010 10 April 2017
* Makefile.PL
#120084: Need Fix for Makefile.PL depending on . in @INC
* added autoflush option.
* croak if attempt to freeze/thaw SimpleZip object
0.009 17 February 2013
* added addFileHandle method.
* beefed up addMember
0.008 7 January 2013
* Fixes to allow disabling of CanonicalName
* Document how to use File::Find to zip a directory tree.
0.007 17 December 2012
* Removed non-ASIII char that triggered failure in t/999pod.t.
0.006 10 December 2012
* Added openMember to allow filehandle access to writing zip files.
* Added Encode option.
0.005 10 November 2012
* Performance improvements.
0.004 11 August 2012
* Force binmode for input file.
0.003 1 May 2012
* Made 'Name' option mandatory with addString.
0.002 26 April 2012
* Fixed issue with Makefile.PL & version dependencies.
0.001 26 April 2012
* First Release