commit 1baf38a7308973635e3702c55f8ae58c8e7947bd
parent 3a70075beb60f6f579a5fa4b59d70eae4c00fcc8
Author: Florian Dold <florian@dold.me>
Date: Mon, 29 Jul 2024 12:48:23 +0200
gnu
Diffstat:
7 files changed, 62 insertions(+), 24 deletions(-)
diff --git a/gnu/release-template.txt b/gnu/release-template.txt
@@ -0,0 +1,57 @@
+To: taler@gnu.org
+Subject: GNU Taler v0.12 released
+
+Dear all,
+
+We are happy to announce the release of GNU Taler v0.11:
+https://taler.net/en/news/2024-23.html
+
+We have addressed over 80 individual issues, our bug tracker has the
+full list (https://bugs.gnunet.org/changelog_page.php?version_id=415).
+Notable changes include:
+
+* NEW: Support for bank/card fees in bank-integrated withdrawal
+* NEW: Android Wallet now uses native networking
+* NEW: Alternate withdrawal flow where amount is selected in the wallet
+* NEW: Wallets can render Swiss and German banking QR codes
+* NEW: Improved configuration of bank accounts in the merchant backend
+* NEW: Improved login token support in libeufin-bank
+* Various minor bugfixes, user experience and documentation improvements
+
+
+Our work is co-funded by the European Commissions and the Swiss State
+Secretariat for Education, Research and Innovation (SERI) as part of the
+NGI TALER project.
+
+The wallet has its own download site at https://wallet.taler.net/.
+Our Git repository is at https://git.taler.net/
+Please report bugs to our bug tracker at https://bugs.taler.net/
+An introduction can be found at http://www.taler.net/
+Additional documentation is at https://docs.taler.net/
+A demo is running at https://demo.taler.net/
+
+The exchange, merchant backend, challenger, sync and bank components
+are distributed via the GNU FTP mirrors
+(ftp://ftpmirror.gnu.org/gnu/taler/), in particular:
+
+ http://ftpmirror.gnu.org/taler/taler-exchange-0.12.0.tar.gz
+ http://ftpmirror.gnu.org/taler/taler-exchange-0.12.0.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/taler-merchant-0.12.0.tar.gz
+ http://ftpmirror.gnu.org/taler/taler-merchant-0.12.0.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/taler-wallet-0.12.7.tar.gz
+ http://ftpmirror.gnu.org/taler/taler-wallet-0.12.7.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/libeufin-0.12.0-sources.tar.gz
+ http://ftpmirror.gnu.org/taler/libeufin-0.12.0-sources.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/sync-0.11.0.tar.gz
+ http://ftpmirror.gnu.org/taler/sync-0.11.0.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz
+ http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz
+ http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz.sig
+ http://ftpmirror.gnu.org/taler/challenger-0.12.0.tar.gz
+ http://ftpmirror.gnu.org/taler/challenger-0.12.0.tar.gz.sig
+
+You must first install GNUnet v0.21.2 or the current Git master to
+compile GNU Taler 0.12 from source.
+
+Happy hacking!
diff --git a/packaging/ng/buildconfig/libeufin.tag b/packaging/ng/buildconfig/libeufin.tag
@@ -1 +1 @@
-v0.11.3
+v0.12.0
diff --git a/packaging/ng/buildconfig/taler-exchange.tag b/packaging/ng/buildconfig/taler-exchange.tag
@@ -1 +1 @@
-v0.11.2
+v0.12.0
diff --git a/packaging/ng/buildconfig/taler-harness.tag b/packaging/ng/buildconfig/taler-harness.tag
@@ -1 +1 @@
-v0.12.2
+v0.12.7
diff --git a/packaging/ng/buildconfig/taler-merchant.tag b/packaging/ng/buildconfig/taler-merchant.tag
@@ -1 +1 @@
-v0.11.4
+v0.12.0
diff --git a/packaging/ng/buildconfig/taler-wallet-cli.tag b/packaging/ng/buildconfig/taler-wallet-cli.tag
@@ -1 +1 @@
-v0.12.2
+v0.12.7
diff --git a/sign-gnu-artefact b/sign-gnu-artefact
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# Helper script to sign artefacts for upload to the GNU mirrors
-
-name=$1
-if [[ -z "$1" ]]; then
- echo "Usage: $0 NAME"
- exit 1
-fi
-
-
-truncate -s0 "${name}.directive"
-
-echo "version: 1.2" >> "${name}.directive"
-echo "directory: taler" >> "${name}.directive"
-echo "filename: ${name}" >> "${name}.directive"
-
-gpg -b "${name}"
-gpg --clearsign "${name}.directive"