Author: bodewig
Date: Sun May 20 18:44:25 2012
New Revision: 1340798
URL: http://svn.apache.org/viewvc?rev=1340798&view=rev
Log:
record changes
Modified:
commons/proper/compress/trunk/pom.xml
commons/proper/compress/trunk/src/changes/changes.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1340798&r1=1340797&r2=1340798&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sun May 20 18:44:25 2012
@@ -25,7 +25,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<name>Commons Compress</name>
<url>http://commons.apache.org/compress/</url>
<!-- The description is not indented to make it look better in the release
notes -->
@@ -41,7 +41,7 @@ These include: bzip2, gzip, pack200, xz
<commons.jira.id>COMPRESS</commons.jira.id>
<commons.jira.pid>12310904</commons.jira.pid>
<!-- configuration bits for cutting a release candidate -->
- <commons.release.version>1.5</commons.release.version>
+ <commons.release.version>1.4.1</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
</properties>
Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1340798&r1=1340797&r2=1340798&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Sun May 20 18:44:25
2012
@@ -42,8 +42,13 @@ The <action> type attribute can be add,u
<title>commons-compress</title>
</properties>
<body>
- <release version="1.5" date="unreleased"
- description="Release 1.5">
+ <release version="1.4.1" date="unreleased"
+ description="Release 1.4.1">
+ <action type="fix" date="2012-05-20">
+ Ported libbzip2's fallback sort algorithm to
+ BZip2CompressorOutputStream to speed up compression in certain
+ edge cases.
+ </action>
</release>
<release version="1.4" date="2012-04-11"
description="Release 1.4">