gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] branch master updated: fix build for 0.9.4 api


From: gnunet
Subject: [taler-taler-mdb] branch master updated: fix build for 0.9.4 api
Date: Mon, 08 Jan 2024 16:05:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 8361874  fix build for 0.9.4 api
8361874 is described below

commit 83618744f79c501850f47f2b1025f15111496a1d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 8 16:03:56 2024 +0100

    fix build for 0.9.4 api
---
 configure.ac     |  2 +-
 debian/changelog | 12 ++++++++++++
 src/taler-mdb.c  |  6 +++---
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4168c9e..7732561 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([taler-mdb],[0.9.1],[taler@gnu.org])
+AC_INIT([taler-mdb],[0.9.3],[taler@gnu.org])
 AC_CONFIG_SRCDIR([src/taler-mdb.c])
 AC_CONFIG_HEADERS([config.h])
 
diff --git a/debian/changelog b/debian/changelog
index a284d4d..176bc27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+taler-mdb (0.9.4) unstable; urgency=low
+
+  * First work towards packaging v0.9.4.
+
+  -- Christian Grothoff <grothoff@gnu.org>  Mon, 8 Jan 2024 13:50:12 +0200
+
+taler-mdb (0.9.3-1) unstable; urgency=low
+
+  * Packaging v0.9.3 release.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Wed, 27 Sep 2023 03:50:12 +0200
+
 taler-mdb (0.9.3) unstable; urgency=low
 
   * First work towards packaging v0.9.3.
diff --git a/src/taler-mdb.c b/src/taler-mdb.c
index f66d252..0f5df48 100644
--- a/src/taler-mdb.c
+++ b/src/taler-mdb.c
@@ -1591,7 +1591,6 @@ check_payment_again (void *cls)
                                                pa->base_url,
                                                pa->order_id,
                                                NULL /* snack machine, no Web 
crap */,
-                                               false,
                                                BACKEND_POLL_TIMEOUT,
                                                &check_payment_cb,
                                                pa);
@@ -1637,7 +1636,6 @@ proposal_cb (void *cls,
                                                pa->base_url,
                                                pa->order_id,
                                                NULL /* snack machine, no Web 
crap */,
-                                               false,
                                                GNUNET_TIME_UNIT_ZERO,
                                                &check_payment_cb,
                                                pa);
@@ -3351,7 +3349,9 @@ run (void *cls,
         backlight_off = '1';
       }
       /* turn off the backlight */
-      (void) ! write (qrDisplay.backlightfd, &backlight_off, 1);
+      (void) ! write (qrDisplay.backlightfd,
+                      &backlight_off,
+                      1);
     }
   }
   else

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]