You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/09/24 07:46:01 UTC

svn commit: r1389213 - in /commons/proper/imaging/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml src/main/assembly/src.xml

Author: damjan
Date: Mon Sep 24 05:46:01 2012
New Revision: 1389213

URL: http://svn.apache.org/viewvc?rev=1389213&view=rev
Log:
Prepare for the next RC.


Modified:
    commons/proper/imaging/trunk/RELEASE-NOTES.txt
    commons/proper/imaging/trunk/pom.xml
    commons/proper/imaging/trunk/src/changes/changes.xml
    commons/proper/imaging/trunk/src/main/assembly/src.xml

Modified: commons/proper/imaging/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/RELEASE-NOTES.txt?rev=1389213&r1=1389212&r2=1389213&view=diff
==============================================================================
--- commons/proper/imaging/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/imaging/trunk/RELEASE-NOTES.txt Mon Sep 24 05:46:01 2012
@@ -1,6 +1,6 @@
 
 Apache Commons Imaging
-Version 1.0
+Version 1.0-SNAPSHOT
 Release Notes
 
 INTRODUCTION
@@ -45,7 +45,7 @@ and has been renamed to Apache Commons I
 
 VERSION HISTORY
 
-Release 1.0
+Release 1.0-SNAPSHOT
 ------------
 TBA
 
@@ -66,6 +66,7 @@ o IMAGING-47:  Run a Findbugs analysis o
 o IMAGING-65:  Provide a way to write the pixel density (DPI) into an image. 
 o IMAGING-61:  Include a test utility for timing and memory in project example classes. Thanks to gwlucas. 
 o IMAGING-81:  Add more Javadoc to main package. Thanks to gwlucas. 
+o IMAGING-89:  Detect the YCCK color space/type in JPEG files' APP14 segment. 
 
 Fixed Bugs:
 o IMAGING-23:  JpegXMPWriter throws NullPointerException. 

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1389213&r1=1389212&r2=1389213&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Mon Sep 24 05:46:01 2012
@@ -65,6 +65,7 @@
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>imaging</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
+    <commons.rc.version>RC3</commons.rc.version>
     <commons.jira.id>IMAGING</commons.jira.id>
     <commons.jira.pid>12313421</commons.jira.pid>
     <commons.osgi.export>org.apache.commons.imaging.*;version=${project.version};-noimport:=true</commons.osgi.export>

Modified: commons/proper/imaging/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/changes/changes.xml?rev=1389213&r1=1389212&r2=1389213&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/changes/changes.xml (original)
+++ commons/proper/imaging/trunk/src/changes/changes.xml Mon Sep 24 05:46:01 2012
@@ -227,6 +227,9 @@ The <action> type attribute can be add,u
       <action issue="IMAGING-88" dev="damjan" type="fix" due-to="craigkelly">
         Method lowerBound in org.apache.commons.imaging.common.itu_t4.T4AndT6Compression has a division error.
       </action>
+      <action issue="IMAGING-89" dev="damjan" type="add">
+        Detect the YCCK color space/type in JPEG files' APP14 segment.
+      </action>
     </release>
     
   </body>

Modified: commons/proper/imaging/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/assembly/src.xml?rev=1389213&r1=1389212&r2=1389213&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/imaging/trunk/src/main/assembly/src.xml Mon Sep 24 05:46:01 2012
@@ -30,7 +30,7 @@ http://maven.apache.org/plugins/maven-as
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <baseDirectory>${artifactId}-${version}-src</baseDirectory>
+  <baseDirectory>${artifactId}-${commons.release.version}-src</baseDirectory>
   <fileSets>
     <fileSet>
       <includes>