Versions for 1.2.9 release
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6164d011 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6164d011 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6164d011 Branch: refs/heads/cassandra-2.0 Commit: 6164d011eeb3b1b9bf9e1c309bed38939da42ff0 Parents: a606c6c Author: Sylvain Lebresne <[email protected]> Authored: Mon Aug 26 19:33:02 2013 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Aug 26 19:33:02 2013 +0200 ---------------------------------------------------------------------- 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/6164d011/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 491a438..1f3f675 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -29,6 +29,15 @@ Defaults has been changed from 5MB to 160MB. +1.2.8 +===== + +Upgrading +--------- + - Nothing specific to this release, but please see 1.2.7 if you are upgrading + from a previous version. + + 1.2.7 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/6164d011/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e69341e..ff25e16 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.8"/> + <property name="base.version" value="1.2.9"/> <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/6164d011/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 5e585d6..62ee968 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.9) unstable; urgency=low + + * New release + + -- Sylvain Lebresne <[email protected]> Mon, 26 Aug 2013 19:30:51 +0200 + cassandra (1.2.8) unstable; urgency=low * New release
