You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2015/07/10 05:42:59 UTC

svn commit: r1690197 - /jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt

Author: amitj
Date: Fri Jul 10 03:42:58 2015
New Revision: 1690197

URL: http://svn.apache.org/r1690197
Log:
Updated Oak 1.0.17 release notes

Modified:
    jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt

Modified: jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt?rev=1690197&r1=1690196&r2=1690197&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Fri Jul 10 03:42:58 2015
@@ -31,37 +31,42 @@ Changes in Oak 1.0.17
 
 Bugs
 
-  	[OAK-2401] - SegmentNodeStoreService prone to deadlocks
-  	[OAK-2845] - Memory leak in ObserverTracker#removedService
-  	[OAK-2934] - Certain searches cause lucene index to hit OutOfMemoryError
-  	[OAK-2961] - Async index fails with OakState0001: Unresolved conflicts in /:async
-  	[OAK-2999] - Index updation fails on updating multivalued property
-  	[OAK-3020] - Async Update fails after IllegalArgumentException
-  	[OAK-3023] - Long running MongoDB query may block other threads
-  	[OAK-3026] - test failures for oak-auth-ldap on Windows
-  	[OAK-3035] - ReferenceEditor reindex detection broken
-  	[OAK-3046] - Test extending AbstractRepositoryTest not getting executed on 1.0 branch
-  	[OAK-3053] - Locking issues seen with CopyOnWrite mode enabled
-  	[OAK-3062] - VersionGC failing on Mongo with CursorNotFoundException
-  	[OAK-3067] - Lucene IndexCopier should increase readerRemoteReadCount for new files
-  	[OAK-3081] - SplitOperations may undo committed changes
-  	[OAK-3084] - Commit.applyToDocumentStore(Revision) may rollback committed changes
+    [OAK-2401] - SegmentNodeStoreService prone to deadlocks
+    [OAK-2845] - Memory leak in ObserverTracker#removedService
+    [OAK-2934] - Certain searches cause lucene index to hit OutOfMemoryError
+    [OAK-2961] - Async index fails with OakState0001: Unresolved conflicts in /:async
+    [OAK-2999] - Index updation fails on updating multivalued property
+    [OAK-3020] - Async Update fails after IllegalArgumentException
+    [OAK-3023] - Long running MongoDB query may block other threads
+    [OAK-3026] - test failures for oak-auth-ldap on Windows
+    [OAK-3035] - ReferenceEditor reindex detection broken
+    [OAK-3046] - Test extending AbstractRepositoryTest not getting executed on 1.0 branch
+    [OAK-3053] - Locking issues seen with CopyOnWrite mode enabled
+    [OAK-3062] - VersionGC failing on Mongo with CursorNotFoundException
+    [OAK-3067] - Lucene IndexCopier should increase readerRemoteReadCount for new files
+    [OAK-3081] - SplitOperations may undo committed changes
+    [OAK-3084] - Commit.applyToDocumentStore(Revision) may rollback committed changes
+    [OAK-3089] - LIRS cache: zero size cache causes IllegalArgumentException
+    [OAK-3013] - SQL2 query with union, limit and offset can return invalid results
 
 Improvements
 
-    [OAK-2721] - LogDumper rule to dump logs as part of system out in case of test failure
-  	[OAK-2766] - Log time to acquire backgroundOperationLock in background operation tasks
-  	[OAK-2885] - Enable saveDirListing by default
-  	[OAK-3034] - backport OAK-2373 to 1.0 branch
-  	[OAK-3043] - Provide item path with InvalidItemStateException
+    [OAK-2766] - Log time to acquire backgroundOperationLock in background operation tasks
+    [OAK-2885] - Enable saveDirListing by default
+    [OAK-3034] - backport OAK-2373 to 1.0 branch
+    [OAK-3043] - Provide item path with InvalidItemStateException
     [OAK-3057] - Simplify debugging conflict related errors
-  	[OAK-3069] - Provide option to eagerly copy the new index files in CopyOnRead
-  	[OAK-3076] - Compaction should trace log the current processed path
-  	[OAK-3088] - IndexUpdate reports at debug level quite verbose
+    [OAK-3069] - Provide option to eagerly copy the new index files in CopyOnRead
+    [OAK-3076] - Compaction should trace log the current processed path
+    [OAK-3088] - IndexUpdate reports at debug level quite verbose
+
+New Features
 
+    [OAK-2721] - LogDumper rule to dump logs as part of system out in case of test failure
+    
 Tasks
 
-  	[OAK-3058] - Backport OAK-2872 to 1.0 and 1.2 branches
+    [OAK-3058] - Backport OAK-2872 to 1.0 and 1.2 branches
 
 
 In addition to the above-mentioned changes, this release contains