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