Merge branch 'master' into netbsd-support
[oweals/gnunet.git] / ChangeLog
index 71fc6a48dcaaf95f9acbefcda1bb400f74b6a59c..3b81e09e38aa46cbe5d7ddc11bc585ad36ee567e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+Sun Dec 01 19:31:00 UTC 2019
+  configure: Add --with-gnunet-logread.
+  -ng0
+
+Sun Dec 1 12:26:11 2019 +0100
+  GNS NSS plugin: Reject non-IDNA conforming names and
+  trigger continue with next NSS plugin. -schanzen
+
+Sat Nov 30 23:32:03 2019 +0100
+  GNS NSS plugin: Disabled if called as root. -CG
+
+Sat Nov 30 23:08:49 2019 +0100
+  Fixed #3795: Switched to new PoW for NSE and GNS revocation.
+  Functionality is ifdef guarded for 0.12. -CG
+
+Sat Nov 30 21:05:25 2019 +0100
+  Fixed #5978:
+  Added support for .<zkey> CNAMEs in the GNS resolver. -schanzen
+
+Sat Nov 30 20:27:51 2019 +0100
+  Fixed #5979:
+  Added support for .<zkey> DNS server names in GNS2DNS records.
+  -schanzen
+
+Tue Nov 26 18:26:54 2019 +0100
+  Crypto change: Use Curve25519 for ECDH and tweetnacl where we can.
+  Functionality is ifdef guarded for 0.12. -fdold
+
+Nov 30 15:20:45 2019 +0100
+  Fixed #5922:
+  GNS names are now UTF-8. For DNS, names are converted to IDNA.
+  Functionality is ifdef guarded for 0.12. -schanzen
+
+Wed Oct 30 10:50:00 UTC 2019
+  Released gnunet 0.11.8
+  -ng0
+
+Sun Oct 27 17:17:00 2019 +0200
+  Released gnunet 0.11.7
+  -schanzen, ng0
+
+Fri Oct 25 00:00:00 UTC 2019
+  Dropped glpk dependency(-check). -ng0
+
+Wed Oct 23 20:55:12 2019 +0200
+  Make REST service start per user in a multiuser setup.
+  -schanzen
+
+Wed Oct 23 00:00:00 UTC 2019
+  Remove setuid helpers. They never worked as intended. The
+  fixed version is not portable and the defacto good way to
+  handle this which is most portable is to let package managers
+  handle this (as they do right now, the good ones), and let
+  people handle this who read the documentation.
+  This commit removes what would be patched out by the majority
+  of package managers, which is setuid handling in Makefiles.
+  It is very likely that no one will notice this code is gone.
+  -ng0
+
+Thu Oct 17 00:00:00 UTC 2019
+  Added support for doas, use it in some places conditionally
+  if sudo is not present. Fixed sudo detection. -ng0
+
+Mon Oct 14 00:00:00 UTC 2019
+  Added 'pretty' make rule to run uncrustify over the source tree.
+  -ng0
+
+Mon Sep 16 00:00:00 UTC 2019
+  Remove checks for CXX and CPP. Scans found no
+  (remaining) cxx code. ccache with clang on
+  NetBSD 9 hit no rebuilds. -ng0
+
+Mon Sep 10 00:00:00 UTC 2019
+  Drop win32 and mingw support after discussion with
+  Christian. It has been unmaintained in our code base
+  for years and there are no known users.
+  Future implementors for Windows 10 support can
+  refer to this commit as reference. -ng0
+
+Mon Sep 9 00:00:00 UTC 2019
+  Remove plibc, closes #5877 as discussed in
+  https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00002.html
+  -ng0
+
+Sun Sep 1 13:25:07 2019 +0200
+  Improved support for external applications/services wrt
+  localization/gettext.
+  https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00000.html
+
+Tue 20 Aug 2019 04:32:09 PM CEST
+  Fixed fatal bug in gnunet-bcd that prevented the main page
+  from showing up. -CG
+
+Mon Aug 19 17:36:48 2019 +0200
+  REST: Added API plugin to read/write GNUnet configuration options -alexia
+
+Sun Jul 28 00:00:00 2019 +0000
+  Adding --enable-texinfo4 configure switch, defaulting to off.
+  This allows distributors to override the texinfo 5.x and later
+  commandline options we use, and allows us on the serverside to
+  build html with newer output options. -ng0
+
+Wed 24 Jul 2019 05:43:43 PM CEST
+  Releasing GNUnet 0.11.6. -CG
+
+Mon Jul 15 09:57:20 2019 +0200
+  The REST server now has a configurable CORS Origin setting -schanzen
+
 Fri Jul 5 22:11:04 2019 +0200
   Added detection of SUID binaries
   through GNUNET_OS_get_suid_binary_path -lurchi
@@ -28,6 +136,9 @@ Sat 15 Jun 2019 11:45:35 PM CEST
 Fri 14 Jun 2019 07:17:40 PM CEST
   Add option to gnunet-identity to display private keys. -CG
 
+Wed Jun 5 21:19:46 2019 +0200
+ Releasing GNUnet 0.11.5. -schanzen
+
 Wed May 29 11:17:49 2019 +0200
   Added CAA record type (RFC 6844). -schanzen