3552a613ebb2ab7f4b6d02cbda242432d1dafb67
[oweals/gnunet.git] / ChangeLog
1 Wed May 29 11:17:49 2019 +0200
2   Added CAA record type (RFC 6844). -schanzen
3
4 Sat 25 May 2019 08:27:39 AM CEST
5   Significantly speed-up ego creation and deletion via
6   gnunet-identity command when there are many (hundreds)
7   of egos at the same peer. -CG
8
9 Thu May 9 23:35:24 2019 +0200
10   gnunet-identity can now output the public key on creation of new
11   egos, and -e can act as a filter when listing all egos. -CG
12
13 Thu May 2 08:44:37 2019 +0200
14   gnunet-arm now logs to file by default -CG
15
16 Sat Apr 27 21:50:57 2019 +0200
17   RECLAIM: Added ECDH encryption for authorization code payload -schanzen
18
19 Sat 27 Apr 2019 06:36:31 AM CEST
20   Bump libmicrohttpd version requirement as some intermediate
21   versions have relevant bugs that cause problems. -CG
22
23 Sat Apr 27 01:50:43 2019 +0200
24   RECLAIM: No longer experimental -schanzen
25
26 Fri Apr 26 11:08:21 2019 +0200
27   REST: Configuration plugin added -schanzen
28
29 Tue Apr 23 23:00:00 UTC 2019
30   All manpages are properly licensed. -ng0
31
32 Sun Apr 21 22:22:22 UTC 2019
33   All manpages are now in mdoc format. -ng0
34
35 Sat Apr 20 18:38:43 UTC 2019
36   Remove optional gnunet-download-manager.scm and
37   with it the optional dependency on a no longer
38   maintained version of GNU Guile (#5682). -ng0
39
40 Sun Apr 14 09:54:20 2019 +0200
41   RECLAIM: Moved away from ABE to GNS encryption. Minor API changed and
42   renaming of records. Deprecated SQLite plugin in favor of namestore.
43   -schanzen
44
45 Sun Apr 7 14:40:59 2019 +0200
46   Releasing GNUnet 0.11.3. -CG
47
48 Sat 06 Apr 2019 02:36:17 PM CEST
49   Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
50   when comparing memory areas. -CG
51
52 Fri 05 Apr 2019 11:38:53 PM CEST
53   Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
54   if they work. (#5352). -CG
55
56 Thu 04 Apr 2019 12:39:44 PM CEST
57   Hotfix for build issue. Releasing GNUnet 0.11.2. -CG/MS
58
59 Wed 03 Apr 2019 03:18:43 PM CEST
60   Releasing GNUnet 0.11.1. -CG
61
62 Wed 03 Apr 2019 01:54:44 PM CEST
63   Merged gnunet-qr-c-2 branch, replacing Python-based implementation
64   of gnunet-qr with C-based implementation that also integrates
65   gnunet-uri. -HG/MS/CG
66
67 Wed 03 Apr 2019 01:15:57 PM CEST
68   Fixed a few test case regressions (GNS, FS). -CG
69
70 Mon Apr 1 22:00:00 UTC 2019
71   documentation/buildsystem: manpages and other documentation parts
72   can now be build more controlled again, this fixes the regression
73   in 0.11.0 where documentation was an on/off switch.
74   New introduced: --enable-include-manpages.
75   Fixed: texi2mdoc integration (--enable-texi2mdoc-generation).
76   buildsystem: decrease python dependency to 3.4 from
77   previously 3.7.
78   -ng0
79
80 Tue Mar 12 10:06:17 CET 2019
81   REST: Move back from rest-plugin into respective subsystem directories.
82
83 Mon Mar 11 02:47:55 CET 2019
84   Make configure complain if no working libidn is detected. -CG
85
86 Sat Mar 9 15:58:45 2019 +0100
87   REST: Config option for address bind. Defaults to localhost.
88   GNS: dns2gns/gns-proxy config option for address bind. Defaults to localhost.
89
90 Sat Mar 9 01:58:22 CET 2019
91   gnunet-publish now by default does not expose the creation time,
92   option -d no longer exists, to enable the old behavior use -E. -CG
93
94 Sat Mar 2 14:23:10 2019 +0100
95   utils: gnunet-qr.py now installed under pkgshare instead of bin
96
97 Thu Feb 28 19:07:59 CET 2019
98   CADET: Fix in order, unrealiable message ordering
99
100 Thu 28 Feb 2019 10:54:58 AM CET
101   Releasing GNUnet 0.11.0. -CG
102
103 Wed Jun  6 08:28:27 CEST 2018
104   Releasing GNUnet 0.11.0pre66. Let's try to keep a better
105   ChangeLog again henceforth. -CG
106
107 Sat Jan  7 16:41:34 CET 2017
108   Converting NAT library to new NAT service (and
109   splitting of nat-auto service for auto-configuration). -CG