4.1.0 release

This commit is contained in:
Naoki Takezoe
2016-06-04 12:14:15 +09:00
parent 46177e814c
commit 6db43e6ca7
4 changed files with 10 additions and 3 deletions

View File

@@ -62,7 +62,13 @@ Support
- First priority of GitBucket is easy installation and API compatibility with GitHub, so we might reject if your request is against it.
Release Notes
--------
-------------
### 4.1 - 4 Jun 2016
- Generic ssh user
- Improve branch protection UI
- Default value of pull request title
### 4.0 - 30 Apr 2016
- MySQL and PostgreSQL support

View File

@@ -1,6 +1,6 @@
val Organization = "gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.0.0"
val GitBucketVersion = "4.1.0"
val ScalatraVersion = "2.4.0"
val JettyVersion = "9.3.6.v20151106"

View File

@@ -20,7 +20,7 @@
<!--
<logger name="service.WebHookService" level="DEBUG" />
<logger name="servlet" level="DEBUG" />
-->
<logger name="scala.slick.jdbc.JdbcBackend.statement" level="DEBUG" />
-->
</configuration>

View File

@@ -4,6 +4,7 @@ import io.github.gitbucket.solidbase.migration.{SqlMigration, LiquibaseMigration
import io.github.gitbucket.solidbase.model.{Version, Module}
object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.1.0"),
new Version("4.0.0",
new LiquibaseMigration("update/gitbucket-core_4.0.xml"),
new SqlMigration("update/gitbucket-core_4.0.sql")