X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ChangeLog;h=4b97563f75b6fc2a2df7a31a0af471cf5526b334;hb=774b725aa1aadc64f39fdae76530063b51f3ebc5;hp=4ea48e931fba1755d2935f69ca08c8746000fcba;hpb=83866e4125d032c30a5c6d01adf13b2ef98697a0;p=oweals%2Fgnunet.git diff --git a/ChangeLog b/ChangeLog index 4ea48e931..4b97563f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Thu Dec 23 23:33:05 CET 2010 + Releasing GNUnet 0.9.0pre2. + +Thu Oct 7 20:51:05 CEST 2010 + Removed dependency on GNU MP (GMP). The code now uses the libgcrypt MPI + interface. + +Sat Jul 3 20:47:45 CEST 2010 + Releasing GNUnet 0.9.0pre1. + +Wed Jun 23 16:34:38 CEST 2010 + Added support for systemd-compatible passing of listen-sockets + by ARM to services as well as systemd compatibility for gnunet-service-arm + itself. At least for non-MINGW systems this should work. + +Sat Jun 5 18:08:39 CEST 2010 + Added support for UNIX domain sockets, code also defaults to + them when available. + +Sun May 2 13:49:10 CEST 2010 + Fixed problem with platform-dependence of format for IP addresses + in HELLOs for TCP and UDP transport. + Reduced address length field in HELLOs to 16 bit (was 32 bit). + These changes break transport compatibility. + Fri Apr 16 18:19:05 CEST 2010 Nearly complete rewrite and new overall architecture. Many features are still missing, but basic system seems to be