commit 894b3c791fa88b2e281e5fcdba047c2a594e46fa parent a73797dd712fc4d2b0fdf514022a0a1c5f43dce1 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 24 Dec 2025 13:35:10 +0900 bump debian Diffstat:
| M | debian/changelog | | | 20 | +++----------------- |
| M | debian/rules | | | 2 | +- |
2 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog @@ -1,23 +1,9 @@ -taler-directory (1.0.6) UNRELEASED; urgency=medium +taler-directory (1.1.0) UNRELEASED; urgency=medium [ Martin Schanzenbach ] - * vendor base32 functions - * forgot to add gana - * detect version - * fix version detection of folders - * only bootstrap modules in git - * codespell - * codespell - * add dist target - * trim v from tag - * add getopt and logging - * add funding note - * load statis html files from correct folder - * actually install all files - * forgot to instantiate merchant - * add news entry + * Bump version - -- root <none> Mon, 05 May 2025 17:08:24 +0000 + -- Martin Schanzenbach <schanzen@phobos> Wed, 24 Dec 2025 13:34:55 +0900 taler-directory (1.0.5) unstable; urgency=low diff --git a/debian/rules b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DISTRIBUTION = $(shell lsb_release -sr) -VERSION = 1.0.0 +VERSION = 1.1.0 PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0 URL = http://www.taler.net/files/$(TARBALL)