]> git.proxmox.com Git - pve-common.git/commitdiff
bump version to 8.0.4
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jun 2023 08:29:23 +0000 (10:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jun 2023 08:29:23 +0000 (10:29 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index b8aa1af99751d630fa53558e9c9687649590d17d..2b48ed7868568b5c43b09d755c475bf74fd02c68 100644 (file)
@@ -1,3 +1,21 @@
+libpve-common-perl (8.0.4) bookworm; urgency=medium
+
+  * read firstline helper: only map ENOENT to undef, raise error otherwise
+
+  * ldap: fail authentication if DN is emptyu
+
+  * syslog: map cut-off priority level 'warn' to 'warning' as convenience, we
+    use the former in quite some places already.
+
+  * fix #4778: fix recent regression with boolean type check for JSON
+    parameters over the API
+
+  * schema: explicitly set min/max for VMID option, which then propagates into
+    our API viewer tool, pointing our actual valid range out more prominently
+    to users and external developers.
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Jun 2023 10:29:19 +0200
+
 libpve-common-perl (8.0.3) bookworm; urgency=medium
 
   * implement array support for section configs