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/09/14 05:09:45 UTC

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

Author: amitj
Date: Mon Sep 14 03:09:45 2015
New Revision: 1702845

URL: http://svn.apache.org/r1702845
Log:
Oak 1.0.20 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=1702845&r1=1702844&r2=1702845&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Mon Sep 14 03:09:45 2015
@@ -18,10 +18,6 @@ Apache Jackrabbit is a project of the Ap
 New configuration options in Oak 1.0.20
 ---------------------------------------
 
-
-Changes in Oak 1.0.20
----------------------
-
 This release of Oak includes an improvement to the DocumentNodeStore,
 which requires a new collection in the DocumentStore. The DocumentStore
 implementations in Oak will try to create the new collection if necessary.
@@ -37,13 +33,55 @@ http://jackrabbit.apache.org/oak/docs/qu
 for usage details.
  
 
-Sub-task
+Changes in Oak 1.0.20
+---------------------
+
+Sub-tasks
+
+    [OAK-2634] - QueryEngine should expose name query as property restriction
+    [OAK-3261] - consider existing locks when creating new ones
+    [OAK-3279] - Create StringUtils.estimateMemoryUsage(String)
+    [OAK-3338] - Deprecate CIHelper travis methods with profile 
+    [OAK-3345] - SessionMBean should provide information about pending refresh
+
+Technical tasks
+
+    [OAK-3385] - Make compress-interval configurable
+    [OAK-3391] - RDBBlobStore: speed up testBigBlob(), also improve memory usage
+
+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
+    [OAK-3282] - DataStoreBlobStore cache ignores key for memory calculation
+    [OAK-3283] - Background read does not close StringSort
+    [OAK-3310] - Write operations on Property do not check checked-out state of Node
+    [OAK-3313] - Many tests leak DocumentNodeStore instances
+    [OAK-3324] - Evaluation with restriction is not consistent with parent ACLs
+    [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
+
+Improvements
+
+    [OAK-1752] - Node name queries should use an index
+    [OAK-3146] - ExternalLoginModuleFactory should inject SyncManager and ExternalIdentityProviderManager
+    [OAK-3259] - Optimize NodeDocument.getNewestRevision()
+    [OAK-3288] - clarify DocumentStore contract with respect to number formats
+    [OAK-3365] - Wording in Log statements inconsistent
+
+Tasks
 
-Bug
+    [OAK-1743] - Cleanup documentation of _modCount
 
-Improvement
+Tests
 
-Task    
+    [OAK-3312] - [Blob GC] Test case for GC / OAK-3167
+    [OAK-3337] - CIHelper methods related to travis outdated 
 
 In addition to the above-mentioned changes, this release contains
 all changes included in previous Apache Jackrabbit Oak 1.0.x releases.