]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.1.7-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 15 Jun 2020 08:36:26 +0000 (10:36 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 15 Jun 2020 08:36:26 +0000 (10:36 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index 9f33a89f2f87a0649dfd1c7c3bef71ccca099af7..7e6707954596280d289ad63d4d3ee6d8a6b28978 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.1.6"
+version = "0.1.7"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 8c85f0fbd7236362acfde171f461199af32f349e..b8eac03b574b2d8eb0b123cded4118a52a0b2d64 100644 (file)
@@ -1,3 +1,12 @@
+rust-pxar (0.1.7-1) pve; urgency=medium
+
+  * add some safety checks
+
+  * fix search for Entry header in hardlinks (don't mess with internal decoder
+    state for this)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 Jun 2020 10:35:27 +0200
+
 rust-pxar (0.1.6-1) pve; urgency=medium
 
   * refuse illegal file names in encoder/decoder/accessor