mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Bump version to 16.11.0
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,18 @@
|
|||||||
# Core
|
# Core
|
||||||
|
|
||||||
|
### Core v16.10.1 > v16.11.0
|
||||||
|
|
||||||
|
- Upgrade to FFmpeg 5.1.2
|
||||||
|
- Add FFmpeg 4.4 to FFmpeg 5.1 migration tool
|
||||||
|
- Add alternative SRT streamid
|
||||||
|
- Fix crash with custom SSL certificates (datarhei/restreamer#425)
|
||||||
|
- Fix proper version handling for config
|
||||||
|
- Fix widged session data
|
||||||
|
- Fix resetting process stats when process stopped
|
||||||
|
- Fix stale FFmpeg process detection for streams with only audio
|
||||||
|
- Fix wrong return status code (#6)
|
||||||
|
- Fix use SRT defaults for key material exchange
|
||||||
|
|
||||||
### Core v16.10.0 > v16.10.1
|
### Core v16.10.0 > v16.10.1
|
||||||
|
|
||||||
- Add email address in TLS config for Let's Encrypt
|
- Add email address in TLS config for Let's Encrypt
|
||||||
|
@@ -29,8 +29,8 @@ func (v versionInfo) MinorString() string {
|
|||||||
// Version of the app
|
// Version of the app
|
||||||
var Version = versionInfo{
|
var Version = versionInfo{
|
||||||
Major: 16,
|
Major: 16,
|
||||||
Minor: 10,
|
Minor: 11,
|
||||||
Patch: 1,
|
Patch: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Commit is the git commit the app is build from. It should be filled in during compilation
|
// Commit is the git commit the app is build from. It should be filled in during compilation
|
||||||
|
Reference in New Issue
Block a user