mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:28:02 +00:00
Prepare changelog for 0.15.0
This commit is contained in:
10
changelog/0.15.0_2023-01-12/issue-4103
Normal file
10
changelog/0.15.0_2023-01-12/issue-4103
Normal file
@@ -0,0 +1,10 @@
|
||||
Bugfix: Don't generate negative UIDs and GIDs in tar files from `dump`
|
||||
|
||||
When using a 32-bit build of restic, the `dump` command could in some cases
|
||||
create tar files containing negative UIDs and GIDs, which cannot be read by
|
||||
GNU tar. This corner case especially applies to backups from stdin on Windows.
|
||||
|
||||
This is now fixed such that `dump` creates valid tar files in these cases too.
|
||||
|
||||
https://github.com/restic/restic/issues/4103
|
||||
https://github.com/restic/restic/pull/4104
|
Reference in New Issue
Block a user