Skip to content

Commit

Permalink
Release 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 4, 2023
1 parent 9d556bd commit 6dd7934
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
Expand Up @@ -8,7 +8,7 @@ license = "GPL-2.0"
name = "conserve"
readme = "README.md"
repository = "https://github.com/sourcefrog/conserve/"
version = "23.9.1-pre"
version = "23.11.0"
rust-version = "1.63"

[[bin]]
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Conserve release history

## Unreleased
## 23.11.0

- Fixed: Restore now sets Unix user/group ownership on symlinks and directories. Previously, only file ownership was restored. (Setting file ownership typically requires restoring as root.)

- Performance: Also keep a cache of the existence of blocks that have not yet been read.

- Changed: The format and keys written by `--metrics-json` has changed.

- Changed: New more detailed progress display, especially during backup.

## 23.9.0

- S3 support! Enable it with `cargo install --features s3`, then e.g. `cargo backup s3://mybucket.example/`.
Expand Down

0 comments on commit 6dd7934

Please sign in to comment.