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 mr...@apache.org on 2015/07/21 12:21:00 UTC

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

Author: mreutegg
Date: Tue Jul 21 10:20:59 2015
New Revision: 1692078

URL: http://svn.apache.org/r1692078
Log:
Prepare release notes for Oak 1.0.18

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=1692078&r1=1692077&r2=1692078&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Tue Jul 21 10:20:59 2015
@@ -1,5 +1,5 @@
 
-Release Notes -- Apache Jackrabbit Oak -- Version 1.0.17
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.18
 
 Introduction
 ------------
@@ -8,7 +8,7 @@ Jackrabbit Oak is a scalable, high-perfo
 repository designed for use as the foundation of modern world-class
 web sites and other demanding content applications.
 
-Apache Jackrabbit Oak 1.0.17 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.0.18 is a patch release that contains fixes and
 improvements over Oak 1.0. Jackrabbit Oak 1.0.x releases are considered
 stable and targeted for production use.
 
@@ -21,47 +21,20 @@ New configuration options in Oak 1.0.18
 Support for pre extracting text to speed up reindexing has been added in OAK-2892
 For more details refer to http://jackrabbit.apache.org/oak/docs/query/lucene.html#text-extraction
 
-Changes in Oak 1.0.17
+Changes in Oak 1.0.18
 ---------------------
 
 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-3089] - LIRS cache: zero size cache causes IllegalArgumentException
-    [OAK-3013] - SQL2 query with union, limit and offset can return invalid results
 
 Improvements
 
-    [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
 
 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
 
 
 In addition to the above-mentioned changes, this release contains