fx
[oweals/gnunet.git] / ChangeLog
index 7cb118fbd425bed5e2e670ec8d6ad101af37e724..76b1a53c070b32a7f368aaee1d100967a163c2fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+       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
+       * DATASTORE is O(n) where it should be O(log n) for some operations
+       * TRANSPORT-UDP does not work (only messages < 1500 bytes, no fragmentation)
+       * TESTING does not support incremental HELLO changes
+       * TRANSPORT ATS is not used for actual bandwidth assignment,
+                 important options to make it truly useful are still missing
+       * NAT traversal partially works for TCP (ICMP-based method only)
+       * MESH does not work (mock API emulates for VPN)
+       * VPN is experimental
+        * TRANSPORT-WLAN is experimental
+       * CHAT is experimental, has known bugs and was not reviewed yet
+       * MONKEY is highly experimental
+       * FRAGMENTATION library is not implemented
+
+       With this release we will finally start with
+       a detailed accounting of changes in the ChangeLog.
+
+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.