mirror of https://github.com/apache/cassandra
3.0.5 version bump
This commit is contained in:
parent
d3f6f9438f
commit
c6e6fa94d2
8
NEWS.txt
8
NEWS.txt
|
|
@ -13,6 +13,14 @@ restore snapshots created with the previous major version using the
|
|||
'sstableloader' tool. You can upgrade the file format of your snapshots
|
||||
using the provided 'sstableupgrade' tool.
|
||||
|
||||
3.0.5
|
||||
=====
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nothing specific to this release, but please see previous versions upgrading section,
|
||||
especially if you are upgrading from 2.2.
|
||||
|
||||
3.0.4
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.0.4"/>
|
||||
<property name="base.version" value="3.0.5"/>
|
||||
<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"/>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,14 @@
|
|||
cassandra (3.0.5) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Jake Luciani <jake@apache.org> Sat, 02 Apr 2016 07:57:16 -0400
|
||||
|
||||
cassandra (3.0.4) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Jake Luciani <jake@jakebook> Mon, 29 Feb 2016 10:36:33 -0500
|
||||
-- Jake Luciani <jake@apache.org> Mon, 29 Feb 2016 10:36:33 -0500
|
||||
|
||||
cassandra (3.0.3) unstable; urgency=medium
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue