blob: 9b0be1fea7a2715c0e9107ce36e82de51650534f [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 Bodewig7bb5d882009-10-08 12:07:19 +000026 <action type="fix" issue="COMPRESS-86" date="2009-10-08">
27 Tar archive entries holding the file name for names longer
28 than 100 characters in GNU longfile mode didn't properly
29 specify they'd be using the "oldgnu" extension.
30 </action>
Stefan Bodewig3e2ddad2009-08-25 08:11:44 +000031 <action type="add" date="2009-08-25">
32 A new constructor of TarArchiveEntry can create entries with
33 names that start with slashes - the default is to strip
34 leading slashes in order to create relative path names.
35 </action>
Stefan Bodewig7be8ef62009-08-01 20:25:13 +000036 <action issue="COMPRESS-83" type="fix" date="2009-08-01">
37 Delegate all read and write methods in GZip stream in order to
38 speed up operations.
39 </action>
40 <action type="add" date="2009-08-01">
41 ArchiveEntry now has a getLastModifiedDate method.
42 </action>
43 <action type="fix" date="2009-08-01">
44 The ar and cpio streams now properly read and write last
45 modified times.
46 </action>
Stefan Bodewig2318ba32009-06-30 07:25:44 +000047 <action issue="COMPRESS-81" type="fix" date="2009-06-30">
48 TarOutputStream can leave garbage at the end of the archive
49 </action>
Stefan Bodewig47b706e2009-06-30 08:23:08 +000050 <action issue="COMPRESS-78" type="add" date="2009-06-30"
51 due-to="Jukka Zitting">
52 Add a BZip2Utils class modelled after GZipUtils
53 </action>
Stefan Bodewig2318ba32009-06-30 07:25:44 +000054 </release>
55 <release version="1.0" date="2009-05-21" description="First Public Release">
56 <action dev="all" type="add" date="2009-05-21">
Christian Grobmeier35ac05e2009-05-10 17:32:20 +000057 Initial release
58 </action>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000059 <action dev="sgoeschl" type="fix">
60 Updating the pom.xml for preparing a move to commons-proper
61 </action>
62 </release>
63 </body>
64</document>