[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated (5b6d9300 -> 3d7e13f2)
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated (5b6d9300 -> 3d7e13f2) |
Date: |
Wed, 28 Aug 2024 23:41:02 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a change to branch master
in repository merchant.
from 5b6d9300 -style fixes
new ff87056c submodules
new 99ba8f7c gitignore
new 3d7e13f2 bump version to 0.13.0
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +++
ChangeLog | 3 +++
configure.ac | 2 +-
contrib/wallet-core | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 053dd776..e9360ade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,6 @@ doc/texinfo.tex
src/merchant-tools/taler-merchant-passwd
/.cache
/compile_commands.json
+
+*.tar.gz
+*.tar.gz.*
diff --git a/ChangeLog b/ChangeLog
index b718bde5..074aada8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed Aug 28 11:39:36 PM CEST 2024
+ Releasing taler-merchant 0.13.0. -FD
+
Wed Jul 24 06:50:10 AM CEST 2024
Releasing taler-merchant 0.12.0. -FD
diff --git a/configure.ac b/configure.ac
index f999a7ec..bc6b9b0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant],[0.12.0],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.13.0],[taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
diff --git a/contrib/wallet-core b/contrib/wallet-core
index d605149b..1e571b38 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit d605149b9601eb2011aff08c3c19bacec5f93982
+Subproject commit 1e571b38d30cdb936825e90bfba4ca4122220965
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-merchant] branch master updated (5b6d9300 -> 3d7e13f2),
gnunet <=