aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 11:24:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 11:24:46 +0000
commitb27bfe2b6c83aac3337826ca0c5c3ebde796d352 (patch)
treee1c58726a94b6e68d45ac5389286b2d0cbc4069b /ChangeLog
parent3bb1b528d88499bc344c25264b98107f4b6596c2 (diff)
downloadgnunet-b27bfe2b6c83aac3337826ca0c5c3ebde796d352.tar.gz
gnunet-b27bfe2b6c83aac3337826ca0c5c3ebde796d352.zip
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b97563f7..9905f423a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
1Fri Jun 10 11:07:58 CEST 2011
2 Releasing GNUnet 0.9.0pre3. Instead of listing all that has
3 changed, here is the short list of what is known NOT to work,
4 in order of minor flaws to major issues, by module:
5
6 * FS still has a few missing features, but largely works
7 * DATASTORE is O(n) where it should be O(log n) for some operations
8 * UDP does not work (only messages < 1500 bytes, no fragmentation)
9 * TESTING does not support incremental HELLO changes, hence will
10 be particularly troublesome with WLAN transport
11 * TRANSPORT ATS is not used for actual bandwidth assignment,
12 important options to make it truly useful are still missing
13 * VPN's service definitions may work, but are not secure
14 * NAT traversal partially works for TCP (ICMP-based method only)
15 * MESH does not work (mock API emulates for VPN)
16 * CHAT is experimental, has known bugs and was not reviewed yet
17 * FRAGMENTATION library is not implemented
18 * MONKEY is highly experimental
19
20 With this release we will finally start with
21 a detailed accounting of changes in the ChangeLog.
22
1Thu Dec 23 23:33:05 CET 2010 23Thu Dec 23 23:33:05 CET 2010
2 Releasing GNUnet 0.9.0pre2. 24 Releasing GNUnet 0.9.0pre2.
3 25