Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 8E97A177DE for ; Tue, 11 Nov 2014 04:29:19 +0000 (UTC) Received: (qmail 58203 invoked by uid 500); 11 Nov 2014 04:29:19 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 58170 invoked by uid 500); 11 Nov 2014 04:29:19 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 58161 invoked by uid 99); 11 Nov 2014 04:29:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 04:29:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1CFEA9A6D5F; Tue, 11 Nov 2014 04:29:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org To: commits@karaf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: karaf-cellar git commit: Update RELEASE-NOTES Date: Tue, 11 Nov 2014 04:29:19 +0000 (UTC) Repository: karaf-cellar Updated Branches: refs/heads/cellar-2.3.x 49fe89a75 -> 68ae85e6b Update RELEASE-NOTES Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/68ae85e6 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/68ae85e6 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/68ae85e6 Branch: refs/heads/cellar-2.3.x Commit: 68ae85e6b2eab40136e5814be3270bb5bc749365 Parents: 49fe89a Author: Jean-Baptiste Onofré Authored: Tue Nov 11 05:29:04 2014 +0100 Committer: Jean-Baptiste Onofré Committed: Tue Nov 11 05:29:04 2014 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/68ae85e6/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a1f6e81..c9dfcc9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,37 @@ * limitations under the License. */ + Apache Karaf Cellar 2.3.3 + ========================= + + Overview + -------- + + This release of Apache Karaf Cellar is a major update on the 2.3.x series branch. + It includes several bug fixes, including critical ones. + + Changelog + --------- + + The following list shows the bug fixes and enhancements included in this release: + +** Bug + * [KARAF-1309] - Cellar causes Karaf container to freeze if system got network interface changes between container restarts + * [KARAF-1474] - Fix Cellar itests + * [KARAF-2550] - At first sync, cellar-config raises NPE + * [KARAF-2591] - cluster group is not persistent anymore + * [KARAF-3014] - Hazelcast tests fail on networks where multicast is disabled + +** Dependency upgrade + * [KARAF-3296] - Upgrade to joda-time 2.5 + * [KARAF-3297] - Upgrade to Felix BundleRepository 2.0.2 + * [KARAF-3356] - Upgrade to Karaf 2.3.9 + * [KARAF-3357] - Upgrade to Hazelcast 2.6.9 + +** Improvement + * [KARAF-2205] - Cellar cluster event handler should check the local status before performing an operation + + Apache Karaf Cellar 2.3.2 =========================