]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
bump version to 2.5.0 master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 16:47:59 +0000 (17:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 19:23:15 +0000 (20:23 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 82a9a4f4f950aac6b7e14e5ad47d642b4ec4984f..c264c52e29d7fa8840098a8889f5991ce527fc1a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pmg-log-tracker"
-version = "2.4.1"
+version = "2.5.0"
 authors = ["Mira Limbeck <m.limbeck@proxmox.com>", "Dietmar Maurer <dietmar@proxmox.com>"]
 edition = "2021"
 license = "AGPL-3"
index e20b1c41209e994c423a505ab0ef0866245a78e8..2fb49246a3c83fcd701c926b65780f6e8dcb5282 100644 (file)
@@ -1,10 +1,12 @@
-rust-pmg-log-tracker (2.4.2) UNRELEASED; urgency=medium
+rust-pmg-log-tracker (2.5.0) bookworm; urgency=medium
 
-  * use pico-args instead of clap for command line argument parsing
+  * switch from clap to pico-args for CLI argument handling
 
-  * rfc3339: move timezone offset compatibility code to old time parser
+  * improve date/time parsing by trying to keep calculations in UTC
 
- -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Feb 2024 15:15:21 +0100
+  * better handle switches between standard time and daylight saving times
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Feb 2024 17:43:34 +0100
 
 rust-pmg-log-tracker (2.4.1) bookworm; urgency=medium