Author: slebresne
Date: Fri Oct 28 08:09:18 2011
New Revision: 1190195

URL: http://svn.apache.org/viewvc?rev=1190195&view=rev
Log:
Update changelog and NEWS in preparation of 1.0.1 release

Modified:
    cassandra/branches/cassandra-1.0/CHANGES.txt
    cassandra/branches/cassandra-1.0/NEWS.txt

Modified: cassandra/branches/cassandra-1.0/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/CHANGES.txt?rev=1190195&r1=1190194&r2=1190195&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/CHANGES.txt (original)
+++ cassandra/branches/cassandra-1.0/CHANGES.txt Fri Oct 28 08:09:18 2011
@@ -32,6 +32,15 @@
    them (CASSANDRA-3385)
  * remove procrun (bin\daemon) from Cassandra source tree and 
    artifacts (CASSANDRA-3331)
+ * make cassandra compile under JDK7 (CASSANDRA-3275)
+ * remove dependency of clientutil.jar to FBUtilities (CASSANDRA-3299)
+ * avoid truncation errors by using long math on long values (CASSANDRA-3364)
+ * avoid clock drift on some Windows machine (CASSANDRA-3375)
+ * display cache provider in cli 'describe keyspace' command (CASSANDRA-3384)
+ * fix incomplete topology information in describe_ring (CASSANDRA-3403)
+ * expire dead gossip states based on time (CASSANDRA-2961)
+ * improve CompactionTask extensibility (CASSANDRA-3330)
+ * Allow one leveled compaction task to kick off another (CASSANDRA-3363)
 Merged from 0.8:
  * (CQL) update grammar to require key clause in DELETE statement
    (CASSANDRA-3349)

Modified: cassandra/branches/cassandra-1.0/NEWS.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/NEWS.txt?rev=1190195&r1=1190194&r2=1190195&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/NEWS.txt (original)
+++ cassandra/branches/cassandra-1.0/NEWS.txt Fri Oct 28 08:09:18 2011
@@ -1,3 +1,18 @@
+1.0.1
+=====
+
+Upgrading
+---------
+    - If upgrading from a version prior to 1.0.0, please see the 1.0 Upgrading
+      section
+    - For running on Windows as a Service, procrun is no longer discributed
+      with Cassandra, see README.txt for more information on how to download
+      it if necessary.
+    - The name given to snapshots directories have been improved for human
+      readability. If you had scripts relying on it, you may need to update
+      them.
+
+
 1.0
 ===
 


Reply via email to