mirror of https://github.com/gogs/gogs.git
CHANGELOG: cut entries for 0.12.3 (#6374)
parent
e44ac3c20a
commit
b60e2c65d3
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -17,10 +17,6 @@ All notable changes to Gogs are documented in this file.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- _Regression:_ When running Gogs on Windows, push commits no longer fail on a daily basis with the error "pre-receive hook declined". [#6316](https://github.com/gogs/gogs/issues/6316)
|
|
||||||
- Auto-linked commit SHAs now have correct links. [#6300](https://github.com/gogs/gogs/issues/6300)
|
|
||||||
- Git LFS client (with version >= 2.5.0) wasn't able to upload files with known format (e.g. PNG, JPEG), and the server is expecting the HTTP Header `Content-Type` to be `application/octet-stream`. The server now tells the LFS client to always use `Content-Type: application/octet-stream` when upload files.
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- ⚠️ Migrations before 0.12 are removed, installations not on 0.12 should upgrade to it to run the migrations and then upgrade to 0.13.
|
- ⚠️ Migrations before 0.12 are removed, installations not on 0.12 should upgrade to it to run the migrations and then upgrade to 0.13.
|
||||||
|
@ -41,6 +37,14 @@ All notable changes to Gogs are documented in this file.
|
||||||
- Configuration option `[database] DB_TYPE` is no longer used.
|
- Configuration option `[database] DB_TYPE` is no longer used.
|
||||||
- Configuration option `[database] PASSWD` is no longer used.
|
- Configuration option `[database] PASSWD` is no longer used.
|
||||||
|
|
||||||
|
## 0.12.3
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- _Regression:_ When running Gogs on Windows, push commits no longer fail on a daily basis with the error "pre-receive hook declined". [#6316](https://github.com/gogs/gogs/issues/6316)
|
||||||
|
- Auto-linked commit SHAs now have correct links. [#6300](https://github.com/gogs/gogs/issues/6300)
|
||||||
|
- Git LFS client (with version >= 2.5.0) wasn't able to upload files with known format (e.g. PNG, JPEG), and the server is expecting the HTTP Header `Content-Type` to be `application/octet-stream`. The server now tells the LFS client to always use `Content-Type: application/octet-stream` when upload files.
|
||||||
|
|
||||||
## 0.12.2
|
## 0.12.2
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -34,7 +34,7 @@ On release branch:
|
||||||
|
|
||||||
On develop branch:
|
On develop branch:
|
||||||
|
|
||||||
- [ ] Post the following message on issues that are included in the patch milestone.
|
- [ ] Post the following message on issues that are included in the patch milestone:
|
||||||
```
|
```
|
||||||
The <MAJOR>.<MINOR>.<PATCH> has been released.
|
The <MAJOR>.<MINOR>.<PATCH> has been released.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue