Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41F2311B55 for ; Thu, 26 Jun 2014 08:51:41 +0000 (UTC) Received: (qmail 1574 invoked by uid 500); 26 Jun 2014 08:51:41 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 1534 invoked by uid 500); 26 Jun 2014 08:51:41 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 1492 invoked by uid 99); 26 Jun 2014 08:51:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 08:51:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B39718348D8; Thu, 26 Jun 2014 08:51:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: slebresne@apache.org To: commits@cassandra.apache.org Date: Thu, 26 Jun 2014 08:51:40 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: Update versions for 1.2.17 release Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 79a4dd58c -> 5b878cebd Update versions for 1.2.17 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/87c4efe8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/87c4efe8 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/87c4efe8 Branch: refs/heads/cassandra-2.0 Commit: 87c4efe819b36c9f99f9f616e076fc61cbf3316e Parents: d84b692 Author: Sylvain Lebresne Authored: Wed Jun 25 18:25:30 2014 +0200 Committer: Sylvain Lebresne Committed: Wed Jun 25 18:25:30 2014 +0200 ---------------------------------------------------------------------- NEWS.txt | 8 ++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/87c4efe8/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index f297634..97d32f2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,6 +13,14 @@ restore snapshots created with the previous major version using the 'sstableloader' tool. You can upgrade the file format of your snapshots using the provided 'sstableupgrade' tool. +1.2.17 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see 1.2.16 if you are upgrading + from a previous version. + 1.2.16 ====== http://git-wip-us.apache.org/repos/asf/cassandra/blob/87c4efe8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 5db0a6a..1310d64 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + http://git-wip-us.apache.org/repos/asf/cassandra/blob/87c4efe8/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 50318c8..adb7a37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.17) unstable; urgency=medium + + * New release + + -- Sylvain Lebresne Wed, 25 Jun 2014 17:54:01 +0200 + cassandra (1.2.16) unstable; urgency=low * New release