Author: toad
Date: 2008-11-29 23:33:32 +0000 (Sat, 29 Nov 2008)
New Revision: 23993

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1187:
- Bug #2688: Do not clear the IP addresses list on connect: there are no IPs in 
the noderef sent on connect, and a differential noderef will only be sent if 
it's not a rekey (note that we were failing to send it in some cases prior to 
1186). Do not clear it on getting an ARK or diff noderef with no physical.udp 
either.
- Keep a -1 setting for Bloom filter size as -1. Then when we change the store 
it will change accordingly, although it'll need a reboot to get rebuilt for 
now. New 1186 nodes were setting the Bloom filter size to 50K and never 
changing it, even though they changed the store size!
- Allow MIME types on redirects in ClientPutComplexDir.
- Italian l10n update from Luke771.
- Slightly better description for allowed dirs.
- Logging.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-11-29 23:21:53 UTC (rev 
23992)
+++ trunk/freenet/src/freenet/node/Version.java 2008-11-29 23:33:32 UTC (rev 
23993)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1186;
+       private static final int buildNumber = 1187;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1185;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to