mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
commit
da0d0d3999
459
Cargo.lock
generated
459
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustic-rs"
|
||||
version = "0.5.3-dev"
|
||||
version = "0.5.4"
|
||||
description = """
|
||||
fast, encrypted, deduplicated backups powered by Rust
|
||||
"""
|
||||
|
||||
10
changelog/0.5.4.txt
Normal file
10
changelog/0.5.4.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Changes in version 0.5.4:
|
||||
|
||||
Bugs fixed:
|
||||
- backup crashed when there was a non-unicode link target. The crash has been fixed. However, non-unicode link targets are still unsupported.
|
||||
- Extended attributes which were saved with value null couldn't be handled. This has been fixed.
|
||||
- prune: --max-repack didn't work with a given percentage of repo size. This has been fixed.
|
||||
|
||||
New features:
|
||||
- copy: Added --init option to initialize uninitialized target repos
|
||||
- dependencies have been updated
|
||||
@ -3,9 +3,5 @@ Changes in version x.x.x:
|
||||
Breaking changes:
|
||||
|
||||
Bugs fixed:
|
||||
- backup crashed when there was a non-unicode link target. The crash has been fixed. However, non-unicode link targets are still unsupported.
|
||||
- Extended attributes which were saved with value null couldn't be handled. This has been fixed.
|
||||
- prune: --max-repack didn't work with a given percentage of repo size. This has been fixed.
|
||||
|
||||
New features:
|
||||
- copy: Added --init option to initialize uninitialized target repos
|
||||
|
||||
Loading…
Reference in New Issue
Block a user