uncrustify
[oweals/gnunet.git] / ChangeLog
1 Mon Sep 16 00:00:00 UTC 2019
2   Remove checks for CXX and CPP. Scans found no
3   (remaining) cxx code. ccache with clang on
4   NetBSD 9 hit no rebuilds. -ng0
5
6 Mon Sep 10 00:00:00 UTC 2019
7   Drop win32 and mingw support after discussion with
8   Christian. It has been unmaintained in out code base
9   for years and there are no known users.
10   Future implementors for Windows 10 support can
11   refer to this commit as reference. -ng0
12
13 Mon Sep 9 00:00:00 UTC 2019
14   Remove plibc, closes #5877 as discussed in
15   https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00002.html
16   -ng0
17
18 Sun Sep 1 13:25:07 2019 +0200
19   Improved support for external applications/services wrt
20   localization/gettext.
21   https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00000.html
22
23 Tue 20 Aug 2019 04:32:09 PM CEST
24   Fixed fatal bug in gnunet-bcd that prevented the main page
25   from showing up. -CG
26
27 Mon Aug 19 17:36:48 2019 +0200
28   REST: Added API plugin to read/write GNUnet configuration options -alexia
29
30 Sun Jul 28 00:00:00 2019 +0000
31   Adding --enable-texinfo4 configure switch, defaulting to off.
32   This allows distributors to override the texinfo 5.x and later
33   commandline options we use, and allows us on the serverside to
34   build html with newer output options. -ng0
35
36 Wed 24 Jul 2019 05:43:43 PM CEST
37   Releasing GNUnet 0.11.6. -CG
38
39 Mon Jul 15 09:57:20 2019 +0200
40   The REST server now has a configurable CORS Origin setting -schanzen
41
42 Fri Jul 5 22:11:04 2019 +0200
43   Added detection of SUID binaries
44   through GNUNET_OS_get_suid_binary_path -lurchi
45
46 Sat 29 Jun 2019 10:18:55 AM CEST
47   Renamed "heap" namestore backend to "flat" as it does
48   persist data in a file. Made it work with databases larger
49   than 16 MB. -CG
50
51 Fri Jun 28 14:10:53 2019 +0200
52   RECLAIM: Reissue of tickets (same attributes, same identity)
53   will no longer create a new ticket, but reuse the old. -alexia
54
55 Thu Jun 27 10:34:46 2019 +0200
56   The REST server now returns the Origin header value in the
57   CORS header reponse. -schanzen
58
59 Thu Jun 27 09:08:06 2019 +0200
60   GNS NSS plugin will not timeout and not hang forever and block
61   gethostbyname. Final resolution pending #5782 -schanzen
62
63 Sat Jun 22 10:38:43 2019 +0200
64   Add gnutls support for GNS CA certificate generation -schanzen
65
66 Sat 15 Jun 2019 11:45:35 PM CEST
67   Improved gnunet-gns performance for many ego scenario. -CG
68
69 Fri 14 Jun 2019 07:17:40 PM CEST
70   Add option to gnunet-identity to display private keys. -CG
71
72 Wed Jun 5 21:19:46 2019 +0200
73  Releasing GNUnet 0.11.5. -schanzen
74
75 Wed May 29 11:17:49 2019 +0200
76   Added CAA record type (RFC 6844). -schanzen
77
78 Sat 25 May 2019 08:27:39 AM CEST
79   Significantly speed-up ego creation and deletion via
80   gnunet-identity command when there are many (hundreds)
81   of egos at the same peer. -CG
82
83 Sun May 12 12:00:00 2019 +0200
84   Releasing GNUnet 0.11.4. -MS
85
86 Thu May 9 23:35:24 2019 +0200
87   gnunet-identity can now output the public key on creation of new
88   egos, and -e can act as a filter when listing all egos. -CG
89
90 Thu May 2 08:44:37 2019 +0200
91   gnunet-arm now logs to file by default -CG
92
93 Sat Apr 27 21:50:57 2019 +0200
94   RECLAIM: Added ECDH encryption for authorization code payload -schanzen
95
96 Sat 27 Apr 2019 06:36:31 AM CEST
97   Bump libmicrohttpd version requirement as some intermediate
98   versions have relevant bugs that cause problems. -CG
99
100 Sat Apr 27 01:50:43 2019 +0200
101   RECLAIM: No longer experimental -schanzen
102
103 Fri Apr 26 11:08:21 2019 +0200
104   REST: Configuration plugin added -schanzen
105
106 Tue Apr 23 23:00:00 UTC 2019
107   All manpages are properly licensed. -ng0
108
109 Sun Apr 21 22:22:22 UTC 2019
110   All manpages are now in mdoc format. -ng0
111
112 Sat Apr 20 18:38:43 UTC 2019
113   Remove optional gnunet-download-manager.scm and
114   with it the optional dependency on a no longer
115   maintained version of GNU Guile (#5682). -ng0
116
117 Sun Apr 14 09:54:20 2019 +0200
118   RECLAIM: Moved away from ABE to GNS encryption. Minor API changed and
119   renaming of records. Deprecated SQLite plugin in favor of namestore.
120   -schanzen
121
122 Sun Apr 7 14:40:59 2019 +0200
123   Releasing GNUnet 0.11.3. -CG
124
125 Sat 06 Apr 2019 02:36:17 PM CEST
126   Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
127   when comparing memory areas. -CG
128
129 Fri 05 Apr 2019 11:38:53 PM CEST
130   Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
131   if they work. (#5352). -CG
132
133 Thu 04 Apr 2019 12:39:44 PM CEST
134   Hotfix for build issue. Releasing GNUnet 0.11.2. -CG/MS
135
136 Wed 03 Apr 2019 03:18:43 PM CEST
137   Releasing GNUnet 0.11.1. -CG
138
139 Wed 03 Apr 2019 01:54:44 PM CEST
140   Merged gnunet-qr-c-2 branch, replacing Python-based implementation
141   of gnunet-qr with C-based implementation that also integrates
142   gnunet-uri. -HG/MS/CG
143
144 Wed 03 Apr 2019 01:15:57 PM CEST
145   Fixed a few test case regressions (GNS, FS). -CG
146
147 Mon Apr 1 22:00:00 UTC 2019
148   documentation/buildsystem: manpages and other documentation parts
149   can now be build more controlled again, this fixes the regression
150   in 0.11.0 where documentation was an on/off switch.
151   New introduced: --enable-include-manpages.
152   Fixed: texi2mdoc integration (--enable-texi2mdoc-generation).
153   buildsystem: decrease python dependency to 3.4 from
154   previously 3.7.
155   -ng0
156
157 Tue Mar 12 10:06:17 CET 2019
158   REST: Move back from rest-plugin into respective subsystem directories.
159
160 Mon Mar 11 02:47:55 CET 2019
161   Make configure complain if no working libidn is detected. -CG
162
163 Sat Mar 9 15:58:45 2019 +0100
164   REST: Config option for address bind. Defaults to localhost.
165   GNS: dns2gns/gns-proxy config option for address bind. Defaults to localhost.
166
167 Sat Mar 9 01:58:22 CET 2019
168   gnunet-publish now by default does not expose the creation time,
169   option -d no longer exists, to enable the old behavior use -E. -CG
170
171 Sat Mar 2 14:23:10 2019 +0100
172   utils: gnunet-qr.py now installed under pkgshare instead of bin
173
174 Thu Feb 28 19:07:59 CET 2019
175   CADET: Fix in order, unrealiable message ordering
176
177 Thu 28 Feb 2019 10:54:58 AM CET
178   Releasing GNUnet 0.11.0. -CG
179
180 Wed Jun  6 08:28:27 CEST 2018
181   Releasing GNUnet 0.11.0pre66. Let's try to keep a better
182   ChangeLog again henceforth. -CG
183
184 Sat Jan  7 16:41:34 CET 2017
185   Converting NAT library to new NAT service (and
186   splitting of nat-auto service for auto-configuration). -CG