mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
prepare v0.4.3
This commit is contained in:
parent
a260e948db
commit
ca4ef366a9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1709,7 +1709,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustic-rs"
|
||||
version = "0.4.2-dev"
|
||||
version = "0.4.3"
|
||||
dependencies = [
|
||||
"aes256ctr_poly1305aes",
|
||||
"anyhow",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustic-rs"
|
||||
version = "0.4.2-dev"
|
||||
version = "0.4.3"
|
||||
description = """
|
||||
fast, encrypted, deduplicated backups powered by pure Rust
|
||||
"""
|
||||
|
||||
13
changelog/0.4.3.txt
Normal file
13
changelog/0.4.3.txt
Normal file
@ -0,0 +1,13 @@
|
||||
Changes in version 0.4.3:
|
||||
|
||||
Bugs fixed:
|
||||
- A bug in `prune` could lead to removal of needed data in the case of duplicate blobs within one pack. This is fixed.
|
||||
- An inaccuracy in the packer could lead to identical blobs saved within the same pack. This is fixed.
|
||||
- check: Reported errors when the cache contained more pack files than the repository. This is fixed.
|
||||
- password-command didn't work correctly when calling a shell with an argument. This is fixed.
|
||||
|
||||
New features:
|
||||
- warm-up options can now be configured in the config file.
|
||||
- repair index: Added better debug output and error handling.
|
||||
- Added better error handling when opening a repository.
|
||||
- Improved allocations when parsing/printing ids.
|
||||
Loading…
Reference in New Issue
Block a user