mirror of https://github.com/apache/cassandra
update changes, news and version for 1.0.4 release
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1206108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9b82043ed
commit
bd4a78e0d5
|
|
@ -13,6 +13,7 @@
|
|||
* fix ConcurrentModificationException in Table.all() (CASSANDRA-3529)
|
||||
* make sstableloader recognize compressed sstables (CASSANDRA-3521)
|
||||
* avoids race in OutboundTcpConnection in multi-DC setups (CASSANDRA-3530)
|
||||
* use SETLOCAL in cassandra.bat (CASANDRA-3506)
|
||||
Merged from 0.8:
|
||||
* fix concurrence issue in the FailureDetector (CASSANDRA-3519)
|
||||
* fix array out of bounds error in counter shard removal (CASSANDRA-3514)
|
||||
|
|
|
|||
11
NEWS.txt
11
NEWS.txt
|
|
@ -12,6 +12,11 @@ by version X, but the inverse is not necessarily the case.)
|
|||
1.0.4
|
||||
=====
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nothing specific to 1.0.4 but please see the 1.0 upgrading section if
|
||||
upgrading from a version prior to 1.0.0
|
||||
|
||||
Features
|
||||
--------
|
||||
- A new upgradesstables command has been added to nodetool. It is very
|
||||
|
|
@ -20,6 +25,12 @@ Features
|
|||
command is to be prefered to scrub in all cases where sstables should be
|
||||
rewritten to the current format for upgrade purposes.
|
||||
|
||||
JMX
|
||||
---
|
||||
- The path for the data, commit log and saved cache directories exposed
|
||||
through JMX
|
||||
- The in-memory bloom filter sizes are now exposed through JMX
|
||||
|
||||
|
||||
1.0.3
|
||||
=====
|
||||
|
|
|
|||
|
|
@ -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.3"/>
|
||||
<property name="base.version" value="1.0.4"/>
|
||||
<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.4) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
||||
-- Sylvain Lebresne <slebresne@apache.org> Fri, 25 Nov 2011 11:04:06 +0100
|
||||
|
||||
cassandra (1.0.3) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue