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