ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Wed May 29 11:17:49 2019 +0200
  2. Added CAA record type (RFC 6844). -schanzen
  3. Sat 25 May 2019 08:27:39 AM CEST
  4. Significantly speed-up ego creation and deletion via
  5. gnunet-identity command when there are many (hundreds)
  6. of egos at the same peer. -CG
  7. Sun May 12 12:00:00 2019 +0200
  8. Releasing GNUnet 0.11.4. -MS
  9. Thu May 9 23:35:24 2019 +0200
  10. gnunet-identity can now output the public key on creation of new
  11. egos, and -e can act as a filter when listing all egos. -CG
  12. Thu May 2 08:44:37 2019 +0200
  13. gnunet-arm now logs to file by default -CG
  14. Sat Apr 27 21:50:57 2019 +0200
  15. RECLAIM: Added ECDH encryption for authorization code payload -schanzen
  16. Sat 27 Apr 2019 06:36:31 AM CEST
  17. Bump libmicrohttpd version requirement as some intermediate
  18. versions have relevant bugs that cause problems. -CG
  19. Sat Apr 27 01:50:43 2019 +0200
  20. RECLAIM: No longer experimental -schanzen
  21. Fri Apr 26 11:08:21 2019 +0200
  22. REST: Configuration plugin added -schanzen
  23. Tue Apr 23 23:00:00 UTC 2019
  24. All manpages are properly licensed. -ng0
  25. Sun Apr 21 22:22:22 UTC 2019
  26. All manpages are now in mdoc format. -ng0
  27. Sat Apr 20 18:38:43 UTC 2019
  28. Remove optional gnunet-download-manager.scm and
  29. with it the optional dependency on a no longer
  30. maintained version of GNU Guile (#5682). -ng0
  31. Sun Apr 14 09:54:20 2019 +0200
  32. RECLAIM: Moved away from ABE to GNS encryption. Minor API changed and
  33. renaming of records. Deprecated SQLite plugin in favor of namestore.
  34. -schanzen
  35. Sun Apr 7 14:40:59 2019 +0200
  36. Releasing GNUnet 0.11.3. -CG
  37. Sat 06 Apr 2019 02:36:17 PM CEST
  38. Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
  39. when comparing memory areas. -CG
  40. Fri 05 Apr 2019 11:38:53 PM CEST
  41. Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
  42. if they work. (#5352). -CG
  43. Thu 04 Apr 2019 12:39:44 PM CEST
  44. Hotfix for build issue. Releasing GNUnet 0.11.2. -CG/MS
  45. Wed 03 Apr 2019 03:18:43 PM CEST
  46. Releasing GNUnet 0.11.1. -CG
  47. Wed 03 Apr 2019 01:54:44 PM CEST
  48. Merged gnunet-qr-c-2 branch, replacing Python-based implementation
  49. of gnunet-qr with C-based implementation that also integrates
  50. gnunet-uri. -HG/MS/CG
  51. Wed 03 Apr 2019 01:15:57 PM CEST
  52. Fixed a few test case regressions (GNS, FS). -CG
  53. Mon Apr 1 22:00:00 UTC 2019
  54. documentation/buildsystem: manpages and other documentation parts
  55. can now be build more controlled again, this fixes the regression
  56. in 0.11.0 where documentation was an on/off switch.
  57. New introduced: --enable-include-manpages.
  58. Fixed: texi2mdoc integration (--enable-texi2mdoc-generation).
  59. buildsystem: decrease python dependency to 3.4 from
  60. previously 3.7.
  61. -ng0
  62. Tue Mar 12 10:06:17 CET 2019
  63. REST: Move back from rest-plugin into respective subsystem directories.
  64. Mon Mar 11 02:47:55 CET 2019
  65. Make configure complain if no working libidn is detected. -CG
  66. Sat Mar 9 15:58:45 2019 +0100
  67. REST: Config option for address bind. Defaults to localhost.
  68. GNS: dns2gns/gns-proxy config option for address bind. Defaults to localhost.
  69. Sat Mar 9 01:58:22 CET 2019
  70. gnunet-publish now by default does not expose the creation time,
  71. option -d no longer exists, to enable the old behavior use -E. -CG
  72. Sat Mar 2 14:23:10 2019 +0100
  73. utils: gnunet-qr.py now installed under pkgshare instead of bin
  74. Thu Feb 28 19:07:59 CET 2019
  75. CADET: Fix in order, unrealiable message ordering
  76. Thu 28 Feb 2019 10:54:58 AM CET
  77. Releasing GNUnet 0.11.0. -CG
  78. Wed Jun 6 08:28:27 CEST 2018
  79. Releasing GNUnet 0.11.0pre66. Let's try to keep a better
  80. ChangeLog again henceforth. -CG
  81. Sat Jan 7 16:41:34 CET 2017
  82. Converting NAT library to new NAT service (and
  83. splitting of nat-auto service for auto-configuration). -CG