blob: 0216cd02a43f1301d1a6cdb84eba0fc730a1a76f [file] [log] [blame]
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
20<document>
21 <properties>
22 <title>commons-compress</title>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000023 </properties>
24 <body>
Stefan Bodewig2318ba32009-06-30 07:25:44 +000025 <release version="1.1" date="as in SVN" description="Release 1.1">
Stefan Bodewig5066e9a2010-01-07 09:34:55 +000026 <action type="fix" issue="COMPRESS-94" date="2010-01-07"
27 due-to="Anon Devs">
28 ZipArchiveEntry's equals method was broken for entries created
29 with the String-arg constructor. This lead to broken ZIP
30 archives if two different entries had the same hash code.
31 </action>
Stefan Bodewigdc3fc472009-10-30 05:29:17 +000032 <action type="fix" issue="COMPRESS-87" date="2009-10-30"
33 due-to="Antoni Mylka">
34 ZipArchiveInputStream could repeatedly return 0 on read() when
35 the archive was truncated.
36 </action>
Stefan Bodewig7bb5d882009-10-08 12:07:19 +000037 <action type="fix" issue="COMPRESS-86" date="2009-10-08">
38 Tar archive entries holding the file name for names longer
39 than 100 characters in GNU longfile mode didn't properly
40 specify they'd be using the "oldgnu" extension.
41 </action>
Stefan Bodewig3e2ddad2009-08-25 08:11:44 +000042 <action type="add" date="2009-08-25">
43 A new constructor of TarArchiveEntry can create entries with
44 names that start with slashes - the default is to strip
45 leading slashes in order to create relative path names.
46 </action>
Stefan Bodewig7be8ef62009-08-01 20:25:13 +000047 <action issue="COMPRESS-83" type="fix" date="2009-08-01">
48 Delegate all read and write methods in GZip stream in order to
49 speed up operations.
50 </action>
51 <action type="add" date="2009-08-01">
52 ArchiveEntry now has a getLastModifiedDate method.
53 </action>
54 <action type="fix" date="2009-08-01">
55 The ar and cpio streams now properly read and write last
56 modified times.
57 </action>
Stefan Bodewig2318ba32009-06-30 07:25:44 +000058 <action issue="COMPRESS-81" type="fix" date="2009-06-30">
59 TarOutputStream can leave garbage at the end of the archive
60 </action>
Stefan Bodewig47b706e2009-06-30 08:23:08 +000061 <action issue="COMPRESS-78" type="add" date="2009-06-30"
62 due-to="Jukka Zitting">
63 Add a BZip2Utils class modelled after GZipUtils
64 </action>
Stefan Bodewig2318ba32009-06-30 07:25:44 +000065 </release>
66 <release version="1.0" date="2009-05-21" description="First Public Release">
67 <action dev="all" type="add" date="2009-05-21">
Christian Grobmeier35ac05e2009-05-10 17:32:20 +000068 Initial release
69 </action>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000070 <action dev="sgoeschl" type="fix">
71 Updating the pom.xml for preparing a move to commons-proper
72 </action>
73 </release>
74 </body>
75</document>