mirror of
https://github.com/restic/restic.git
synced 2025-10-29 08:49:27 +00:00
Prepare changelog for 0.15.0
This commit is contained in:
11
changelog/0.15.0_2023-01-12/pull-4100
Normal file
11
changelog/0.15.0_2023-01-12/pull-4100
Normal file
@@ -0,0 +1,11 @@
|
||||
Bugfix: Make `self-update` enabled by default only in release builds
|
||||
|
||||
The `self-update` command was previously included by default in all builds of
|
||||
restic as opposed to only in official release builds, even if the `selfupdate`
|
||||
tag was not explicitly enabled when building.
|
||||
|
||||
This has now been corrected, and the `self-update` command is only available
|
||||
if restic was built with `-tags selfupdate` (as done for official release
|
||||
builds by `build.go`).
|
||||
|
||||
https://github.com/restic/restic/pull/4100
|
||||
Reference in New Issue
Block a user