ChangeLog 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. Mon Sep 16 00:00:00 UTC 2019
  2. Remove checks for CXX and CPP. Scans found no
  3. (remaining) cxx code. ccache with clang on
  4. NetBSD 9 hit no rebuilds. -ng0
  5. Mon Sep 10 00:00:00 UTC 2019
  6. Drop win32 and mingw support after discussion with
  7. Christian. It has been unmaintained in our code base
  8. for years and there are no known users.
  9. Future implementors for Windows 10 support can
  10. refer to this commit as reference. -ng0
  11. Mon Sep 9 00:00:00 UTC 2019
  12. Remove plibc, closes #5877 as discussed in
  13. https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00002.html
  14. -ng0
  15. Sun Sep 1 13:25:07 2019 +0200
  16. Improved support for external applications/services wrt
  17. localization/gettext.
  18. https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00000.html
  19. Tue 20 Aug 2019 04:32:09 PM CEST
  20. Fixed fatal bug in gnunet-bcd that prevented the main page
  21. from showing up. -CG
  22. Mon Aug 19 17:36:48 2019 +0200
  23. REST: Added API plugin to read/write GNUnet configuration options -alexia
  24. Sun Jul 28 00:00:00 2019 +0000
  25. Adding --enable-texinfo4 configure switch, defaulting to off.
  26. This allows distributors to override the texinfo 5.x and later
  27. commandline options we use, and allows us on the serverside to
  28. build html with newer output options. -ng0
  29. Wed 24 Jul 2019 05:43:43 PM CEST
  30. Releasing GNUnet 0.11.6. -CG
  31. Mon Jul 15 09:57:20 2019 +0200
  32. The REST server now has a configurable CORS Origin setting -schanzen
  33. Fri Jul 5 22:11:04 2019 +0200
  34. Added detection of SUID binaries
  35. through GNUNET_OS_get_suid_binary_path -lurchi
  36. Sat 29 Jun 2019 10:18:55 AM CEST
  37. Renamed "heap" namestore backend to "flat" as it does
  38. persist data in a file. Made it work with databases larger
  39. than 16 MB. -CG
  40. Fri Jun 28 14:10:53 2019 +0200
  41. RECLAIM: Reissue of tickets (same attributes, same identity)
  42. will no longer create a new ticket, but reuse the old. -alexia
  43. Thu Jun 27 10:34:46 2019 +0200
  44. The REST server now returns the Origin header value in the
  45. CORS header reponse. -schanzen
  46. Thu Jun 27 09:08:06 2019 +0200
  47. GNS NSS plugin will not timeout and not hang forever and block
  48. gethostbyname. Final resolution pending #5782 -schanzen
  49. Sat Jun 22 10:38:43 2019 +0200
  50. Add gnutls support for GNS CA certificate generation -schanzen
  51. Sat 15 Jun 2019 11:45:35 PM CEST
  52. Improved gnunet-gns performance for many ego scenario. -CG
  53. Fri 14 Jun 2019 07:17:40 PM CEST
  54. Add option to gnunet-identity to display private keys. -CG
  55. Wed Jun 5 21:19:46 2019 +0200
  56. Releasing GNUnet 0.11.5. -schanzen
  57. Wed May 29 11:17:49 2019 +0200
  58. Added CAA record type (RFC 6844). -schanzen
  59. Sat 25 May 2019 08:27:39 AM CEST
  60. Significantly speed-up ego creation and deletion via
  61. gnunet-identity command when there are many (hundreds)
  62. of egos at the same peer. -CG
  63. Sun May 12 12:00:00 2019 +0200
  64. Releasing GNUnet 0.11.4. -MS
  65. Thu May 9 23:35:24 2019 +0200
  66. gnunet-identity can now output the public key on creation of new
  67. egos, and -e can act as a filter when listing all egos. -CG
  68. Thu May 2 08:44:37 2019 +0200
  69. gnunet-arm now logs to file by default -CG
  70. Sat Apr 27 21:50:57 2019 +0200
  71. RECLAIM: Added ECDH encryption for authorization code payload -schanzen
  72. Sat 27 Apr 2019 06:36:31 AM CEST
  73. Bump libmicrohttpd version requirement as some intermediate
  74. versions have relevant bugs that cause problems. -CG
  75. Sat Apr 27 01:50:43 2019 +0200
  76. RECLAIM: No longer experimental -schanzen
  77. Fri Apr 26 11:08:21 2019 +0200
  78. REST: Configuration plugin added -schanzen
  79. Tue Apr 23 23:00:00 UTC 2019
  80. All manpages are properly licensed. -ng0
  81. Sun Apr 21 22:22:22 UTC 2019
  82. All manpages are now in mdoc format. -ng0
  83. Sat Apr 20 18:38:43 UTC 2019
  84. Remove optional gnunet-download-manager.scm and
  85. with it the optional dependency on a no longer
  86. maintained version of GNU Guile (#5682). -ng0
  87. Sun Apr 14 09:54:20 2019 +0200
  88. RECLAIM: Moved away from ABE to GNS encryption. Minor API changed and
  89. renaming of records. Deprecated SQLite plugin in favor of namestore.
  90. -schanzen
  91. Sun Apr 7 14:40:59 2019 +0200
  92. Releasing GNUnet 0.11.3. -CG
  93. Sat 06 Apr 2019 02:36:17 PM CEST
  94. Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
  95. when comparing memory areas. -CG
  96. Fri 05 Apr 2019 11:38:53 PM CEST
  97. Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
  98. if they work. (#5352). -CG
  99. Thu 04 Apr 2019 12:39:44 PM CEST
  100. Hotfix for build issue. Releasing GNUnet 0.11.2. -CG/MS
  101. Wed 03 Apr 2019 03:18:43 PM CEST
  102. Releasing GNUnet 0.11.1. -CG
  103. Wed 03 Apr 2019 01:54:44 PM CEST
  104. Merged gnunet-qr-c-2 branch, replacing Python-based implementation
  105. of gnunet-qr with C-based implementation that also integrates
  106. gnunet-uri. -HG/MS/CG
  107. Wed 03 Apr 2019 01:15:57 PM CEST
  108. Fixed a few test case regressions (GNS, FS). -CG
  109. Mon Apr 1 22:00:00 UTC 2019
  110. documentation/buildsystem: manpages and other documentation parts
  111. can now be build more controlled again, this fixes the regression
  112. in 0.11.0 where documentation was an on/off switch.
  113. New introduced: --enable-include-manpages.
  114. Fixed: texi2mdoc integration (--enable-texi2mdoc-generation).
  115. buildsystem: decrease python dependency to 3.4 from
  116. previously 3.7.
  117. -ng0
  118. Tue Mar 12 10:06:17 CET 2019
  119. REST: Move back from rest-plugin into respective subsystem directories.
  120. Mon Mar 11 02:47:55 CET 2019
  121. Make configure complain if no working libidn is detected. -CG
  122. Sat Mar 9 15:58:45 2019 +0100
  123. REST: Config option for address bind. Defaults to localhost.
  124. GNS: dns2gns/gns-proxy config option for address bind. Defaults to localhost.
  125. Sat Mar 9 01:58:22 CET 2019
  126. gnunet-publish now by default does not expose the creation time,
  127. option -d no longer exists, to enable the old behavior use -E. -CG
  128. Sat Mar 2 14:23:10 2019 +0100
  129. utils: gnunet-qr.py now installed under pkgshare instead of bin
  130. Thu Feb 28 19:07:59 CET 2019
  131. CADET: Fix in order, unrealiable message ordering
  132. Thu 28 Feb 2019 10:54:58 AM CET
  133. Releasing GNUnet 0.11.0. -CG
  134. Wed Jun 6 08:28:27 CEST 2018
  135. Releasing GNUnet 0.11.0pre66. Let's try to keep a better
  136. ChangeLog again henceforth. -CG
  137. Sat Jan 7 16:41:34 CET 2017
  138. Converting NAT library to new NAT service (and
  139. splitting of nat-auto service for auto-configuration). -CG