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