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