[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] branch master updated: bump versions to v0.14.2, requ
From: |
gnunet |
Subject: |
[taler-challenger] branch master updated: bump versions to v0.14.2, require exchange v0.14.3 |
Date: |
Fri, 03 Jan 2025 21:13:58 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new 01e6332 bump versions to v0.14.2, require exchange v0.14.3
01e6332 is described below
commit 01e63324479c4cdf0e2270d1e8424a0e1715cfd8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 3 21:13:54 2025 +0100
bump versions to v0.14.2, require exchange v0.14.3
---
configure.ac | 2 +-
debian/changelog | 6 ++++++
debian/control | 6 +++---
doc/doxygen/challenger.doxy | 2 +-
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 22313e5..6c32aaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([challenger],[0.14.1],[taler-bug@gnu.org])
+AC_INIT([challenger],[0.14.2],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/challenger/challenger-httpd.c])
AC_CONFIG_HEADERS([challenger_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
index f351d15..310c581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+challenger (0.14.2) unstable; urgency=low
+
+ * Release 0.14.2
+
+ -- Christian Grothoff <grothoff@gnu.org> Fri, 03 Jan 2025 23:50:47 +0200
+
challenger (0.14.1) unstable; urgency=low
* Release 0.14.1
diff --git a/debian/control b/debian/control
index 63324c4..0806702 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libgnunet-dev (>=0.23.1),
- libtalerexchange-dev (>= 0.14.1),
+ libtalerexchange-dev (>= 0.14.3),
libpq-dev (>=15),
pkg-config,
po-debconf,
@@ -26,7 +26,7 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.14.1),
+ libtalerexchange (>= 0.14.3),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -48,7 +48,7 @@ Package: challenger-httpd-dev
Section: libdevel
Architecture: any
Depends:
- libtalerexchange-dev (>= 0.14.1),
+ libtalerexchange-dev (>= 0.14.3),
${misc:Depends}
Description: Development headers.
.
diff --git a/doc/doxygen/challenger.doxy b/doc/doxygen/challenger.doxy
index 9603b33..040f1b7 100644
--- a/doc/doxygen/challenger.doxy
+++ b/doc/doxygen/challenger.doxy
@@ -38,7 +38,7 @@ PROJECT_NAME = "GNU Taler: Challenger"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.14.1
+PROJECT_NUMBER = 0.14.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-challenger] branch master updated: bump versions to v0.14.2, require exchange v0.14.3,
gnunet <=