aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-02 09:17:23 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-02 15:11:17 +0200
commitec31e79fa9fe78263deb6029af659c1d8ae1fc06 (patch)
treed6a22d01bb32e0a635241fac3f004354ce95e45f
parent5d1e2bed2cd01c4d14a6044c811fea539d39300b (diff)
downloadgnunet-ec31e79fa9fe78263deb6029af659c1d8ae1fc06.tar.gz
gnunet-ec31e79fa9fe78263deb6029af659c1d8ae1fc06.zip
-update changelog, bump version
-rw-r--r--ChangeLog84
-rw-r--r--configure.ac2
-rw-r--r--po/POTFILES.in1
3 files changed, 85 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aa0f2e425..0cb7cdedc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
1Fri, 30 Jul 2021 22:20:05 +0200 (dccf60f89)
2config: handle syntax error instead of dereferencing NULL pointer - Florian Dold
3
4Fri, 2 Apr 2021 15:46:25 +0200 (ebc70e1bc)
5SETU: Implement LSD0003 - Martin Schanzenbach
6
7Thu, 29 Jul 2021 14:26:22 -0400 (72250781a)
8use modern spelling for LLONG_{MAX,MIN} - Thien-Thi Nguyen
9
10Thu, 29 Jul 2021 17:15:32 +0200 (6212bce41)
11config: restrict directives in files loaded via @inline-secret@ - Florian Dold
12
13Thu, 29 Jul 2021 10:42:18 -0400 (12e29f004)
14add dependency lib to a couple targets - Thien-Thi Nguyen
15
16Thu, 29 Jul 2021 16:13:16 +0200 (b69774cba)
17do not warn when GNUNET_DISK_file_test can't access file - Florian Dold
18
19Thu, 29 Jul 2021 15:40:36 +0200 (73ae1f379)
20config: prettier pretty printing - Florian Dold
21
22Thu, 29 Jul 2021 15:03:19 +0200 (8af5277c8)
23debian: bump version - Florian Dold
24
25Thu, 29 Jul 2021 14:59:10 +0200 (b41bca631)
26fall back to /etc for default configuration entry point - Florian Dold
27
28Wed, 28 Jul 2021 21:23:44 +0200 (cadca90ca)
29debian: bump version - Florian Dold
30
31Wed, 28 Jul 2021 21:00:30 +0200 (3012383a1)
32config: report stats for secret sections - Florian Dold
33
34Wed, 28 Jul 2021 20:19:38 +0200 (346706b18)
35config: extended diagnostics, import cycle detection, deterministic load order - Florian Dold
36
37Wed, 28 Jul 2021 18:59:07 +0200 (1af9f6c1c)
38config: sort globbed files - Florian Dold
39
40Wed, 28 Jul 2021 17:34:44 +0200 (7a0caef7a)
41diagnostics mode for gnunet-config - Florian Dold
42
43Wed, 28 Jul 2021 15:47:39 +0200 (2cdd91d55)
44fall back to /etc if user config can't be found - Florian Dold
45
46Wed, 28 Jul 2021 15:26:55 +0200 (94ea7a1fa)
47implement @inline-secret@ directive - Florian Dold
48
49Wed, 28 Jul 2021 14:31:38 +0200 (7615d46b0)
50implement config inline globbing - Florian Dold
51
52Mon, 26 Jul 2021 20:30:28 +0200 (28dfb1220)
53config: resolve realpath of parent config file, fix docs - Florian Dold
54
55Mon, 26 Jul 2021 20:03:29 +0200 (51e5fab47)
56config: free real basepath - Florian Dold
57
58Mon, 26 Jul 2021 19:59:29 +0200 (cda72d5c4)
59config: resolve realpath of base dir, not config - Florian Dold
60
61Mon, 26 Jul 2021 19:35:56 +0200 (473939543)
62debian: bump version - Florian Dold
63
64Mon, 26 Jul 2021 19:33:38 +0200 (16fe9a808)
65config: resolve symlinks for @INLINE@-ed files - Florian Dold
66
67Mon, 26 Jul 2021 17:49:43 +0200 (302e97b01)
68debian: bump version - Florian Dold
69
70Mon, 26 Jul 2021 16:32:34 +0200 (90095d19b)
71implement typed JSON packer - Christian Grothoff
72
73Mon, 26 Jul 2021 15:45:39 +0200 (baa855368)
74debian: bump version - Florian Dold
75
76Mon, 26 Jul 2021 15:31:14 +0200 (51990dbbf)
77JSON: add draft for new GNUNET_JSON_PACK API - Christian Grothoff
78
79Sat, 24 Jul 2021 22:50:22 +0200 (d63771f25)
80minimal test for new pq event functionality - Christian Grothoff
81
82Sat, 24 Jul 2021 22:05:46 +0200 (31eae6bbe)
83early draft for libgnunetpq event notification support - Christian Grothoff
84
1Fri, 23 Jul 2021 20:10:45 +0200 (be8bca817) 85Fri, 23 Jul 2021 20:10:45 +0200 (be8bca817)
2introduce new TIME helper functions - Christian Grothoff 86introduce new TIME helper functions - Christian Grothoff
3 87
diff --git a/configure.ac b/configure.ac
index 00746a6db..e18a3b502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
21# 21#
22AC_PREREQ([2.69]) 22AC_PREREQ([2.69])
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet],[0.14.1],[bug-gnunet@gnu.org]) 24AC_INIT([gnunet],[0.15.0],[bug-gnunet@gnu.org])
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])
26 26
27# check for legacy option that is no longer supported (#5627) and fail hard 27# check for legacy option that is no longer supported (#5627) and fail hard
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b02a3fea4..a274c8e9e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -523,7 +523,6 @@ src/util/common_allocation.c
523src/util/common_endian.c 523src/util/common_endian.c
524src/util/common_logging.c 524src/util/common_logging.c
525src/util/configuration.c 525src/util/configuration.c
526src/util/configuration_loader.c
527src/util/consttime_memcmp.c 526src/util/consttime_memcmp.c
528src/util/container_bloomfilter.c 527src/util/container_bloomfilter.c
529src/util/container_heap.c 528src/util/container_heap.c