sl@0
|
1 |
<?xml version="1.0"?>
|
sl@0
|
2 |
<relnotes schema="1.0.0" name="Zip Compression Library" purpose="" type="component">
|
sl@0
|
3 |
<purpose>
|
sl@0
|
4 |
Symbian OS port of the zlib compression library (ZLIB, DEFLATE, GZIP) for ZIP compression and decompression.
|
sl@0
|
5 |
</purpose>
|
sl@0
|
6 |
<defect number="DEF139847" title="[Coverity]:SYMBIAN.CLEANUP_STACK,RESOURCE_LEAK,CHECKED_RETURN " revision="022">
|
sl@0
|
7 |
Added appropriate comments for the corresponding coverity checker
|
sl@0
|
8 |
</defect>
|
sl@0
|
9 |
<defect number="DEF139746" title="CEZGZipToFile::InflateL() crashes at second attempt to unzip a gzip file" revision="021">
|
sl@0
|
10 |
Reverted the code done to make gzip handle multi-member gzip file as part of defect fix DEF128714
|
sl@0
|
11 |
</defect>
|
sl@0
|
12 |
<defect number="DEF138753" title="ZipTestManual crashes" revision="020">
|
sl@0
|
13 |
Rectified the incorrect usage of RFile API causing the crash
|
sl@0
|
14 |
</defect>
|
sl@0
|
15 |
<defect number="DEF138752" title="ZipTest crashing in tb92sf" revision="019">
|
sl@0
|
16 |
Rectified the incorrect usage of RFile API
|
sl@0
|
17 |
</defect>
|
sl@0
|
18 |
<defect number="DEF128714" title="CEZGZipToFile fails to inflate first member of multi-member gzip files" revision="018">
|
sl@0
|
19 |
Implemented logic to handle inflation of first member of multi-member gzip file.
|
sl@0
|
20 |
</defect>
|
sl@0
|
21 |
<defect number="PDEF125759" title="EZLib test ZIPs distribute unlicensed PGP PDF file" revision="017">
|
sl@0
|
22 |
Removed unnecessary zip package files
|
sl@0
|
23 |
</defect>
|
sl@0
|
24 |
<defect number="DEF119023" title="McAfee virus scan reports (Non-Critical) errors: Hello_Reset.gz" revision="016">
|
sl@0
|
25 |
Removed Hello_Reset.gz and Hello_Reset.txt as they were not used by any tests.
|
sl@0
|
26 |
</defect>
|
sl@0
|
27 |
<defect number="DEF118876" title="CEZCompressor inline comment" revision="015">
|
sl@0
|
28 |
Inline comments for EFiltered and EHuffmanOnly have been swapped as they were the wrong way round.
|
sl@0
|
29 |
</defect>
|
sl@0
|
30 |
<deliverystep number="692" name="System Libraries: OE: Add zlib library" osproject="sphinx" revision="014">
|
sl@0
|
31 |
<milestone project="GT0334" number="3.11"/>
|
sl@0
|
32 |
<preq number="1583" title="OE: Add zlib library">
|
sl@0
|
33 |
Integrate OE version of ZLib (NOT their final version!). Branched from DV3 changelist number 992843.
|
sl@0
|
34 |
Ezlib code added to Ezlib2, changelist number 1006866.
|
sl@0
|
35 |
Changed comments in zipfile.cpp i.e. removed extra word (sufficient).
|
sl@0
|
36 |
Changed return type LOCAL_C to static in zipfile.cpp as LOCAL_C is deprecated.
|
sl@0
|
37 |
Fixed leave scan errors and warnings
|
sl@0
|
38 |
</preq>
|
sl@0
|
39 |
</deliverystep>
|
sl@0
|
40 |
<defect number="DEF112672" title="Panic ZLIB 11 - when installing the sisx file." revision="013">
|
sl@0
|
41 |
The EZlib component modified to leave with KErrCorrupt if the file is corrupted (instead of panic).
|
sl@0
|
42 |
</defect>
|
sl@0
|
43 |
<defect number="PDEF111660" title="Fix Lint warning 424 in Syslibs components" revision="012">
|
sl@0
|
44 |
FileBuffer modified to use "delete[]" to match "new[]".
|
sl@0
|
45 |
</defect>
|
sl@0
|
46 |
<defect number="PDEF110555" title="ZIPTEST Failing when run on its own" revision="011">
|
sl@0
|
47 |
Included required CP850 resource into ezlibtest.iby for ZIPTEST.
|
sl@0
|
48 |
</defect>
|
sl@0
|
49 |
<minorchange revision="010">
|
sl@0
|
50 |
Upgraded interface access and status tags for identifiers used by partners.
|
sl@0
|
51 |
</minorchange>
|
sl@0
|
52 |
<defect number="DEF106839" title="[System Build]: GT compilation errors in M04229 v9.4, M04230 vFuture,v9.5" revision="009">
|
sl@0
|
53 |
Reverted changes associated with BR2108 (renaming of RZipFileMemberReaderStream) - class is now back to its original name
|
sl@0
|
54 |
</defect>
|
sl@0
|
55 |
<defect number="DEF105995" title="inflateInit2 is not checked for errors in RZipFileMemberReaderStream constructor" revision="008">
|
sl@0
|
56 |
Changed RZipFileMemberReaderStream to use 2 phase construction, which will Leave if there is an OOM error during initialisation. Renamed RZipFileMemberReaderStream to CZipFileMemberReaderStream as it was incorrectly named as a R class.
|
sl@0
|
57 |
</defect>
|
sl@0
|
58 |
<deliverystep number="639" name="Improve performance of PNG ImageDecoder plug-in - EZlib optimisation" osproject="Naiad" revision="007">
|
sl@0
|
59 |
<milestone project="" number="3.11"/>
|
sl@0
|
60 |
<cr number="0984" title="Improve performance of PNG ImageDecoder plug-in">
|
sl@0
|
61 |
Implemantation of CR0984 which requires EZlib decompression library to be compiled with the options for the best performance. This change does not affect any interfaces or behaviors and is a pure binary optimisation.
|
sl@0
|
62 |
</cr>
|
sl@0
|
63 |
</deliverystep>
|
sl@0
|
64 |
<defect number="PDEF105900" title="RZipFileMemberReaderStream::Read returns incorrect error code under OOM" revision="006">
|
sl@0
|
65 |
Modified Ezlib code to return error code.
|
sl@0
|
66 |
</defect>
|
sl@0
|
67 |
<defect number="DEF103850" title="Ezlib TOOLS2 target should be libzlib.a" revision="005">
|
sl@0
|
68 |
Correcting the zlib tools2 target to be libzlib.a and not zlib.lib.
|
sl@0
|
69 |
</defect>
|
sl@0
|
70 |
<deliverystep number="559" name="Porting of tools to TOOLS2" osproject="Oghma" revision="004">
|
sl@0
|
71 |
<milestone project="GT0329" number="3.12"/>
|
sl@0
|
72 |
<preq number="1182" title="GNU Make-based build system">
|
sl@0
|
73 |
Updating the EZLIB tool (zlib.lib) to build under the TOOLS2 platform.
|
sl@0
|
74 |
</preq>
|
sl@0
|
75 |
</deliverystep>
|
sl@0
|
76 |
<deliverystep number="557" name="Filename policy changes" osproject="Oghma" revision="003">
|
sl@0
|
77 |
<milestone project="GT0329" number="3.11"/>
|
sl@0
|
78 |
<preq number="1182" title="GNU Make-based build system">
|
sl@0
|
79 |
Updating the component source files to comply with the Symbian filename policy.
|
sl@0
|
80 |
</preq>
|
sl@0
|
81 |
</deliverystep>
|
sl@0
|
82 |
<minorchange revision="002">
|
sl@0
|
83 |
Symbian OS v9.3 component branched from common codeline
|
sl@0
|
84 |
</minorchange>
|
sl@0
|
85 |
<minorchange revision="001">
|
sl@0
|
86 |
Removing unused DEF files
|
sl@0
|
87 |
</minorchange>
|
sl@0
|
88 |
</relnotes>
|