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
|
CHANGES
-------
2.085 12 January 2019
* t/050interop-xz.t
Test harness can use a lot of memory.
On systems with small memory t/050interop-xz.t can fail.
Free memory before invoking xz.
[rt.cpan.org #128194] may fail (memory leak?)
2.084 5 January 2019
* No Changes
2.083 30 December 2018
* No Changes
2.082 15 April 2018
* README
Document clash with older version of liblzma
#125046: Undefined symbol "lzma_properties_size"
* Lzma.pm
#125093: [PATCH] fix spelling mistakes: defaut -> default
2.081 4 April 2018
* previous release used $^W instead of use warnings. Fixed.
2.080 2 April 2018
* No Changes
2.074 18 Feb 2017
* Lzma.xs
Comment out unused variables & remove C++-ism
#120272: [PATCH] Unbreak compilation
* Make failure when LZMA_VERSION != lzma_version_number more excplicit
* Added interface to LZMA_VERSION and LZMA_VERSION_STRING
2.072 4 Feb 2017
* Makefile.PL
#120084: Need Fix for Makefile.PL depending on . in @INC
* #105460: use of Compress::Raw::Lzma::RawDecoder fails with large amount of data
AppendOutput for "encode" methods said default was 1. It is actually.
2.070 28 Dec 2016
* #119207: Compress-Raw-Lzma-2.069 bug report
2.069 26 Sep 2015
* No Changes
2.068 23 Dec 2014
* No Changes
2.067 8 Dec 2014
* No Changes
2.066 21 Sept 2014
* No Changes
2.064 1 February 2014
* [PATCH] Handle non-PVs better
[#91558]
2.062 11 August 2013
* fix typos
[RT #86418]
2.061 19 May 2013
* silence compiler warning by making 2nd parameter to
DispStream a const char*
2.060 7 January 2013
* No Changes
2.059 24 November 2012
* Copy-on-write support
2.058 12 November 2012
* No Changes
2.057 10 November 2012
* update to ppport.h that includes SvPV_nomg_nolen
* added PERL_NO_GET_CONTEXT
2.055 5 August 2012
* Fix misuse of magic in API
2.052 29 April 2012
* Fixed to allow building with C++
2.049 17 February 2012
* README wasn't included in the distribution.
2.048 29 January 2012
* No Changes
2.047 28 January 2012
* Set minimum Perl version to 5.6
2.045 3 December 2011
* Moved FAQ.pod to IO::Compress
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
2.043 20 November 2011
* No Changes
2.042 17 November 2011
* No Changes
2.040 28 October 2011
* No Changes
2.039 28 October 2011
* croak if attempt to freeze/thaw compression object
[RT #69985]
2.037 22 June 2011
* No Changes
2.036 18 June 2011
* A number of changes to facilitate adding LZMA support to
IO::Compress::Zip & IO::Uncompress::Unzip
* Added preset filters Lzma::Filter::Lzma1::Preset &
Lzma::Filter::Lzma2::Preset
* Added forZip option to Compress::Raw::Lzma::Encoder
* Added properties option to Compress::Raw::Lzma::RawDecoder
2.035 6 May 2011
* No Changes
2.033 11 Jan 2011
* Changed default MemLimit from 128Meg to unlimited.
2.032 4 Jan 2011
* No Changes
2.031 26 Oct 20100
* Changed to build with XZ 5.0.0
Dropped symbolic constants provided by subblock.h
[RT #62461]
2.030 22 July 2010
* No Changes
2.029 8 May 2010
* Compress::Raw::Lzma::EasyEncoder with Preset => 9 needs a *lot* of
memory. This was triggering smoke failures on some systems.
Reworked that test harness to spot the memory failure.
2.028 3 May 2010
* Remove 'Persistent' option from Lzma::Filter::Lzma.
The underlying lzma library doesn't support it anymore.
[RT #57080]
* Silenced a pile of compiler warnings.
2.027 24 April 2010
* No Changes
2.026 7 April 2010
* No Changes
2.025 27 March 2010
* No Changes
2.024 7 January 2010
* Documentation updates.
* Silence the warning "UNIVERSAL->import is deprecated and will be
removed in a future perl" when running perl 5.11
* Fixed a problem with the code that generated the LZMA constants.
This issue was found in with the version of the lzma library that
comes with Ubuntu 9.10
Pronlem reported by Graham Jenkins
2.023 9 November 2009
* First public beta
|