gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: bump protocol version


From: gnunet
Subject: [taler-sync] branch master updated: bump protocol version
Date: Wed, 02 Dec 2020 20:22:50 +0100

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

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 219e4be  bump protocol version
219e4be is described below

commit 219e4be1e65ca30eec5546679161e59d5087d65f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 2 20:22:48 2020 +0100

    bump protocol version
---
 src/sync/sync-httpd_config.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/sync/sync-httpd_config.c b/src/sync/sync-httpd_config.c
index 2c47b7a..23ea24b 100644
--- a/src/sync/sync-httpd_config.c
+++ b/src/sync/sync-httpd_config.c
@@ -23,6 +23,14 @@
 #include <taler/taler_json_lib.h>
 
 
+/*
+ * Protocol version history:
+ *
+ * 0: original design
+ * 1: adds ?fresh=y to POST backup operation to force fresh contract
+ *    to be created
+ */
+
 /**
  * Manages a /config call.
  *
@@ -47,7 +55,7 @@ SH_handler_config (struct SH_RequestHandler *rh,
                                     "name",
                                     "sync",
                                     "version",
-                                    "0:0:0");
+                                    "1:0:1");
 }
 
 

-- 
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]