add missing changelog entry
[oweals/gnunet.git] / ChangeLog
index ecffcf0c69f17c5e2781045f387f134d5c5f4a55..84110a365a8ad527116f461907add849c7eab180 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+Wed May 29 11:17:49 2019 +0200
+  Added CAA record type (RFC 6844). -schanzen
+
+Sat 25 May 2019 08:27:39 AM CEST
+  Significantly speed-up ego creation and deletion via
+  gnunet-identity command when there are many (hundreds)
+  of egos at the same peer. -CG
+
+Sun May 12 12:00:00 2019 +0200
+  Releasing GNUnet 0.11.4. -MS
+
+Thu May 9 23:35:24 2019 +0200
+  gnunet-identity can now output the public key on creation of new
+  egos, and -e can act as a filter when listing all egos. -CG
+
+Thu May 2 08:44:37 2019 +0200
+  gnunet-arm now logs to file by default -CG
+
+Sat Apr 27 21:50:57 2019 +0200
+  RECLAIM: Added ECDH encryption for authorization code payload -schanzen
+
+Sat 27 Apr 2019 06:36:31 AM CEST
+  Bump libmicrohttpd version requirement as some intermediate
+  versions have relevant bugs that cause problems. -CG
+
+Sat Apr 27 01:50:43 2019 +0200
+  RECLAIM: No longer experimental -schanzen
+
+Fri Apr 26 11:08:21 2019 +0200
+  REST: Configuration plugin added -schanzen
+
+Tue Apr 23 23:00:00 UTC 2019
+  All manpages are properly licensed. -ng0
+
+Sun Apr 21 22:22:22 UTC 2019
+  All manpages are now in mdoc format. -ng0
+
+Sat Apr 20 18:38:43 UTC 2019
+  Remove optional gnunet-download-manager.scm and
+  with it the optional dependency on a no longer
+  maintained version of GNU Guile (#5682). -ng0
+
+Sun Apr 14 09:54:20 2019 +0200
+  RECLAIM: Moved away from ABE to GNS encryption. Minor API changed and
+  renaming of records. Deprecated SQLite plugin in favor of namestore.
+  -schanzen
+
+Sun Apr 7 14:40:59 2019 +0200
+  Releasing GNUnet 0.11.3. -CG
+
+Sat 06 Apr 2019 02:36:17 PM CEST
+  Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
+  when comparing memory areas. -CG
+
+Fri 05 Apr 2019 11:38:53 PM CEST
+  Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
+  if they work. (#5352). -CG
+
+Thu 04 Apr 2019 12:39:44 PM CEST
+  Hotfix for build issue. Releasing GNUnet 0.11.2. -CG/MS
+
+Wed 03 Apr 2019 03:18:43 PM CEST
+  Releasing GNUnet 0.11.1. -CG
+
+Wed 03 Apr 2019 01:54:44 PM CEST
+  Merged gnunet-qr-c-2 branch, replacing Python-based implementation
+  of gnunet-qr with C-based implementation that also integrates
+  gnunet-uri. -HG/MS/CG
+
 Wed 03 Apr 2019 01:15:57 PM CEST
   Fixed a few test case regressions (GNS, FS). -CG