fix GNS2DNS records for LSD001 UTF-8 change
[oweals/gnunet.git] / ChangeLog
index 42d84325d2fdee194259bed240c821675c2e8ee2..6ed48e3e7bb6f7d4743b3faaf20bf259741cb30a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+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