You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by al...@apache.org on 2013/10/03 17:00:24 UTC

svn commit: r3189 - in /dev/jackrabbit/0.10: ./ RELEASE-NOTES.txt jackrabbit-oak-0.10-src.zip jackrabbit-oak-0.10-src.zip.asc jackrabbit-oak-0.10-src.zip.md5 jackrabbit-oak-0.10-src.zip.sha

Author: alexparvulescu
Date: Thu Oct  3 15:00:21 2013
New Revision: 3189

Log:
Apache Jackrabbit Oak 0.10 release candidate

Added:
    dev/jackrabbit/0.10/
    dev/jackrabbit/0.10/RELEASE-NOTES.txt   (with props)
    dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip   (with props)
    dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.asc
    dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.md5
    dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.sha

Added: dev/jackrabbit/0.10/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/0.10/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/0.10/RELEASE-NOTES.txt Thu Oct  3 15:00:21 2013
@@ -0,0 +1,112 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 0.10
+
+Introduction
+------------
+
+Jackrabbit Oak is an effort to implement a scalable and performant
+hierarchical content repository for use as the foundation of modern
+world-class web sites and  other demanding content applications.
+
+The Oak effort is a part of the Apache Jackrabbit project.
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+Jackrabbit Oak 0.10 is to alpha-level software. Use at your own risk.
+
+Changes in Oak 0.10
+-------------------
+
+New features
+
+  [OAK-1001] SegmentMK: 32bit support for the file backend
+
+Improvements
+
+  [OAK-444] Authorization for the jcr version store
+  [OAK-658] Unexpected illegal path handling on oak-jcr wrt backwards compatibility
+  [OAK-659] Move purge logic for transient changes below the NodeBuilder interface
+  [OAK-1023] Optimize many child nodes access
+  [OAK-1025] Keep value histories in sorted map
+  [OAK-1027] Avoid turning multivalued properties to String arrays
+  [OAK-1028] Pass Subject directly to the permission validator
+  [OAK-1042] Segment node store caching
+  [OAK-1044] Reduce traffic between MongoMK and MongoDB
+  [OAK-1049] Blobs shouldn't be Comparable
+  [OAK-1050] Remove Blob.sha256()
+  [OAK-1051] SelectorImpl should skip reading node type info if the #matchesAllTypes flag is set
+  [OAK-1057] Configurable DocumentStore logging wrapper
+  [OAK-1059] Property index: faster unique indexes using new storage strategy
+  [OAK-1061] Add option for database name
+  [OAK-1063] MutableTree.enter() simplification
+  [OAK-1071] UnsupportedRepositoryOperationException for UserManager#autoSave
+  [OAK-1072] Remove unnecessary cache invalidation
+
+Bug fixes
+
+  [OAK-680] AbstractRepositoryTest: missing proper permission setup
+  [OAK-926] MongoMK: split documents when they are too large
+  [OAK-950] Remove org.apache.jackrabbit.oak.core from package-export
+  [OAK-1019] OffsetCache doesn't cache anything
+  [OAK-1020] Property value converion ignores reisdual property definition
+  [OAK-1021] Wrong value for Segment#MEDIUM_LIMIT
+  [OAK-1022] Add a custom Oak Lucene analizer
+  [OAK-1024] Full-text search on the traversing index fails if the condition contains a slash
+  [OAK-1026] AccessControlEntry.getPrivileges() behaves diffent than in Oak
+  [OAK-1029] ConflictAnnotatingRebaseDiff reports spurious changeDeletedNode conflicts
+  [OAK-1030] Simplify SessionDelegate#getItem
+  [OAK-1034] OOME running Oak benchmark suite
+  [OAK-1035] Property Index: cost calculation is wrong (zero) when searching for many values
+  [OAK-1038] Inaccurate size estimate for KernelNodeState
+  [OAK-1039] Session#nodExists() true for a transiently moved Node at move Source
+  [OAK-1040] after a non-committed session.move, the session.nodeExists() and getNode() are not symmetric
+  [OAK-1041] Inaccurate size estimate in EmpiricalWeigher
+  [OAK-1043] DocumentStore.find() includes fromKey
+  [OAK-1047] TimingDocumentStoreWrapper throws NPE when result is null
+  [OAK-1053] Deadlock between ChangeProcessor and Session logout
+  [OAK-1054] Folder containing an admin user should not be removed
+  [OAK-1073] PrivilegeManager#getPrivilege throws RepositoryException rather than AccessControlException
+  [OAK-1074] Benchmarks: use different test root nodes each time
+
+
+In addition to the above-mentioned changes, this release contains
+all the changes included up to the Apache Jackrabbit Oak 0.9 release.
+
+For more detailed information about all the changes in this and other
+Oak releases, please see the Oak issue tracker at
+
+  https://issues.apache.org/jira/browse/OAK
+
+Release Contents
+----------------
+
+This release consists of a single source archive packaged as a zip file.
+The archive can be unpacked with the jar tool from your JDK installation.
+See the README.md file for instructions on how to build this release.
+
+The source archive is accompanied by SHA1 and MD5 checksums and a PGP
+signature that you can use to verify the authenticity of your download.
+The public key used for the PGP signature can be found at
+https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.
+
+About Apache Jackrabbit Oak
+---------------------------
+
+Oak is an effort implement a scalable and performant hierarchical content 
+repository for use as the foundation of modern world-class web sites and 
+other demanding content applications. 
+
+The Oak effort is a part of the Apache Jackrabbit project. 
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+For more information, visit http://jackrabbit.apache.org/oak
+
+About The Apache Software Foundation
+------------------------------------
+
+Established in 1999, The Apache Software Foundation provides organizational,
+legal, and financial support for more than 100 freely-available,
+collaboratively-developed Open Source projects. The pragmatic Apache License
+enables individual and commercial users to easily deploy Apache software;
+the Foundation's intellectual property framework limits the legal exposure
+of its 2,500+ contributors.
+
+For more information, visit http://www.apache.org/

