ChangeLog 8.1 KB

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