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/05 11:01:24 UTC

svn commit: r653369 - /jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt

Author: jukka
Date: Mon May  5 02:01:24 2008
New Revision: 653369

URL: http://svn.apache.org/viewvc?rev=653369&view=rev
Log:
1.4: jackrabbit-core 1.4.4 release notes

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

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=653369&r1=653368&r2=653369&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt Mon May  5 02:01:24 2008
@@ -1,15 +1,15 @@
-Release Notes -- Apache Jackrabbit Core -- Version 1.4.3
+Release Notes -- Apache Jackrabbit Core -- Version 1.4.4
 
 Introduction
 ------------
 
-This is the 1.4.3 patch release of the jackrabbit-core component of
+This is the 1.4.4 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 contains fixes to a number of issues and adds functionality
-to help recovery from repository inconsistencies. See below for
-the full list of changes in this release.
+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.
 
 See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for
 more information.
@@ -50,32 +50,10 @@
 You can look up individual issues for more details in the Jackrabbit
 issue tracker at http://issues.apache.org/jira/browse/JCR
 
-  New features
-  [JCR-1428] Add API for selective bundle consistency check ...
-
-  Improvements
-  [JCR-1326] Log path of missing node when re-indexing fails
-  [JCR-1492] Make behaviour configurable when re-indexing detects workspace ...
-
   Bug fixes
-  [JCR-1444] The getOutputStream of the MemoryFileSystem class can replace ...
-  [JCR-1474] consistency check fails with derbypm if bundle size exceeds 32k
-  [JCR-1476] Restore to base version throws NullPointerException
-  [JCR-1481] VersionHistory.removeVersion() does not throw ...
-  [JCR-1484] Node.getReferences() does not properly reflect saved but not ...
-  [JCR-1487] Transient states should be persisted in depth-first traversal ...
-  [JCR-1491] UUID check in BundleFsPersistenceManager.getListRecursive() ...
-  [JCR-1499] Error logged when repository is shut down
-  [JCR-1502] Journal log file rotation overwrites old files
-  [JCR-1503] Typo in repository.xml
-  [JCR-1512] Incorrect check for replace when importing item with colliding id
-  [JCR-1515] CompactNodeTypeDefWriter uses bad format for residual properties
-  [JCR-1518] BundleFsPersistenceManager has no property called: minBlobSize
-  [JCR-1519] Property.getLength() returns -1 for BOOLEAN, REFERENCE and ...
-  [JCR-1536] "Index already present" exception when opening a restored ...
-  [JCR-1540] BundleDbPersistenceManager.checkConsistency() only fixes ...
-  [JCR-1541] Evict fixed NodePropBundle from cache
-  [JCR-1546] H2PersistenceManager: no need to call shutdown; javadoc bugs
+  [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
 
   Known issues
   [JCR-43]   Restore on nodes creates same-name-sibling of ...
@@ -120,3 +98,10 @@
   [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