Skip to content

Commit

Permalink
prepare v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Jan 17, 2023
1 parent a260e94 commit ca4ef36
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down
13 changes: 13 additions & 0 deletions changelog/0.4.3.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ca4ef36

Please sign in to comment.