Author: davide Date: Fri Aug 21 11:50:07 2015 New Revision: 1696948 URL: http://svn.apache.org/r1696948 Log: OAK-3256 - Release Oak 1.0.19
- preparing release notes for next development iteration. 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=1696948&r1=1696947&r2=1696948&view=diff ============================================================================== --- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original) +++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Fri Aug 21 11:50:07 2015 @@ -1,5 +1,5 @@ -Release Notes -- Apache Jackrabbit Oak -- Version 1.0.19 +Release Notes -- Apache Jackrabbit Oak -- Version 1.0.20 Introduction ------------ @@ -8,18 +8,18 @@ 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.19 is a patch release that contains fixes and +Apache Jackrabbit Oak 1.0.20 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. The Oak effort is a part of the Apache Jackrabbit project. Apache Jackrabbit is a project of the Apache Software Foundation. -New configuration options in Oak 1.0.19 +New configuration options in Oak 1.0.20 --------------------------------------- -Changes in Oak 1.0.19 +Changes in Oak 1.0.20 --------------------- This release of Oak includes an improvement to the DocumentNodeStore, @@ -28,56 +28,17 @@ implementations in Oak will try to creat However, there may be deployments where the configured backend storage user for the DocumentStore implementation does not have the require privilege. In this case it is required to create the table for the RDB backend or -collection for MongoDB manually before Oak is upgraded to 1.0.19. +collection for MongoDB manually before Oak is upgraded to 1.0.20. See https://issues.apache.org/jira/browse/OAK-2829 for more details. Sub-task - [OAK-2850] - Flag states from revision of an external change - [OAK-3002] - Optimize docCache and docChildrenCache invalidation - by filtering using journal - [OAK-3198] - reduce RDBDocumentStore class size, avoid code - duplication with RDBBlobStore - [OAK-3206] - DocumentStorePerformanceTest executed together with - unit tests - [OAK-3222] - RDBDocumentStore: add missing RDBHelper support for - JOURNAL table - Bug - [OAK-2880] - NPE in SegmentWriter.writeMap - [OAK-3169] - rep:versionablePaths mixin not always set for - versionable nodes - [OAK-3171] - Conflict Exception logs path information only on - DEBUG - [OAK-3199] - DocumentNodeState ignores binary value for memory - calculation - [OAK-3221] - JournalTest may fail on machine with slow I/O - [OAK-3231] - Change default maxCachedBinarySize to match lucene - DEFAULT_BLOB_SIZE - [OAK-3246] - MultiDocumentStoreTest might fail to clean up test - nodes - Improvement - [OAK-2685] - Track root state revision when reading the tree - [OAK-2829] - Comparing node states for external changes is too - slow - [OAK-3073] - Make preftech of index files as default option - [OAK-3085] - Add timestamp property to journal entries - [OAK-3174] - [Blob GC] Make actual deletion of blobs synchronous - [OAK-3180] - Versioning: improve diagnostics when version history - state is broken - [OAK-3204] - oak-core version diagnostics - [OAK-3257] - speed up BasicDocumentStoreTest - -Task - - [OAK-3189] - CLONE - MissingLastRevSeeker non MongoDS may fail - with OOM - - +Task In addition to the above-mentioned changes, this release contains all changes included in previous Apache Jackrabbit Oak 1.0.x releases.