diff --git a/Cargo.toml b/Cargo.toml index 41913cc..9f33a89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pxar" -version = "0.1.5" +version = "0.1.6" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2545b06..8c85f0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-pxar (0.1.6-1) pve; urgency=medium + + * refuse illegal file names in encoder/decoder/accessor + + * use a shared 1M file copy buffer + + -- Proxmox Support Team Mon, 08 Jun 2020 13:55:14 +0200 + rust-pxar (0.1.5-1) pve; urgency=medium * fixup hardlink encoding