From oak-commits-return-603-apmail-jackrabbit-oak-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu May 3 09:46:29 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 553519AC4 for ; Thu, 3 May 2012 09:46:29 +0000 (UTC) Received: (qmail 61035 invoked by uid 500); 3 May 2012 09:46:29 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 61011 invoked by uid 500); 3 May 2012 09:46:29 -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 61003 invoked by uid 99); 3 May 2012 09:46:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 09:46:29 +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; Thu, 03 May 2012 09:46:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0FBD72388962; Thu, 3 May 2012 09:46:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1333386 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt Date: Thu, 03 May 2012 09:46:07 -0000 To: oak-commits@jackrabbit.apache.org From: alexparvulescu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120503094608.0FBD72388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexparvulescu Date: Thu May 3 09:46:07 2012 New Revision: 1333386 URL: http://svn.apache.org/viewvc?rev=1333386&view=rev Log: Release notes for 0.2.1 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=1333386&r1=1333385&r2=1333386&view=diff ============================================================================== --- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original) +++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Thu May 3 09:46:07 2012 @@ -1,4 +1,4 @@ -Release Notes -- Apache Jackrabbit Oak -- Version 0.2 +Release Notes -- Apache Jackrabbit Oak -- Version 0.2.1 Introduction ------------ @@ -10,10 +10,13 @@ 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.2 is to be considered alpha-level software. Use at your own risk -with no stability or compatibility guarantees. +Jackrabbit Oak 0.2.x is to be considered alpha-level software. Use at your own risk +with no stability or compatibility guarantees. -Changes in Oak 0.2 +The earlier 0.2 release candidate was rejected because of a minor licensing issue +that is now resolved. + +Changes in Oak 0.2.1 ------------------ New features @@ -42,6 +45,7 @@ Bug fixes [OAK-62] - ConnectionImpl should not acquire Microkernel instance [OAK-69] - oak-run fails with NPE [OAK-78] - waitForCommit() test failure for MK remoting + [OAK-82] - Running MicroKernelIT test with the InMem persistence creates a lot of GC threads Changes in Oak 0.1 ------------------