You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by fm...@apache.org on 2008/03/26 13:51:55 UTC

svn commit: r641290 - /jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt

Author: fmeschbe
Date: Wed Mar 26 05:51:50 2008
New Revision: 641290

URL: http://svn.apache.org/viewvc?rev=641290&view=rev
Log:
Add release notes for the 1.4.1 release

Added:
    jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt   (with props)

Added: jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt?rev=641290&view=auto
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt (added)
+++ jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt Wed Mar 26 05:51:50 2008
@@ -0,0 +1,64 @@
+Release Notes -- Apache Jackrabbit JCR Commons -- Version 1.4.1
+
+Introduction
+------------
+
+This is the 1.4.1 patch release of the jackrabbit-jcr-commons component of
+Apache Jackrabbit, a fully conforming implementation of the Content
+Repository for Java Technology API (JCR).
+
+This release contains fixes to a number of issues, most notably the
+concurrent modification exception reported in JCR-1359 and two concurrent
+versioning deadlocks reported in JCR-1462 and JCR-1480. See below for
+the full list of changes in this release.
+
+See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for
+more information.
+
+Release Contents
+----------------
+
+Unlike previous Jackrabbit releases that contained a full set of components,
+this patch release only contains the jackrabbit-jcr-commons component. The
+component is distributed both as a source archive and a pre-compiled binary.
+
+    * Source archive (jackrabbit-jcr-commons-1.4.1-src.jar)
+
+        The source archive contains the full source code of this release
+        in a "jackrabbit-jcr-commons-1.4.1" directory. Use the following
+        commands (or the equivalent in your environment) to build the
+        component with Maven 2 and Java 1.4 or higher:
+
+          $ jar xf jackrabbit-jcr-commons-1.4.1-src.jar
+          $ cd jackrabbit-jcr-commons-1.4.1
+          $ mvn install
+
+    * Pre-compiled binary (jackrabbit-jcr-commons-1.4.1.jar)
+
+        JCR Commons Library of the Apache Jackrabbit content repository
+        implementation.
+
+See the included README.txt file for more information.
+
+Each release file is accompanied by SHA1 and MD5 checksums and a PGP
+signature. The public key used for the signatures can be found
+in the KEYS file.
+
+Changes and known issues in this release
+----------------------------------------
+
+All the changes and known issues in this release are listed below.
+The issue identifier and title is listed for each change and known issue.
+You can look up individual issues for more details in the Jackrabbit
+issue tracker at http://issues.apache.org/jira/browse/JCR
+
+  Improvement:
+  [JCR-1342] Create OSGi Bundle Manifest Headers
+  [JCR-1350] Add a serializing content handler
+
+  Bug:
+  [JCR-1331] Improper deprecation of Locked class
+  [JCR-1355] XML import should not access external entities
+
+  Known Issues:
+  [JCR-1386] Not full parsing of ISO8601 date/time format that ...

Propchange: jackrabbit/branches/1.4/jackrabbit-jcr-commons/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native