]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.1.6-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Jun 2020 11:56:28 +0000 (13:56 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Jun 2020 11:56:28 +0000 (13:56 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index 41913cca18681f7c8ed70660082354342053e779..9f33a89f2f87a0649dfd1c7c3bef71ccca099af7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.1.5"
+version = "0.1.6"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 2545b065f40e98afd31dd0797fd513ed4615c223..8c85f0fbd7236362acfde171f461199af32f349e 100644 (file)
@@ -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 <support@proxmox.com>  Mon, 08 Jun 2020 13:55:14 +0200
+
 rust-pxar (0.1.5-1) pve; urgency=medium
 
   * fixup hardlink encoding