+ prevent bug https://www.gnunet.org/bugs/view.php?id=1868
[oweals/gnunet.git] / ChangeLog
index 8f14863eb4db97ff06dbc0ba7c064d67935868c8..5ae5731ccb7f10b544b7402816bacea78f3a6d9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,58 @@
+Mon Oct 31 18:46:36 CET 2011
+       Releasing GNUnet 0.9.0pre4.  This release includes a working
+       implementation of mesh (unoptimized), a working implementation
+       of the VPN (could use more testing), a working implementation 
+       of the WLAN transport (still very slow, unoptimized) and
+       many, many bugfixes all over the place.  The major known
+       issues are:
+
+       * TESTING is known to sometimes crash on shutdown
+       * DV is known to crash / not work properly
+       * CHAT is experimental and was not reviewed yet
+
+       More details to individual bugs that were fixed in this
+       release are documented at:
+       https://gnunet.org/bugs/changelog_page.php?version_id=182
+
+Mon Sep 19 14:16:22 CEST 2011
+       Releasing GNUnet 0.9.0pre3.  Instead of listing all that has
+       changed, here is the short list of what is known NOT to work,
+       in order of minor flaws to major issues, by module:
+
+       * FS still has a few missing features, but largely works
+       * TRANSPORT ATS is not used for actual bandwidth assignment,
+                 important options to make it truly useful are still missing
+       * TESTING does not support incremental HELLO changes, 
+                 code has known shutdown issues (can crash)
+       * VPN is experimental, but has been shown to work to some degree
+       * MESH does not work (mock API emulates for VPN)
+        * TRANSPORT-WLAN is experimental
+        * TRANSPORT-HTTP is experimental, has known bugs
+       * TRANSPORT-DV is experimental, has known bugs, protocol may still change
+       * CHAT is experimental, has known bugs and was not reviewed yet
+
+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. 
+       in HELLOs for TCP and UDP transport.
        Reduced address length field in HELLOs to 16 bit (was 32 bit).
        These changes break transport compatibility.