]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-time to 1.1.6
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Jan 2024 11:17:16 +0000 (12:17 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Jan 2024 11:18:12 +0000 (12:18 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-time/Cargo.toml
proxmox-time/debian/changelog
proxmox-time/debian/control

index 82ed7c561caea2c8867ddc13f7d5d709e43acbcd..5976e90d32a89323b822fe940b86f8e39645cd19 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-time"
-version = "1.1.5"
+version = "1.1.6"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 9ad3de84b0a7e86f35a1821e990fb38459345b65..a59cb15e22455ea5a9a93e0c1cc76cb82f01ee8d 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-time (1.1.6-1) stable; urgency=medium
+
+  * add strftime_l bindings
+
+  * add epoch_to_rfc2822
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Jan 2024 12:17:05 +0100
+
 rust-proxmox-time (1.1.5-1) stable; urgency=medium
 
   * re-add epoch_to_rfc3339_utc on wasm target
index 7a8229e8ef28793fa32c067ea0e6b7870b260991..ff164109ceb0722c0c1af48f505a47e2d47bd141 100644 (file)
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12),
  librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) <!nocheck>,
  librust-nom-7+default-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: git://git.proxmox.com/git/proxmox.git
 Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 X-Cargo-Crate: proxmox-time
@@ -38,8 +38,7 @@ Provides:
  librust-proxmox-time-1+default-dev (= ${binary:Version}),
  librust-proxmox-time-1.1-dev (= ${binary:Version}),
  librust-proxmox-time-1.1+default-dev (= ${binary:Version}),
- librust-proxmox-time-1.1.5-dev (= ${binary:Version}),
- librust-proxmox-time-1.1.5+default-dev (= ${binary:Version})
+ librust-proxmox-time-1.1.6-dev (= ${binary:Version}),
+ librust-proxmox-time-1.1.6+default-dev (= ${binary:Version})
 Description: Time utilities and TmEditor - Rust source code
- This package contains the source for the Rust proxmox-time crate, packaged by
- debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-time"