Update version and NEWS for 1.1.2 release
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44e0b965 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/44e0b965 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/44e0b965 Branch: refs/heads/trunk Commit: 44e0b9655a015590e8aea19e296a9aaca1e18a26 Parents: fffccd6 Author: Sylvain Lebresne <[email protected]> Authored: Fri Jun 29 16:59:00 2012 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri Jun 29 16:59:00 2012 +0200 ---------------------------------------------------------------------- .rat-excludes | 1 + NEWS.txt | 9 +++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 4 files changed, 17 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/44e0b965/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index f41d97a..a030f84 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -27,6 +27,7 @@ conf/schema-sample.txt drivers/txpy/txcql/cassandra/* drivers/py/cql/cassandra/* doc/cql/CQL* +doc/cql3/CQL* build.properties.default test/data/legacy-sstables/** examples/pig/** http://git-wip-us.apache.org/repos/asf/cassandra/blob/44e0b965/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 8eaf25e..9de9f21 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -9,6 +9,15 @@ upgrade, just in case you need to roll back to the previous version. by version X, but the inverse is not necessarily the case.) +1.1.2 +===== + +Upgrading +--------- + - Nothing specific to this release, but please see 1.1 if you are upgrading + from a previous version. + + 1.1.1 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/44e0b965/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0622db9..60903a6 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.1.1"/> + <property name="base.version" value="1.1.2"/> <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/44e0b965/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 0d6a31a..4b97f75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.1.2) unstable; urgency=low + + * New release + + -- Sylvain Lebresne <[email protected]> Fri, 29 Jun 2012 16:56:29 +0200 + cassandra (1.1.1) unstable; urgency=low * New release
