Merge branch 'master' into mysql_support

# Conflicts:
#	build.sbt
This commit is contained in:
Naoki Takezoe
2016-04-30 15:12:56 +09:00
2 changed files with 17 additions and 1 deletions

View File

@@ -63,6 +63,18 @@ Support
Release Notes Release Notes
-------- --------
### 4.0 - 30 Apr 2016
- MySQL and PostgreSQL support
- Data export and import
- Migration system has been switched to [solidbase](https://github.com/gitbucket/solidbase)
### 3.14 - 30 Apr 2016
- File attachment and search for wiki pages
- New extension points to add menus
- Content-Type of webhooks has been choosable
### 3.13 - 1 Apr 2016 ### 3.13 - 1 Apr 2016
- Refresh user interface for wide screen - Refresh user interface for wide screen
- Add `pull_request` key in list issues API for pull requests - Add `pull_request` key in list issues API for pull requests

View File

@@ -1,6 +1,10 @@
val Organization = "gitbucket" val Organization = "gitbucket"
val Name = "gitbucket" val Name = "gitbucket"
<<<<<<< HEAD
val GitBucketVersion = "4.0.0-SNAPSHOT" val GitBucketVersion = "4.0.0-SNAPSHOT"
=======
val GitBucketVersion = "3.14.0"
>>>>>>> master
val ScalatraVersion = "2.4.0" val ScalatraVersion = "2.4.0"
val JettyVersion = "9.3.6.v20151106" val JettyVersion = "9.3.6.v20151106"
@@ -29,7 +33,7 @@ libraryDependencies ++= Seq(
"io.github.gitbucket" %% "scalatra-forms" % "1.0.0", "io.github.gitbucket" %% "scalatra-forms" % "1.0.0",
"commons-io" % "commons-io" % "2.4", "commons-io" % "commons-io" % "2.4",
"io.github.gitbucket" % "solidbase" % "1.0.0", "io.github.gitbucket" % "solidbase" % "1.0.0",
"io.github.gitbucket" % "markedj" % "1.0.7", "io.github.gitbucket" % "markedj" % "1.0.8",
"org.apache.commons" % "commons-compress" % "1.10", "org.apache.commons" % "commons-compress" % "1.10",
"org.apache.commons" % "commons-email" % "1.4", "org.apache.commons" % "commons-email" % "1.4",
"org.apache.httpcomponents" % "httpclient" % "4.5.1", "org.apache.httpcomponents" % "httpclient" % "4.5.1",