commit ee2a266ebaee5f28e6f3428815a6468cc197eb0a
parent 58411debdfe47b4b98395230f0a09e6b9e6bed59
Author: Florian Dold <florian@dold.me>
Date: Thu, 17 Oct 2024 15:28:40 +0200
bump version to 0.5.1
Diffstat:
4 files changed, 35 insertions(+), 7 deletions(-)
diff --git a/RELEASE.md b/RELEASE.md
@@ -0,0 +1,21 @@
+# Release Process
+
+## Checklist
+
+- [ ] bump version in configure.ac
+- [ ] add entry to ChangeLog
+- [ ] add entry to debian/changelog
+- [ ] check CI (contrib/ci, buildbot.taler.net)
+- [ ] tag with dev tag, test in staging environment
+- [ ] tag with release tag
+- [ ] upload to GNU mirrors
+- [ ] upload Debian packages to deb.taler.net
+
+## Versioning
+
+Releases use `$major.$minor.$patch` semantic versions. The corresponding git
+tag is `v$major.minor.$patch`.
+
+Versions that are tested in staging environments typically use
+`v$major.$minor.$patch-dev.$n` tags.
+
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.71])
-AC_INIT([anastasis],[0.5.0],[taler-bug@gnu.org])
+AC_INIT([anastasis],[0.5.1],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c])
AC_CONFIG_HEADERS([anastasis_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,4 +1,10 @@
-anastasis-gtk (0.5.0) unstable; urgency=low
+anastasis (0.5.1) unstable; urgency=low
+
+ * Release 0.5.1
+
+ -- Florian Dold <dold@taler.net> Thu, 17 Oct 2024 18:15:12 +0200
+
+anastasis (0.5.0) unstable; urgency=low
* Updates for Taler v0.14 release.
diff --git a/debian/control b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libgnunet-dev (>=0.21),
- libtalerexchange-dev (>= 0.10.2),
- libtalermerchant-dev (>= 0.10.2),
+ libtalerexchange-dev (>= 0.14.0),
+ libtalermerchant-dev (>= 0.14.0),
libpq-dev (>=14),
libsqlite3-dev (>=3.8),
pkg-config,
@@ -45,7 +45,8 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.10.2),
+ libtalerexchange (>= 0.14.0),
+ libtalermerchant (>= 0.14.0),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -87,8 +88,8 @@ Package: libanastasis-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.10.2),
- libtalerexchange-dev (>= 0.10.2),
+ libtalermerchant-dev (>= 0.14.0),
+ libtalerexchange-dev (>= 0.14.0),
libgnunet-dev (>=0.21),
${misc:Depends},
${shlibs:Depends}