aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-05-21 14:36:17 +0200
committerChristian Grothoff <christian@grothoff.org>2024-05-21 14:42:51 +0200
commit610c2c5edc71faa756a32e39136c12cbceb84682 (patch)
tree3400f13a5a4c25847e92b1bd4d5a11ba98013cd8
parent65b8b1b9f4a92ff5b9a59daa9c97a9218e8a77f6 (diff)
-bump dependencies
-rw-r--r--debian/changelog7
-rw-r--r--debian/control6
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d0b2f4f..fc29a62f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+taler-merchant (0.11.1) unstable; urgency=low
+
+ * Fixed issues with restarts in service files.
+ * Bumped dependencies.
+
+ -- Christian Grothoff <grothoff@gnu.org> Wed, 21 Apr 2024 14:50:12 +0200
+
taler-merchant (0.11.0) unstable; urgency=low
* Releasing v0.11.0.
diff --git a/debian/control b/debian/control
index 6fa6e6c1..89ceb3a3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libgnunet-dev (>=0.21),
- libtalerexchange-dev (>=0.10.2),
+ libtalerexchange-dev (>=0.11.0),
libpq-dev (>=14.0),
po-debconf,
libqrencode-dev,
@@ -48,7 +48,7 @@ Pre-Depends:
${misc:Pre-Depends}
Depends:
libtalermerchant (= ${binary:Version}),
- libtalerexchange (>= 0.10.2),
+ libtalerexchange (>= 0.11.0),
adduser,
lsb-base,
netbase,
@@ -69,7 +69,7 @@ Package: libtalermerchant-dev
Section: libdevel
Architecture: any
Depends:
- libtalerexchange-dev (>= 0.10.2),
+ libtalerexchange-dev (>= 0.11.0),
libgnunet-dev (>=0.21),
${misc:Depends},
${shlibs:Depends}