4.2.0 release

This commit is contained in:
Naoki Takezoe
2016-07-02 10:39:01 +09:00
parent a1307b7464
commit 38e71001cb
2 changed files with 8 additions and 1 deletions

View File

@@ -64,6 +64,13 @@ Support
Release Notes
-------------
### 4.2 - 2 Jul 2016
- New UI based on [AdminLTE](https://github.com/almasaeed2010/AdminLTE)
- git gc
- Issues and Wiki have been possible to be disabled
- SMTP configuration test mail
### 4.1 - 4 Jun 2016
- Generic ssh user

View File

@@ -1,6 +1,6 @@
val Organization = "gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.1.0"
val GitBucketVersion = "4.2.0"
val ScalatraVersion = "2.4.1"
val JettyVersion = "9.3.9.v20160517"