2
0

ChangeLog 7.0 KB

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