File perl-IO-Compress-Base.changes of Package perl-IO-Compress-Base
1
-------------------------------------------------------------------
2
Sat Jul 25 19:38:32 CEST 2009 - chris@computersalat.de
3
4
- spec mods
5
* removed ^----------
6
* removed ^#---------
7
8
-------------------------------------------------------------------
9
Fri Jun 19 01:09:46 CEST 2009 - chris@computersalat.de
10
11
- spec fix for perl-macros
12
13
-------------------------------------------------------------------
14
Thu Jun 18 12:41:11 CEST 2009 - chris@computersalat.de
15
16
- spec mods
17
o fixed description
18
19
-------------------------------------------------------------------
20
Wed Jun 17 23:37:29 CEST 2009 - chris@computersalat.de
21
22
- added perl-macros
23
o autogen filelist with perl_gen_filelist
24
25
-------------------------------------------------------------------
26
Sun Jun 14 23:58:42 CEST 2009 - chris@computersalat.de
27
28
- update to 2.015
29
- 2.015
30
* Makefile.PL
31
Backout changes made in 2.014
32
- 2.014
33
* Makefile.PL
34
Updated to check for indirect dependencies.
35
- 2.013
36
* IO::Compress::Base
37
- Allow IO::Compress::Base::Parameters::parse to accept an IO::Compress::Base::Parameters object.
38
- 2.012
39
* IO::Compress::Base
40
- Silenced an uninitialised value warning when reading a line
41
at a time from a zip file where the content uses ZIP_CM_STORE.
42
[Problem spotted & fixed by Jeff Holt]
43
* IO::Compress::Base & IO::Uncompress::Base
44
- local-ise $!, $? et al in the DESTROY methods.
45
- 2.011
46
* IO::Compress::Base
47
- Fixed problem that prevented the creation of a zip file that
48
contained more than one compression method.
49
* IO::Compress::Base::Common
50
- The private Validator class in this module clashes with another
51
CPAN module. Moved Validator into the IO::Compress::Base::Common
52
namespace.
53
[RT #35954]
54
- 2.010
55
* Fixed problem that meant Perl 5.10 could not upgrade this module.
56
[RT #35342]
57
- 2.009
58
* Removed the alpha status from File::GlobMapper
59
* IO::Compress::Base
60
When writing output never output a zero length buffer.
61
Done to improve interoperability with other tied filenandle
62
modules.
63
* Changed IO::Uncompress::Base to not use the offset parameter of
64
the read method when reading from a filehandle.
65
The object returned from Net::FTP::retr implements a non-standard
66
read method. The third parameter is used for a timeout value
67
rather than an offset.
68
[rt.cpan#33231]
69
* Changed IO::Uncompress::Base to not use the eof method when
70
reading from a filehandle.
71
The object returned from Net::FTP::retr implements both the read
72
method and the eof method. Unfortunately the implementation of
73
the read method uses non-buffered IO (by using sysread) while
74
the eof method uses buffered IO. Mixing buffered and non-buffered
75
IO results in data corruption.
76
- 2.008
77
* Minor documentation changes in README
78
- spec mods
79
o udated header
80
o autogen filelist
81
o fixed deps
82
83
-------------------------------------------------------------------
84
Mon Oct 8 09:26:59 CEST 2007 - anicka@suse.cz
85
86
- update to 2.006
87
* Makefile.PL: Added INSTALLDIRS directive to install as a core
88
module when built on a perl >= 5.9.
89
90
-------------------------------------------------------------------
91
Tue Jul 3 08:32:49 CEST 2007 - anicka@suse.cz
92
93
- update to 2.005
94
* fix problems when using IO::Uncompress::Gunzip with XML::Parser.
95
96
-------------------------------------------------------------------
97
Wed Mar 7 11:21:45 CET 2007 - anicka@suse.cz
98
99
- update to 2.004
100
* Made seek less wasteful of memory.
101
102
-------------------------------------------------------------------
103
Mon Feb 26 14:21:28 CET 2007 - anicka@suse.cz
104
105
- package created (initial version 2.003)
106
107