You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by al...@apache.org on 2014/02/07 11:02:15 UTC

svn commit: r1565604 - /jackrabbit/trunk/RELEASE-NOTES.txt

Author: alexparvulescu
Date: Fri Feb  7 10:02:15 2014
New Revision: 1565604

URL: http://svn.apache.org/r1565604
Log:
Apache Jackrabbit 2.7.4 release notes

Modified:
    jackrabbit/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/RELEASE-NOTES.txt?rev=1565604&r1=1565603&r2=1565604&view=diff
==============================================================================
--- jackrabbit/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/trunk/RELEASE-NOTES.txt Fri Feb  7 10:02:15 2014
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit -- Version 2.7.3
+Release Notes -- Apache Jackrabbit -- Version 2.7.4
 
 Introduction
 ------------
@@ -11,6 +11,24 @@ Apache Jackrabbit 2.7 is an unstable ser
 Jackrabbit trunk, with a focus on new features and other improvements.
 For production use we recommend the latest stable 2.6 release.
 
+Changes in Jackrabbit 2.7.4
+---------------------------
+
+Improvements
+
+  [JCR-3705] Extract data store API and implementations from jackrabbit-core
+  [JCR-3708] More efficient node traversal during garbage collection in binary focused Repository
+  [JCR-3720] Extract stats package from core to make it reusable
+  [JCR-3723] Add support for observation statistics to RepositoryStatistics
+
+Bug fixes
+
+  [JCR-3709] DBDataStore updates 2 times the lastModified Date on touch when GC is running
+  [JCR-3710] occasional test failures in TokenBasedAuthenticationTest
+  [JCR-3711] RepositoryChecker versioning cleanup may leave repaired node in invalid type state
+  [JCR-3718] Inconsistent Principal Validation between API and Import behavior
+  [JCR-3719] ReferenceBinaryTest does not run when running test suite
+
 Changes in Jackrabbit 2.7.3
 ---------------------------