From oak-commits-return-594-apmail-jackrabbit-oak-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed May 2 18:03:00 2012 Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC7549EA0 for ; Wed, 2 May 2012 18:03:00 +0000 (UTC) Received: (qmail 47418 invoked by uid 500); 2 May 2012 18:03:00 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 47395 invoked by uid 500); 2 May 2012 18:03:00 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-commits@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 47387 invoked by uid 99); 2 May 2012 18:03:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 18:03:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 18:02:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6101F2388860; Wed, 2 May 2012 18:02:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1333133 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt Date: Wed, 02 May 2012 18:02:39 -0000 To: oak-commits@jackrabbit.apache.org From: alexparvulescu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120502180239.6101F2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexparvulescu Date: Wed May 2 18:02:38 2012 New Revision: 1333133 URL: http://svn.apache.org/viewvc?rev=1333133&view=rev Log: Release notes for 0.2 Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1333133&r1=1333132&r2=1333133&view=diff ============================================================================== --- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original) +++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Wed May 2 18:02:38 2012 @@ -1,4 +1,4 @@ -Release Notes -- Apache Jackrabbit Oak -- Version 0.1 +Release Notes -- Apache Jackrabbit Oak -- Version 0.2 Introduction ------------ @@ -10,9 +10,39 @@ 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.1 is to be considered alpha-level software. Use at your own risk +Jackrabbit Oak 0.2 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees. +Changes in Oak 0.2 +------------------ + +New features + + [OAK-59] - Implement Session.move + [OAK-63] - Implement workspace copy and move + +Improvements + + [OAK-29] - Simplify SessionContext + [OAK-30] - Strongly typed wrapper for the MicroKernel + [OAK-31] - In-memory MicroKernel for testing + [OAK-44] - Release managements tweaks + [OAK-46] - Efficient diffing of large child node lists + [OAK-48] - MicroKernel.getNodes() should return null for not existing nodes instead of throwing an exception + [OAK-52] - Create smoke-test build profile + [OAK-53] - exclude longer running tests in the default maven profile + [OAK-67] - Initial OSGi Bundle Setup + [OAK-70] - MicroKernelInputStream test and optimization + [OAK-71] - Logging dependencies + [OAK-81] - Remove offset and count parameters from NodeState.getChildNodeEntries() + +Bug fixes + + [OAK-20] - Remove usages of MK API from oak-jcr + [OAK-62] - ConnectionImpl should not acquire Microkernel instance + [OAK-69] - oak-run fails with NPE + [OAK-78] - waitForCommit() test failure for MK remoting + Changes in Oak 0.1 ------------------