You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/04/22 01:39:07 UTC

svn commit: r650316 - in /jackrabbit/branches/1.4/jackrabbit-core: RELEASE-NOTES.txt pom.xml

Author: jukka
Date: Mon Apr 21 16:39:06 2008
New Revision: 650316

URL: http://svn.apache.org/viewvc?rev=650316&view=rev
Log:
1.4: Preparing for jackrabbit-core 1.4.3

Modified:
    jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt
    jackrabbit/branches/1.4/jackrabbit-core/pom.xml

Modified: jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt?rev=650316&r1=650315&r2=650316&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt Mon Apr 21 16:39:06 2008
@@ -1,9 +1,9 @@
-Release Notes -- Apache Jackrabbit Core -- Version 1.4.2
+Release Notes -- Apache Jackrabbit Core -- Version 1.4.3
 
 Introduction
 ------------
 
-This is the 1.4.2 patch release of the jackrabbit-core component of
+This is the 1.4.3 patch release of the jackrabbit-core component of
 Apache Jackrabbit, a fully conforming implementation of the Content
 Repository for Java Technology API (JCR).
 
@@ -22,18 +22,18 @@
 this patch release only contains the jackrabbit-core component. The component
 is distributed both as a source archive and a pre-compiled binary.
 
-    * Source archive (jackrabbit-core-1.4.2-src.jar)
+    * Source archive (jackrabbit-core-1.4.3-src.jar)
 
         The source archive contains the full source code of this release
-        in a "jackrabbit-core-1.4.2" directory. Use the following commands
+        in a "jackrabbit-core-1.4.3" 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-core-1.4.2-src.jar
-          $ cd jackrabbit-1.4.2
+          $ jar xf jackrabbit-core-1.4.3-src.jar
+          $ cd jackrabbit-1.4.3
           $ mvn install
 
-    * Pre-compiled binary (jackrabbit-core-1.4.2.jar)
+    * Pre-compiled binary (jackrabbit-core-1.4.3.jar)
 
         Core of the Apache Jackrabbit content repository implementation.
 
@@ -52,25 +52,8 @@
 issue tracker at http://issues.apache.org/jira/browse/JCR
 
   Improvements
-  [JCR-1375] Limit fields read from index
-  [JCR-1469] Data store garbage collection: ScanEventListener not working
 
   Bug fixes
-  [JCR-1275] NullPointerException in AbstractVersionManager....
-  [JCR-1330] repository.xml DTD doesn't allow <DataStore> element
-  [JCR-1359] Adding nodes from concurrently running sessions cause exceptions
-  [JCR-1408] Invalid query results when using jcr:like with a case ...
-  [JCR-1414] Data store garbage collection: inUse not correctly synchronized
-  [JCR-1415] Clustering configuration documentation for syncDelay ...
-  [JCR-1427] XPath query with child axis predicates
-  [JCR-1432] Saving a node deletion that has been modified externally ...
-  [JCR-1449] Registering nodetypes with empty namespace prefix causes ...
-  [JCR-1453] Allow access to journal inside ClusterNode
-  [JCR-1459] NullPointerException on startup if IndexingQueue has ...
-  [JCR-1460] Typo in repository.xml
-  [JCR-1461] Deadlock on concurrent commit/checkin operations
-  [JCR-1475] Inconsistency when version with a label is removed
-  [JCR-1480] Deadlock when executing Version operations
 
   Known issues
   [JCR-43]   Restore on nodes creates same-name-sibling of ...

Modified: jackrabbit/branches/1.4/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/pom.xml?rev=650316&r1=650315&r2=650316&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/pom.xml Mon Apr 21 16:39:06 2008
@@ -32,7 +32,7 @@
     <version>1.4</version>
   </parent>
   <artifactId>jackrabbit-core</artifactId>
-  <version>1.4.2</version>
+  <version>1.4.3</version>
   <name>Jackrabbit Core</name>
   <description>Jackrabbit content repository implementation</description>