diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-06-17 14:50:36 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-06-17 14:59:02 +0200 |
| commit | faaf96a8378a3e41065018562c09c3de0aa434f5 (patch) | |
| tree | 3d0521c4715c4910b997c636a161ca3f20b8a4c0 | |
| parent | 8413d602a10db0f2615ced9fc7bc3732a8b0e8b4 (diff) | |
bump version to 1.0.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7bc82a6..3797cdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libpve-network-perl (1.0.1) trixie; urgency=medium + + * dhcp: avoid declaring variables in conditional statement. + + * evpn: avoid declaring variables in conditionale statement. + + * tree-wide: avoid "return" statement followed by "sort". + + * dhcp: drop unused and bogus imports to avoid some warnings. + + * dhcp: dnsmasq: warn if line cannot be parsed from ethers file + + -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jun 2025 14:50:30 +0200 + libpve-network-perl (1.0.0) trixie; urgency=medium * re-build for Debian 13 Trixie based Proxmox VE 9 releases. |
