X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ChangeLog;h=76b1a53c070b32a7f368aaee1d100967a163c2fe;hb=ccab5a16e199973be3ec62612ee43a0fa62e7497;hp=4b97563f75b6fc2a2df7a31a0af471cf5526b334;hpb=ee232f37409429931dba665264253c0b8195e357;p=oweals%2Fgnunet.git diff --git a/ChangeLog b/ChangeLog index 4b97563f7..76b1a53c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ + 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.