Propchange: dev/jackrabbit/0.10/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.asc
==============================================================================
--- dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.asc (added)
+++ dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.asc Thu Oct  3 15:00:21 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJSTYWzAAoJEHnCEeCu/KcuGh8P/1DGwEBEXNflQmNZTN61LbH6
+k2kmuoYnQxZvEcpDevWurQW+TlcPzMWuedU+/ImY0DdUvLGcJ7LmSvdUiskx/Ee0
+h05nrbO3LjmRXLmaKaQIuE3Rs4YZ3hMYGRvIMVTkfmcmQLnUxAeIYvlnE9WvePN2
+w40I/oRVmJTAwd703PlXhAKXPoNuFSoSUBv4xOH7DUCH9TBsHWZt7k9QXDuLlALw
+DaneF0EoudHH3k8uSOF694qJ8qIZyxJJtachkGM3NvgdfflP7p/q7mu1FFk9UkCx
+yCIRWlrkt1XKKbBL/tlL9S7OpNuKMW/YRVZN5TzMmmEv1c76WMhlcWvnkd06l9yy
+R6dVXCCxWk6yD6HJGcauU2kVVAOpqEEOYCgxee8VaTljKNDGvm8dbLAjpweZXuGi
+UWnndj9OrF0R7hHoJD769pwKeqRZ0EUElCSpw5rwHsDEatXC6yOhm4V4u3u1Go+E
++ZfOTODQe4zsNnz/sfCl7dHMxQsXXgJq+HKBNyNTO9FMSJSmMWEk9+lC7OeMRuPE
+kVqD4zFeMwmnOzapWlsA3OnEuFKOdtzfWxz2K5VVE56vXkydqG913vbFEq9ShZ8Y
+SGuYdhyPV2x9OiQ8IaoTCHz9zhBYLK/Zpngq4CDaDFqsl05w1RDqD29CYgu/8lRb
+3Q8s2hI6sZZklX2LMPwt
+=2sov
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.md5
==============================================================================
--- dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.md5 (added)
+++ dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.md5 Thu Oct  3 15:00:21 2013
@@ -0,0 +1 @@
+d86757a0f520ba3a33c4745f5310fa41

Added: dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.sha
==============================================================================
--- dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.sha (added)
+++ dev/jackrabbit/0.10/jackrabbit-oak-0.10-src.zip.sha Thu Oct  3 15:00:21 2013
@@ -0,0 +1 @@
+f8cebb7728823dccd777a8ecfaca3adabbc098b4