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/03/03 10:57:27 UTC

svn commit: r633013 - in /jackrabbit/branches/1.3: RELEASE-NOTES.txt pom.xml

Author: jukka
Date: Mon Mar  3 01:57:27 2008
New Revision: 633013

URL: http://svn.apache.org/viewvc?rev=633013&view=rev
Log:
1.3: Fixed concurrent dependency, updated release notes

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

Modified: jackrabbit/branches/1.3/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.3/RELEASE-NOTES.txt?rev=633013&r1=633012&r2=633013&view=diff
==============================================================================
--- jackrabbit/branches/1.3/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.3/RELEASE-NOTES.txt Mon Mar  3 01:57:27 2008
@@ -18,7 +18,25 @@
 Changes in this release
 -----------------------
 
+New features
+
+  [JCR-954]  - Allow to disable referential integrity checking for workspace
+  [JCR-1112] - CacheManager interval between recalculation of cache sizes ...
+  [JCR-1428] - Add API for selective bundle consistency check ...
+
+Improvements
+
+  [JCR-948]  - Support for JNDI configuration of BundleDbPersistenceManager
+  [JCR-1116] - Database persistence managers: log database and driver ...
+  [JCR-1209] - NodeImpl.checkout() calls save() two times
+  [JCR-1400] - Backport JCR-940: add db connection autoConnect for ...
+  [JCR-1421] - Backport JCR-1111: Accesss to version history results ...
+
+Bug fixes
+
   [JCR-1185] - building trunk fails with javacc plugin version 2.2
+  [JCR-1305] - JNDI data sources with BundleDbPersistenceManager: ...
+  [JCR-1399] - Backport JCR-1197: Node.restore() may throw ...
 
 Release Contents
 ----------------

Modified: jackrabbit/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.3/pom.xml?rev=633013&r1=633012&r2=633013&view=diff
==============================================================================
--- jackrabbit/branches/1.3/pom.xml (original)
+++ jackrabbit/branches/1.3/pom.xml Mon Mar  3 01:57:27 2008
@@ -603,7 +603,7 @@
       <dependency>
         <groupId>concurrent</groupId>
         <artifactId>concurrent</artifactId>
-        <version>1.3.4-rc1</version>
+        <version>1.3.4</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>