From ca4ef366a9d0188daee18b7263abf2778f46ddb5 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Tue, 17 Jan 2023 22:04:59 +0100 Subject: [PATCH] prepare v0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog/0.4.3.txt | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 changelog/0.4.3.txt diff --git a/Cargo.lock b/Cargo.lock index cef1bed45..ffe8fbd2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.4.2-dev" +version = "0.4.3" dependencies = [ "aes256ctr_poly1305aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6c53dc65a..d3d8fff5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 """ diff --git a/changelog/0.4.3.txt b/changelog/0.4.3.txt new file mode 100644 index 000000000..3fe59783d --- /dev/null +++ b/changelog/0.4.3.txt @@ -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.