You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2011/11/11 19:40:41 UTC

svn commit: r1201018 - in /cassandra/branches/cassandra-1.0: NEWS.txt bin/cqlshrc.sample build.xml debian/changelog doc/cql/CQL.css pylib/cqlshlib/__init__.py

Author: slebresne
Date: Fri Nov 11 18:40:41 2011
New Revision: 1201018

URL: http://svn.apache.org/viewvc?rev=1201018&view=rev
Log:
update versions, news and license headers for 1.0.3 release

Modified:
    cassandra/branches/cassandra-1.0/NEWS.txt
    cassandra/branches/cassandra-1.0/bin/cqlshrc.sample
    cassandra/branches/cassandra-1.0/build.xml
    cassandra/branches/cassandra-1.0/debian/changelog
    cassandra/branches/cassandra-1.0/doc/cql/CQL.css
    cassandra/branches/cassandra-1.0/pylib/cqlshlib/__init__.py

Modified: cassandra/branches/cassandra-1.0/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/NEWS.txt?rev=1201018&r1=1201017&r2=1201018&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/NEWS.txt (original)
+++ cassandra/branches/cassandra-1.0/NEWS.txt Fri Nov 11 18:40:41 2011
@@ -9,6 +9,21 @@ upgrade, just in case you need to roll b
 by version X, but the inverse is not necessarily the case.)
 
 
+1.0.3
+=====
+
+Upgrading
+---------
+    - Nothing specific to 1.0.3 but please see the 1.0 upgrading section if
+      upgrading from a version prior to 1.0.0
+
+Features
+--------
+    - For non compressed sstables (compressed sstable already include more
+      fine grained checsums), a sha1 for the full sstable is now automatically
+      created (in a fix with suffix -Digest.sha1). It can be used to check the
+      sstable integrity with sha1sum.
+
 
 1.0.2
 =====

Modified: cassandra/branches/cassandra-1.0/bin/cqlshrc.sample
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/bin/cqlshrc.sample?rev=1201018&r1=1201017&r2=1201018&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/bin/cqlshrc.sample (original)
+++ cassandra/branches/cassandra-1.0/bin/cqlshrc.sample Fri Nov 11 18:40:41 2011
@@ -1,3 +1,20 @@
+; Licensed to the Apache Software Foundation (ASF) under one
+; or more contributor license agreements.  See the NOTICE file
+; distributed with this work for additional information
+; regarding copyright ownership.  The ASF licenses this file
+; to you under the Apache License, Version 2.0 (the
+; "License"); you may not use this file except in compliance
+; with the License.  You may obtain a copy of the License at
+;
+;   http://www.apache.org/licenses/LICENSE-2.0
+;
+; Unless required by applicable law or agreed to in writing,
+; software distributed under the License is distributed on an
+; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+; KIND, either express or implied.  See the License for the
+; specific language governing permissions and limitations
+; under the License.
+;
 ; Sample ~/.cqlshrc file.
 
 [authentication]

Modified: cassandra/branches/cassandra-1.0/build.xml
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/build.xml?rev=1201018&r1=1201017&r2=1201018&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/build.xml (original)
+++ cassandra/branches/cassandra-1.0/build.xml Fri Nov 11 18:40:41 2011
@@ -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.2"/>
+    <property name="base.version" value="1.0.3"/>
     <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}"/>

Modified: cassandra/branches/cassandra-1.0/debian/changelog
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/debian/changelog?rev=1201018&r1=1201017&r2=1201018&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/debian/changelog (original)
+++ cassandra/branches/cassandra-1.0/debian/changelog Fri Nov 11 18:40:41 2011
@@ -1,3 +1,9 @@
+cassandra (1.0.3) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Fri, 11 Nov 2011 19:35:44 +0100
+
 cassandra (1.0.2) unstable; urgency=low
 
   * New release

Modified: cassandra/branches/cassandra-1.0/doc/cql/CQL.css
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/doc/cql/CQL.css?rev=1201018&r1=1201017&r2=1201018&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/doc/cql/CQL.css (original)
+++ cassandra/branches/cassandra-1.0/doc/cql/CQL.css Fri Nov 11 18:40:41 2011
@@ -1,3 +1,24 @@
+/*
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ */
+
 /* Just a sample of some things that might be helpful in rendering CQL.html */
 
 pre.sample {

Modified: cassandra/branches/cassandra-1.0/pylib/cqlshlib/__init__.py
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/pylib/cqlshlib/__init__.py?rev=1201018&r1=1201017&r2=1201018&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/pylib/cqlshlib/__init__.py (original)
+++ cassandra/branches/cassandra-1.0/pylib/cqlshlib/__init__.py Fri Nov 11 18:40:41 2011
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+