You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by am...@apache.org on 2014/09/19 17:51:04 UTC

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

Author: amitj
Date: Fri Sep 19 15:51:04 2014
New Revision: 6569

Log:
Apache Jackrabbit 1.0.6 release candidate

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

Added: dev/jackrabbit/oak/1.0.6/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.0.6/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.0.6/RELEASE-NOTES.txt Fri Sep 19 15:51:04 2014
@@ -0,0 +1,102 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.6
+
+Introduction
+------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed for use as the foundation of modern world-class
+web sites and other demanding content applications.
+
+Apache Jackrabbit Oak 1.0.6 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.
+
+Changes in Oak 1.0.6
+--------------------
+
+Bug Fixes
+
+   [OAK-2047] - Missing privileges after repository upgrade
+   [OAK-2049] - ArrayIndexOutOfBoundsException in Segment.getRefId()
+   [OAK-2053] - Excessive memory usage with Oracle Java 6
+   [OAK-2059] - Reindexing can include hidden nodes in the index
+   [OAK-2062] - Range queries and relative properties resultset should be consistent with JR2
+   [OAK-2068] - Lucene index: "reindex" property is automatically set to true
+   [OAK-2073] - Prevent against integer overflow in compaction check
+   [OAK-2078] - Prevent null/empty passwords in ldap provider
+   [OAK-2084] - The query engine should not return hidden nodes
+   [OAK-2088] - AsyncIndexUpdate can leave orphaned checkpoint in case of abrupt shutdown
+   [OAK-2099] - AIOOBE in Segment#toString
+   [OAK-2102] - Oak-run add option to remove all unreferenced checkpoints
+   [OAK-2111] - Rename FileStoreCorruptException to SegmentNotFoundException and update the NodeStore contract
+
+Improvements
+
+   [OAK-1880] - Omit Configuration Retrieval for PreAuthContext
+   [OAK-2004] - Add a way to pause the background async indexer
+   [OAK-2007] - MongoBlobStore improvements
+   [OAK-2051] - Provide option to use  Configuration SPI in JAAS authentication when running within AppServer
+   [OAK-2060] - MBean to provide consolidated cache stats 
+   [OAK-2069] - Log details of _lastRev recovery
+   [OAK-2087] - Record time when checpoint is created in SegmentNodeStore
+   [OAK-2090] - Improve logging in compaction and cleanup operation in SegmentMK
+   [OAK-2091] - Improve logging in MongoDocumentStore
+   [OAK-2094] - Oak Upgrade should depend on oak-jcr with a 'test' scope
+   [OAK-2100] - Change NodeStore#release method to return a boolean
+   [OAK-2104] - IndexStatsMBean should expose the time upto which the repository state has been indexed
+
+New Features
+
+   [OAK-1893] - MBean to dump Lucene Index content and related stats
+   [OAK-1906] - Adding information to a  Standard MBean interface using annotations
+
+Task
+
+   [OAK-2085] - Move CacheStats humanReadableByteCount to Oak Commons IOUtils
+
+In addition to the above-mentioned changes, this release contains
+all changes included in previous Apache Jackrabbit Oak 1.0.x releases.
+
+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
+http://www.apache.org/dist/jackrabbit/KEYS.
+
+About Apache Jackrabbit Oak
+---------------------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed 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 140 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 3,800+ contributors.
+
+For more information, visit http://www.apache.org/

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

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

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

Added: dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.asc Fri Sep 19 15:51:04 2014
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJUHEuWAAoJEBgLoc10Yop/v1YP/jXarhkOzhWzmqr+zIdDPkpf
+QL4bispMnNN7/iTPITHgTfo2oZ4dv5l7Oi5SYaldfpFcRpgKfVfl/nY+JmolsYlf
+LFkhA3HYu/aIBjUAtvtagu+knb/55mLoENHQkjq2xWZnlUOCMab/TWyxz6U7YTVv
+mhe9gUebSvx0Z4QFcPnB2qStQ9l55P/9dlR/6CUK5EyXrbAWnTq32lujFosrwQ5+
+tH3O6SoetaxqFoLSagaE68W9KdTXorOunUZvQ2guM8nwKG2giTuShNK6Wn4OL7ML
+WsbFLi7Vc3Pb0isw9KbjpNg1vHmMMgb2/G56hob64zHpbXYchNWMcYwMBxEfXKeH
+u1QpLFrvsgX/RN/bCGbyRaGNwPDPH8wUfhRS4Y9y33osOkzNEYXqRWnIOg6bPpT6
+p3MuowT/1TN5Z5N65fx2wgIOS5oKqZ4USXpuMKRfUoPaurVzP8BR1DT4X/UNEXmf
+w5xXIGytqC+rS21PUt3sZlTDv6g/d+JUuoX+cifLfQxklsxc8rUsnOe3QrqnTqkj
+dHyyy9ie4Qjhpy4lpi7MX/EoAEA6qotOJBpQP6MjhiNziJfew8RSe7ozW/EMEzmI
+lHkjZAtsfWoP4dPMn9uBtDeJTd7zWWdiPf3DWtKlX2GN4XNTO8hEK7QMEBVAaxmy
+tQWTfpGgG/H5mUmEnQJT
+=zV/B
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.md5 Fri Sep 19 15:51:04 2014
@@ -0,0 +1 @@
+2a07fa0541df835017c1724e64e0b23b

Added: dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.0.6/jackrabbit-oak-1.0.6-src.zip.sha Fri Sep 19 15:51:04 2014
@@ -0,0 +1 @@
+54626eba04bf3a297f3fece3deb1a8304f06071b