summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lamprecht <t.lamprecht@proxmox.com>2025-07-17 00:36:15 +0200
committerThomas Lamprecht <t.lamprecht@proxmox.com>2025-07-17 00:36:39 +0200
commit32cac45c9b369921339a418ee76d44833110bf63 (patch)
treecaa5a2b33113cf119ac375ee322f02bcf15dfb2b
parentcc47d2aa653d97db55655249457ac597a5c8c566 (diff)
bump version to 1.1.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3797cdf..a545728 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libpve-network-perl (1.1.0) trixie; urgency=medium
+
+ * dhcp: fix internal issues with perl module usage depending on specific
+ ordering of the use statements, or otherwise fail to create the DHCP
+ section config.
+
+ * Add SDN fabrics implementation. Fabrics allow the user to easily use
+ dynamic routing protocols such as OpenFabric and OSPF in their clusters.
+ It also opens up the way for integrating existing features, such as Ceph
+ with the new SDN fabrics feature to enable users simple configuration of
+ e.g. full-mesh Ceph clusters via the Web UI.
+
+ -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jul 2025 00:36:12 +0200
+
libpve-network-perl (1.0.1) trixie; urgency=medium
* dhcp: avoid declaring variables in conditional statement.