You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2009/03/26 17:22:30 UTC

svn commit: r758718 - in /incubator/pdfbox/jempbox/trunk: RELEASE-NOTES.txt build.xml

Author: jukka
Date: Thu Mar 26 16:22:20 2009
New Revision: 758718

URL: http://svn.apache.org/viewvc?rev=758718&view=rev
Log:
PDFBOX-437: Prepare JempBox and FontBox for release

Added simple release notes

Prepare for the release by dropping -dev from the release number.

Added:
    incubator/pdfbox/jempbox/trunk/RELEASE-NOTES.txt
Modified:
    incubator/pdfbox/jempbox/trunk/build.xml

Added: incubator/pdfbox/jempbox/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/incubator/pdfbox/jempbox/trunk/RELEASE-NOTES.txt?rev=758718&view=auto
==============================================================================
--- incubator/pdfbox/jempbox/trunk/RELEASE-NOTES.txt (added)
+++ incubator/pdfbox/jempbox/trunk/RELEASE-NOTES.txt Thu Mar 26 16:22:20 2009
@@ -0,0 +1,50 @@
+Release Notes -- Apache JempBox -- Version 0.8.0-incubating
+
+Introduction
+------------
+
+Apache JempBox is an open source Java library for working with XMP metadata.
+
+This 0.8.0-incubating release is the first JempBox release made at the
+Apache Software Foundation. The most notable change since the previous
+release (0.2.0) is the renaming of all Java packages from org.jempbox to
+org.apache.jempbox. If you've used JempBox before, you need to update all
+your client code to use the renamed JempBox packages.
+
+The version number of JempBox was upgraded from 0.2.0 to 0.8.0 to better
+match the version numbering of Apache PDFBox. The -incubating label included
+in the version number reflects the incubation status of the project. See
+the disclaimer below for more about incubation.
+
+See the Apache PDFBox website at http://incubator.apache.org/pdfbox/ for
+more information.
+
+Release Contents
+----------------
+
+This release consists of a source archive (jempbox-0.8.0-incubating-src.jar).
+You can build the release with Apache Ant like this:
+
+    jar xf jempbox-0.8.0-incubating-src.jar
+    cd jempbox-0.8.0
+    ant
+
+The source archive is accompanied by SHA1 and MD5 checksums and a PGP
+signature that you can use to verify the authenticity of your download.
+The public key used for the PGP signature can be found at
+https://svn.apache.org/repos/asf/incubator/pdfbox/KEYS.
+
+Disclaimer
+----------
+
+Apache PDFBox is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is
+required of all newly accepted projects until a further review indicates
+that the infrastructure, communications, and decision making process have
+stabilized in a manner consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the completeness or
+stability of the code, it does indicate that the project has yet to be fully
+endorsed by the ASF.
+
+See http://incubator.apache.org/projects/pdfbox.html for the current
+incubation status of the Apache PDFBox project.

Modified: incubator/pdfbox/jempbox/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/jempbox/trunk/build.xml?rev=758718&r1=758717&r2=758718&view=diff
==============================================================================
--- incubator/pdfbox/jempbox/trunk/build.xml (original)
+++ incubator/pdfbox/jempbox/trunk/build.xml Thu Mar 26 16:22:20 2009
@@ -34,7 +34,7 @@
     <property name="checkstyle.config" value="jempbox-checkstyle.xml" />
 
     <property name="project.name" value="jempbox"/>
-    <property name="project.version" value="0.8.0-incubating-dev" />
+    <property name="project.version" value="0.8.0-incubating" />
 
     <property name="maven.repo" value="http://repo2.maven.org/maven2" />