]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-sys to 0.3.1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jun 2022 07:41:06 +0000 (09:41 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jun 2022 07:41:36 +0000 (09:41 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-sys/Cargo.toml
proxmox-sys/debian/changelog
proxmox-sys/debian/control

index 4ac5b5bd725e61a4b030e3723fa2ca2d5c97d2b7..827573fd87aade29bb838c62675c4511ad250af6 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-sys"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
@@ -31,4 +31,4 @@ proxmox-time = { path = "../proxmox-time", version = "1.0.0" }
 [features]
 default = []
 sortable-macro = ["proxmox-sortable-macro"]
-logrotate = ["zstd"]
\ No newline at end of file
+logrotate = ["zstd"]
index b17631bb3be71f06b762e811572ebf012dbac763..da7d621d735153be8d9d3af682f1876c35e28909 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-sys (0.3.1) stable; urgency=medium
+
+  * partially fix #2915: scandir: stat if file_type from readdir is unknown
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Jun 2022 09:40:15 +0200
+
 rust-proxmox-sys (0.3.0) stable; urgency=medium
 
   * feature-gate "logrotate" (and zstd)
index fb8fcfc770e84607b023f60e868526fed93a5643..086af2fea070c9ba05a49fccdc491be47b505c5a 100644 (file)
@@ -58,8 +58,8 @@ Provides:
  librust-proxmox-sys-0+default-dev (= ${binary:Version}),
  librust-proxmox-sys-0.3-dev (= ${binary:Version}),
  librust-proxmox-sys-0.3+default-dev (= ${binary:Version}),
- librust-proxmox-sys-0.3.0-dev (= ${binary:Version}),
- librust-proxmox-sys-0.3.0+default-dev (= ${binary:Version})
+ librust-proxmox-sys-0.3.1-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.3.1+default-dev (= ${binary:Version})
 Description: System tools (using nix) - Rust source code
  This package contains the source for the Rust proxmox-sys crate, packaged by
  debcargo for use with cargo and dh-cargo.
@@ -77,8 +77,8 @@ Provides:
  librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
  librust-proxmox-sys-0.3+proxmox-sortable-macro-dev (= ${binary:Version}),
  librust-proxmox-sys-0.3+sortable-macro-dev (= ${binary:Version}),
- librust-proxmox-sys-0.3.0+proxmox-sortable-macro-dev (= ${binary:Version}),
- librust-proxmox-sys-0.3.0+sortable-macro-dev (= ${binary:Version})
+ librust-proxmox-sys-0.3.1+proxmox-sortable-macro-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.3.1+sortable-macro-dev (= ${binary:Version})
 Description: System tools (using nix) - feature "proxmox-sortable-macro" and 1 more
  This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox-
  sys crate, by pulling in any additional dependencies needed by that
@@ -100,8 +100,8 @@ Provides:
  librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
  librust-proxmox-sys-0.3+zstd-dev (= ${binary:Version}),
  librust-proxmox-sys-0.3+logrotate-dev (= ${binary:Version}),
- librust-proxmox-sys-0.3.0+zstd-dev (= ${binary:Version}),
- librust-proxmox-sys-0.3.0+logrotate-dev (= ${binary:Version})
+ librust-proxmox-sys-0.3.1+zstd-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.3.1+logrotate-dev (= ${binary:Version})
 Description: System tools (using nix) - feature "zstd" and 1 more
  This metapackage enables feature "zstd" for the Rust proxmox-sys crate, by
  pulling in any additional dependencies needed by that feature.