gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: towards test package for v0.21.0


From: gnunet
Subject: [gnunet] branch master updated: towards test package for v0.21.0
Date: Wed, 29 Nov 2023 01:18:48 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 475003c4e towards test package for v0.21.0
475003c4e is described below

commit 475003c4ef58ee6e4351f1a348df2900f1f17ce8
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Nov 29 09:18:17 2023 +0900

    towards test package for v0.21.0
---
 configure.ac                | 2 +-
 debian/changelog            | 6 ++++++
 src/include/gnunet_pq_lib.h | 1 +
 src/lib/json/json_helper.c  | 8 ++------
 4 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6e579e1dd..0e1bbb75a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2022 GNUnet e.V.
+# (C) 2001--2023 GNUnet e.V.
 #
 # GNUnet is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Affero General Public License as published
diff --git a/debian/changelog b/debian/changelog
index 03bc26e45..afa1a3641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnunet (0.21.0) unstable; urgency=low
+
+  * First work towards packaging v0.21.0.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Thu, 29 Nov 2023 23:50:12 +0200
+
 gnunet (0.20.0) unstable; urgency=low
 
   * First work towards packaging v0.20.0.
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 15af66b5d..db9befa1a 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -339,6 +339,7 @@ GNUNET_PQ_query_param_array_ptrs_bytes_same_size (
   size_t same_size,
   struct GNUNET_PQ_Context *db);
 
+
 /**
  * Generate array of equal-sized query parameter with size determined by
  * variable type from a pointer to an array of pointers to objects of the same
diff --git a/src/lib/json/json_helper.c b/src/lib/json/json_helper.c
index 4795285f4..7e1d239f7 100644
--- a/src/lib/json/json_helper.c
+++ b/src/lib/json/json_helper.c
@@ -279,12 +279,8 @@ GNUNET_JSON_spec_string (const char *name,
 {
   struct GNUNET_JSON_Specification ret = {
     .parser = &parse_string,
-    .cleaner = NULL,
-    .cls = NULL,
-    .field = name,
-    .ptr = strptr,
-    .ptr_size = 0,
-    .size_ptr = NULL
+     .field = name,
+    .ptr = strptr
   };
 
   *strptr = NULL;

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