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/05/30 15:50:22 UTC

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

Author: jukka
Date: Fri May 30 06:50:21 2008
New Revision: 661720

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

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=661720&r1=661719&r2=661720&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt Fri May 30 06:50:21 2008
@@ -1,15 +1,17 @@
-Release Notes -- Apache Jackrabbit Core -- Version 1.4.4
+Release Notes -- Apache Jackrabbit Core -- Version 1.4.5
 
 Introduction
 ------------
 
-This is the 1.4.4 patch release of the jackrabbit-core component of
+This is the 1.4.5 patch release of the jackrabbit-core component of
 Apache Jackrabbit, a fully conforming implementation of the Content
 Repository for Java Technology API (JCR).
 
-This release fixes the custom persistence manager regression (JCR-1556)
-introduced in the 1.4.3 patch release. Also two database data store fixes
-are included. See below for the full list of changes in this release.
+This release fixes various issues, including a change to some default
+persistence manager configuration settings (JCR-1562). Users who are
+relying on the default username, password, or schema name settings for
+database-based persistence should check their configuration when upgrading
+to this release. See below for the full list of changes in this release.
 
 See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for
 more information.
@@ -21,18 +23,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.4-src.jar)
+    * Source archive (jackrabbit-core-1.4.5-src.jar)
 
         The source archive contains the full source code of this release
-        in a "jackrabbit-core-1.4.4" directory. Use the following commands
+        in a "jackrabbit-core-1.4.5" 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.4-src.jar
-          $ cd jackrabbit-1.4.4
+          $ jar xf jackrabbit-core-1.4.5-src.jar
+          $ cd jackrabbit-1.4.5
           $ mvn install
 
-    * Pre-compiled binary (jackrabbit-core-1.4.4.jar)
+    * Pre-compiled binary (jackrabbit-core-1.4.5.jar)
 
         Core of the Apache Jackrabbit content repository implementation.
 
@@ -51,9 +53,13 @@
 issue tracker at http://issues.apache.org/jira/browse/JCR
 
   Bug fixes
-  [JCR-1556] PersistenceManager API change breaks backward compatibility 
-  [JCR-1560] Data Store: Oracle fails to create the table
-  [JCR-1566] Data Store: DB2 fails to create the table
+  [JCR-1450] move method of the MemoryFileSystem may accept invalid ...
+  [JCR-1551] TransientRepository: application doesn't exit quickly
+  [JCR-1557] Avoid exceptions during shutting repository down if several ...
+  [JCR-1562] JNDI data sources with various PersistenceManager: wrong ...
+  [JCR-1587] When trying to reuse version label in transaction, exception ...
+  [JCR-1599] LuceneQueryBuilder assumes readability of root-Node to be ...
+  [JCR-1602] DbDatastore: Problems indexing pdf file
 
   Known issues
   [JCR-43]   Restore on nodes creates same-name-sibling of ...
@@ -96,12 +102,14 @@
   [JCR-1367] Exception when closing connection under db2
   [JCR-1387] Lock token not removed from session when node is removed
   [JCR-1440] NPE Thrown when two Cluster Nodes are hitting the same ...
-  [JCR-1450] move method of the MemoryFileSystem may accept invalid ...
   [JCR-1532] ERROR 40XD0: Container has been closed exception with Derby DB
-  [JCR-1551] TransientRepository: application doesn't exit quickly
   [JCR-1553] ClusterNode not properly shutdown when repository has shutdown
   [JCR-1554] StaleItemStateException with distributed transactions
   [JCR-1558] Namespace not registered yet prevent ...
-  [JCR-1562] JNDI data sources with various PersistenceManager: wrong ...
   [JCR-1563] Data Store: UTFDataFormatException when using large ...
   [JCR-1572] DbDataStore connection does not always reconnect
+  [JCR-1573] Lucene Query Exception: 'attempt to access a deleted ...
+  [JCR-1605] RepositoryLock does not work on NFS sometimes
+  [JCR-1613] REMOVE access is not checked when moving a node
+  [JCR-1626] The resource committed at the first server via WebDAV does not ...
+  [JCR-1632] Mixin type loss

Modified: jackrabbit/branches/1.4/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/pom.xml?rev=661720&r1=661719&r2=661720&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/pom.xml Fri May 30 06:50:21 2008
@@ -32,7 +32,7 @@
     <version>1.4</version>
   </parent>
   <artifactId>jackrabbit-core</artifactId>
-  <version>1.4.4</version>
+  <version>1.4.5</version>
   <name>Jackrabbit Core</name>
   <description>Jackrabbit content repository implementation</description>