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

index 245310c772061c589b17bd89daff02194fff3a90..e9597770fdb86f2405426ab9b9579af3fbcd3168 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index d19ff4b10eac39478e2cd033e1eb832c116fcbe0..9b0740304ac440f807375658e07f263bb5b46f95 100644 (file)
@@ -1,3 +1,9 @@
+rust-pxar (0.1.1-1) pve; urgency=medium
+
+  * change acl Permissions to be just a u64 instead of a bitfield
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Jun 2020 11:26:19 +0200
+
 rust-pxar (0.1.0-1) pve; urgency=medium
 
   * initial release