Repository: cassandra Updated Branches: refs/heads/cassandra-1.2 91130373f -> 05fcfa2be
Update versions and NEWS for 1.2.16 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/05fcfa2b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/05fcfa2b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/05fcfa2b Branch: refs/heads/cassandra-1.2 Commit: 05fcfa2be4eba2cd6daeee62d943f48c45f42668 Parents: 9113037 Author: Sylvain Lebresne <[email protected]> Authored: Mon Mar 24 17:16:15 2014 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Mar 24 17:16:15 2014 +0100 ---------------------------------------------------------------------- NEWS.txt | 9 +++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/05fcfa2b/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 771536d..f297634 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -14,6 +14,15 @@ restore snapshots created with the previous major version using the using the provided 'sstableupgrade' tool. +1.2.16 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see 1.2.15 if you are upgrading + from a previous version. + + 1.2.15 ====== http://git-wip-us.apache.org/repos/asf/cassandra/blob/05fcfa2b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index eaf35b5..5db0a6a 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="1.2.15"/> + <property name="base.version" value="1.2.16"/> <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/05fcfa2b/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index bb8ecf2..50318c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.16) unstable; urgency=low + + * New release + + -- Sylvain Lebresne <[email protected]> Mon, 24 Mar 2014 17:15:34 +0100 + cassandra (1.2.15) unstable; urgency=low * New release
