Author: mreutegg
Date: Thu Sep 17 07:43:30 2015
New Revision: 1703510
URL: http://svn.apache.org/r1703510
Log:
Update release notes for Oak 1.0.21 release
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=1703510&r1=1703509&r2=1703510&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Thu Sep 17 07:43:30 2015
@@ -8,14 +8,14 @@ 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.20 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.0.21 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.20
+New configuration options in Oak 1.0.21
---------------------------------------
This release of Oak includes an improvement to the DocumentNodeStore,
@@ -24,7 +24,7 @@ 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.20.
+collection for MongoDB manually before Oak is upgraded to 1.0.21.
See https://issues.apache.org/jira/browse/OAK-2829 for more details.
Node name index support (OAK-1752) - With this queries involving
@@ -33,12 +33,13 @@ http://jackrabbit.apache.org/oak/docs/qu
for usage details.
-Changes in Oak 1.0.20
+Changes in Oak 1.0.21
---------------------
Sub-tasks
[OAK-2634] - QueryEngine should expose name query as property restriction
+ [OAK-2986] - RDB: switch to tomcat datasource implementation
[OAK-3261] - consider existing locks when creating new ones
[OAK-3279] - Create StringUtils.estimateMemoryUsage(String)
[OAK-3338] - Deprecate CIHelper travis methods with profile
@@ -48,11 +49,12 @@ Technical tasks
[OAK-3385] - Make compress-interval configurable
[OAK-3391] - RDBBlobStore: speed up testBigBlob(), also improve memory
usage
+ [OAK-3408] - RDBDocumentStore: improve MySQL diagnostics
+ [OAK-3410] - RDB*Store diagnostics: strip line feeds from product
information
Bugs
[OAK-2712] - Possible null-dereference when calling ItemImpl#perform
- [OAK-2929] - Parent of unseen children must not be removable
[OAK-2979] - JournalTest.cleanupTest reliably fails on Windows
[OAK-3265] - Test failures: NodeLocalNameTest, NodeNameTest
[OAK-3281] - Test failures on trunk: SolrIndexQueryTestIT.sql2
@@ -64,7 +66,9 @@ Bugs
[OAK-3333] - SplitOperations purges _commitRoot entries too eagerly
[OAK-3339] - Logging in and out many sessions leads to high memory
consumption
[OAK-3376] - DocumentNodeStoreTest.dispose() waiting indefinitely on
ArrayBlockingQueue.put()
- [OAK-3383] - "The unbindBlobDataSource method has thrown an exception"
message on shutdown of the RDBMK
+ [OAK-3383] - "The unbindBlobDataSource method has thrown an exception"
message on shutdown of the RDBMK
+ [OAK-3395] - RevisionGC fails for JCR paths having line feed characters
+ [OAK-3411] - Inconsistent read on DocumentNodeStore startup
Improvements