]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.2.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 Jun 2020 07:43:28 +0000 (09:43 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 Jun 2020 07:43:28 +0000 (09:43 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index 38a62a2148db86706f0bea1b111c14938f7a5db8..a2eb3df0ad2e5228799a4a06603efe8b91f825f3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.1.9"
+version = "0.2.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 3ce8268364560beb0d184cc32092f73e39a47835..0f0a96ca7972b799753465ca6b93d6d42e4a064f 100644 (file)
@@ -1,3 +1,17 @@
+rust-pxar (0.2.0-1) pve; urgency=medium
+
+  * Archive format compatibility breakage:
+
+  * All constants used in the pxar format have now been recomputed from
+    strings of the form `__PROXMOX_FORMAT_<header-type>__`, the hash keys used
+    for the sip hasher come from the sha1sum of `PROXMOX ARCHIVE FORMAT`.
+
+  * This is a clear cut from the catar format now, since we're not really
+    using just a subset anymore, but also slightly different (due to hardlink
+    support and thereby also dropped composability of the format).
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 25 Jun 2020 09:39:15 +0200
+
 rust-pxar (0.1.9-1) pve; urgency=medium
 
   * more useful/correct ReadAt trait definition