Remove gnunet-download-manager. Fixes #5682
[oweals/gnunet.git] / ChangeLog
1 Sat Apr 20 18:38:43 UTC 2019
2   Remove optional gnunet-download-manager.scm and
3   with it the optional dependency on a no longer
4   maintained version of GNU Guile (#5682). -ng0
5
6 Sun Apr 14 09:54:20 2019 +0200
7   RECLAIM: Moved away from ABE to GNS encryption. Minor API changed and
8   renaming of records. Deprecated SQLite plugin in favor of namestore.
9
10 Sat 06 Apr 2019 02:36:17 PM CEST
11   Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
12   when comparing memory areas. -CG
13
14 Fri 05 Apr 2019 11:38:53 PM CEST
15   Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
16   if they work. (#5352). -CG
17
18 Thu 04 Apr 2019 12:39:44 PM CEST
19   Hotfix for build issue. Releasing GNUnet 0.11.2. -CG/MS
20
21 Wed 03 Apr 2019 03:18:43 PM CEST
22   Releasing GNUnet 0.11.1. -CG
23
24 Wed 03 Apr 2019 01:54:44 PM CEST
25   Merged gnunet-qr-c-2 branch, replacing Python-based implementation
26   of gnunet-qr with C-based implementation that also integrates
27   gnunet-uri. -HG/MS/CG
28
29 Wed 03 Apr 2019 01:15:57 PM CEST
30   Fixed a few test case regressions (GNS, FS). -CG
31
32 Mon Apr 1 22:00:00 UTC 2019
33   documentation/buildsystem: manpages and other documentation parts
34   can now be build more controlled again, this fixes the regression
35   in 0.11.0 where documentation was an on/off switch.
36   New introduced: --enable-include-manpages.
37   Fixed: texi2mdoc integration (--enable-texi2mdoc-generation).
38   buildsystem: decrease python dependency to 3.4 from
39   previously 3.7.
40   -ng0
41
42 Tue Mar 12 10:06:17 CET 2019
43   REST: Move back from rest-plugin into respective subsystem directories.
44
45 Mon Mar 11 02:47:55 CET 2019
46   Make configure complain if no working libidn is detected. -CG
47
48 Sat Mar 9 15:58:45 2019 +0100
49   REST: Config option for address bind. Defaults to localhost.
50   GNS: dns2gns/gns-proxy config option for address bind. Defaults to localhost.
51
52 Sat Mar 9 01:58:22 CET 2019
53   gnunet-publish now by default does not expose the creation time,
54   option -d no longer exists, to enable the old behavior use -E. -CG
55
56 Sat Mar 2 14:23:10 2019 +0100
57   utils: gnunet-qr.py now installed under pkgshare instead of bin
58
59 Thu Feb 28 19:07:59 CET 2019
60   CADET: Fix in order, unrealiable message ordering
61
62 Thu 28 Feb 2019 10:54:58 AM CET
63   Releasing GNUnet 0.11.0. -CG
64
65 Wed Jun  6 08:28:27 CEST 2018
66   Releasing GNUnet 0.11.0pre66. Let's try to keep a better
67   ChangeLog again henceforth. -CG
68
69 Sat Jan  7 16:41:34 CET 2017
70   Converting NAT library to new NAT service (and
71   splitting of nat-auto service for auto-configuration). -CG