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