From 28424c96c48158673d96e576a5f192484d9d0c81 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 6 Jul 2014 17:06:26 +0900 Subject: [PATCH] Readying 2.1 release --- README.md | 2 +- src/main/scala/servlet/AutoUpdateListener.scala | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f36a135fd..d794db7fa 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Run the following commands in `Terminal` to Release Notes -------- -### 2.1 - xx Sep 2014 +### 2.1 - 6 Jul 2014 - Upgrade to Slick 2.0 from 1.9 - Base part of the plug-in system is merged - Many bug fix and improvements diff --git a/src/main/scala/servlet/AutoUpdateListener.scala b/src/main/scala/servlet/AutoUpdateListener.scala index e79faa5ac..ea82d41ad 100644 --- a/src/main/scala/servlet/AutoUpdateListener.scala +++ b/src/main/scala/servlet/AutoUpdateListener.scala @@ -52,6 +52,7 @@ object AutoUpdate { * The history of versions. A head of this sequence is the current BitBucket version. */ val versions = Seq( + new Version(2, 1), new Version(2, 0){ override def update(conn: Connection): Unit = { import eu.medsea.mimeutil.{MimeUtil2, MimeType}