Updated Branches: refs/heads/trunk b505b90a8 -> ec5f416a4
Update version for 1.2.5 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/de985417 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/de985417 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/de985417 Branch: refs/heads/trunk Commit: de98541708b9a59e918029bb3ed50b0d986d24be Parents: 64c0d1e Author: Sylvain Lebresne <[email protected]> Authored: Fri May 3 17:54:04 2013 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri May 3 17:54:04 2013 +0200 ---------------------------------------------------------------------- CHANGES.txt | 2 +- build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/de985417/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 21be695..3c00e9b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,7 +14,7 @@ * Fix shutdown of binary protocol server (CASSANDRA-5507) * Fix repair -snapshot not working (CASSANDRA-5512) * Set isRunning flag later in binary protocol server (CASSANDRA-5467) - * Fix use of CQL3 functions with descencind clustering order (CASSANDRA-5472) + * Fix use of CQL3 functions with descending clustering order (CASSANDRA-5472) * Prevent repair when protocol version does not match (CASSANDRA-5523) * Disallow renaming columns one at a time for thrift table in CQL3 (CASSANDRA-5531) http://git-wip-us.apache.org/repos/asf/cassandra/blob/de985417/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 05a6c84..cef16da 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.4"/> + <property name="base.version" value="1.2.5"/> <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/de985417/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index c8a62fa..81c12eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.5) unstable; urgency=low + + * New release + + -- Sylvain Lebresne <[email protected]> Fri, 03 May 2013 17:52:01 +0200 + cassandra (1.2.4) unstable; urgency=low * New release
