mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 12:05:59 +01:00
Merge 4.38.4 release notes into master (#3187)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All changes to the project will be documented in this file.
|
All changes to the project will be documented in this file.
|
||||||
|
|
||||||
|
## 4.38.4 - 2 Nov 2022
|
||||||
|
- Downgrade MariaDB JDBC drive to avoid unknown error
|
||||||
|
|
||||||
## 4.38.3 - 30 Oct 2022
|
## 4.38.3 - 30 Oct 2022
|
||||||
- Fix several issues around multiple assignees in issues and pull requests
|
- Fix several issues around multiple assignees in issues and pull requests
|
||||||
- Fix IllegalStateException when returning unknown avatar image
|
- Fix IllegalStateException when returning unknown avatar image
|
||||||
|
|||||||
@@ -61,6 +61,9 @@ Support
|
|||||||
|
|
||||||
What's New in 4.38.x
|
What's New in 4.38.x
|
||||||
-------------
|
-------------
|
||||||
|
## 4.38.4 - 2 Nov 2022
|
||||||
|
- Downgrade MariaDB JDBC drive to avoid unknown error
|
||||||
|
|
||||||
## 4.38.3 - 30 Oct 2022
|
## 4.38.3 - 30 Oct 2022
|
||||||
- Fix several issues around multiple assignees in issues and pull requests
|
- Fix several issues around multiple assignees in issues and pull requests
|
||||||
- Fix IllegalStateException when returning unknown avatar image
|
- Fix IllegalStateException when returning unknown avatar image
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys._
|
|||||||
|
|
||||||
val Organization = "io.github.gitbucket"
|
val Organization = "io.github.gitbucket"
|
||||||
val Name = "gitbucket"
|
val Name = "gitbucket"
|
||||||
val GitBucketVersion = "4.38.3"
|
val GitBucketVersion = "4.38.4"
|
||||||
val ScalatraVersion = "2.8.4"
|
val ScalatraVersion = "2.8.4"
|
||||||
val JettyVersion = "9.4.49.v20220914"
|
val JettyVersion = "9.4.49.v20220914"
|
||||||
val JgitVersion = "5.13.1.202206130422-r"
|
val JgitVersion = "5.13.1.202206130422-r"
|
||||||
|
|||||||
@@ -114,5 +114,6 @@ object GitBucketCoreModule
|
|||||||
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml")),
|
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml")),
|
||||||
new Version("4.38.1"),
|
new Version("4.38.1"),
|
||||||
new Version("4.38.2"),
|
new Version("4.38.2"),
|
||||||
new Version("4.38.3")
|
new Version("4.38.3"),
|
||||||
|
new Version("4.38.4")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user