Readying 2.1 release

This commit is contained in:
Naoki Takezoe
2014-07-06 17:06:26 +09:00
parent 9cfa8c594b
commit 28424c96c4
2 changed files with 2 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ Run the following commands in `Terminal` to
Release Notes Release Notes
-------- --------
### 2.1 - xx Sep 2014 ### 2.1 - 6 Jul 2014
- Upgrade to Slick 2.0 from 1.9 - Upgrade to Slick 2.0 from 1.9
- Base part of the plug-in system is merged - Base part of the plug-in system is merged
- Many bug fix and improvements - Many bug fix and improvements

View File

@@ -52,6 +52,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version. * The history of versions. A head of this sequence is the current BitBucket version.
*/ */
val versions = Seq( val versions = Seq(
new Version(2, 1),
new Version(2, 0){ new Version(2, 0){
override def update(conn: Connection): Unit = { override def update(conn: Connection): Unit = {
import eu.medsea.mimeutil.{MimeUtil2, MimeType} import eu.medsea.mimeutil.{MimeUtil2, MimeType}