mirror of https://github.com/apache/cassandra
Update versions and news for 1.0.9
This commit is contained in:
parent
cec4253ba8
commit
4457839b9d
|
|
@ -5,7 +5,7 @@
|
|||
erroring out (CASSANDRA-3975)
|
||||
* add CompositeType ref to the CLI doc for create/update column family (CASSANDRA-3980)
|
||||
* Pig: support Counter ColumnFamilies (CASSANDRA-3973)
|
||||
* Pig: Composite column support (CASSANDRA-384)
|
||||
* Pig: Composite column support (CASSANDRA-3684)
|
||||
* Avoid NPE during repair when a keyspace has no CFs (CASSANDRA-3988)
|
||||
* Fix division-by-zero error on get_slice (CASSANDRA-4000)
|
||||
* don't change manifest level for cleanup, scrub, and upgradesstables
|
||||
|
|
@ -18,6 +18,13 @@
|
|||
* fix totalBytes count for parallel compactions (CASSANDRA-3758)
|
||||
* fix intermittent NPE in get_slice (CASSANDRA-4095)
|
||||
* remove unnecessary asserts in native code interfaces (CASSANDRA-4096)
|
||||
* Validate blank keys in CQL to avoid assertion errors (CASSANDRA-3612)
|
||||
* cqlsh: fix bad decoding of some column names (CASSANDRA-4003)
|
||||
* cqlsh: fix incorrect padding with unicode chars (CASSANDRA-4033)
|
||||
* Fix ConcurrentModificationException in gossiper (CASSANDRA-4019)
|
||||
* Fix EC2 snitch incorrectly reporting region (CASSANDRA-4026)
|
||||
* Shut down thrift during decommission (CASSANDRA-4086)
|
||||
* Expose nodetool cfhistograms for 2ndary indexes (CASSANDRA-4063)
|
||||
|
||||
|
||||
1.0.8
|
||||
|
|
|
|||
9
NEWS.txt
9
NEWS.txt
|
|
@ -8,6 +8,15 @@ upgrade, just in case you need to roll back to the previous version.
|
|||
(Cassandra version X + 1 will always be able to read data files created
|
||||
by version X, but the inverse is not necessarily the case.)
|
||||
|
||||
|
||||
1.0.9
|
||||
=====
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nothing specific to 1.0.9
|
||||
|
||||
|
||||
1.0.8
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information (we need the default SCM info as people may checkout with git-svn) -->
|
||||
<property name="base.version" value="1.0.8"/>
|
||||
<property name="base.version" value="1.0.9"/>
|
||||
<property name="scm.default.path" value="cassandra/branches/cassandra-1.0.0"/>
|
||||
<property name="scm.default.connection" value="scm:svn:http://svn.apache.org/repos/asf/${scm.default.path}"/>
|
||||
<property name="scm.default.developerConnection" value="scm:svn:https://svn.apache.org/repos/asf/${scm.default.path}"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (1.0.9) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
||||
-- Sylvain Lebresne <slebresne@apache.org> Mon, 02 Apr 2012 11:52:05 +0200
|
||||
|
||||
cassandra (1.0.8) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue