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 da...@apache.org on 2016/05/03 16:46:19 UTC

svn commit: r1742120 - /jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt

Author: davide
Date: Tue May  3 14:46:19 2016
New Revision: 1742120

URL: http://svn.apache.org/viewvc?rev=1742120&view=rev
Log:
OAK-4272 - Release Oak 1.4.2

release notes


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

Modified: jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt?rev=1742120&r1=1742119&r2=1742120&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Tue May  3 14:46:19 2016
@@ -24,8 +24,14 @@ Technical task
 
 Bug
 
+    [OAK-4099] - Lucene index appear to be corrupted with compaction
+    enabled
     [OAK-4148] - RAT plugin complains about derby files
     [OAK-4166] - Simple versionable nodes are invalid after migration
+    [OAK-4275] - Backport OAK-4065 (Counter index can get out of sync)
+    to 1.2 and 1.4
+    [OAK-4313] - QueryImpl should avoid traversal with queries
+    containing native constraints
 
 Documentation
 
@@ -35,10 +41,14 @@ Documentation
 Improvement
 
     [OAK-4136] - release profile in maven
+    [OAK-4165] - Too verbose logging during revision gc
     [OAK-4175] - Allow to skip the repository initialization in
     oak-upgrade
     [OAK-4242] - Counter index should be rebuilt after successful
     migration
+    [OAK-4306] - Disable cleanup when compaction is paused
+    [OAK-4317] - Similar and Native queries should return no results
+    if no index can handle them
 
 Task