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