Skip to content

Commit

Permalink
prepare v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Apr 13, 2023
1 parent aff1e5e commit f11f82d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 42 deletions.
39 changes: 12 additions & 27 deletions 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.5.0-dev"
version = "0.5.1"
description = """
fast, encrypted, deduplicated backups powered by pure Rust
"""
Expand Down
23 changes: 23 additions & 0 deletions changelog/0.5.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Changes in version 0.5.1:

Breaking changes:
- ls: Added option `--recursive`, note: default is now non-recursive if a path is given.

Bugs fixed:
- Fixed compilation on OpenBSD.
- Fixed shell completions.
- REST backend displayed the connection password in the log. This has been changed.
- restore: Existing symlinks displayed an error. This is now corrected if the `--delete` option is used.
- restore: Setting ownership/permissons/times for symlinks failed. This has been fixed.
- Spaces in paths did not work when given in the config file. This has been fixed.
- backup --stdin-filename did not use the given filename. This has been fixed.
- backup always displayed at least 1 dir as changed. This has been corrected.
- Windows: Backup of the path prefix (e.g. C: -> C/) did not work. This has been fixed.

New features:
- REST backend: Set User-Agent header.
- ls: Added option `--recursive`.
- ls: Added glob options to exclude/include.
- restore: Added glob options to exclude/include.
- restore: xattrs treatment has been improved.
- Dependencies have been updated.
14 changes: 0 additions & 14 deletions changelog/new.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
Changes in version x.x.x:

Breaking changes:
- ls: Added option `--recursive`, note: default is now non-recursive if a path is given

Bugs fixed:
- Fixed compilation on OpenBSD.
- Fixed shell completions.
- REST backend displayed the connection password in the log. This has been changed.
- restore: Existing symlinks displayed an error. This is now corrected if the `--delete` option is used.
- restore: Setting ownership/permissons/times for symlinks failed. This has been fixed.
- Spaces in paths did not work when given in the config file. This has been fixed.
- backup --stdin-filename did not use the given filename. This has been fixed.
- backup always displayed at least 1 dir as changed. This has been corrected.

New features:
- REST backend: Set User-Agent header
- ls: Added option `--recursive`
- ls: Added glob options to exclude/include
- restore: Added glob options to exclude/include
- restore: xattrs treatment has been improved

0 comments on commit f11f82d

Please sign in to comment.