mirror of
https://git.proxmox.com/git/libqb
synced 2025-08-22 09:37:16 +00:00

we cannot bump the part before ~ to ensure the upgrade to Debian pull in the for Buster build version (it's 1.0.5-1 there, tilde makes ours always the lesser choice) so add a +2 which ranks (in terms of importance) before the older "1.0.5-1~bpo9" but after 1.0.5-1 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
32 lines
978 B
Diff
32 lines
978 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
|
|
Date: Wed, 7 Nov 2018 12:23:19 +0100
|
|
Subject: [PATCH] adapt changelog
|
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
---
|
|
debian/changelog | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/debian/changelog b/debian/changelog
|
|
index 9923813..f62608e 100644
|
|
--- a/debian/changelog
|
|
+++ b/debian/changelog
|
|
@@ -1,3 +1,16 @@
|
|
+libqb (1.0.5-1~bpo9+2) unstable; urgency=medium
|
|
+
|
|
+ * restart pmxcfs and trigger pve-api-updates after upgrade to this new major
|
|
+ version
|
|
+
|
|
+ -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 13:09:45 +0200
|
|
+
|
|
+libqb (1.0.5-1~bpo9) unstable; urgency=medium
|
|
+
|
|
+ * backport from Debian Buster for PVE 5.x
|
|
+
|
|
+ -- Proxmox Support Team <support@proxmox.com> Thu, 23 May 2019 23:23:27 +0200
|
|
+
|
|
libqb (1.0.5-1) unstable; urgency=medium
|
|
|
|
* [b862a98] New upstream release (1.0.5)
|