Author: toad
Date: 2007-06-01 12:24:15 +0000 (Fri, 01 Jun 2007)
New Revision: 13439

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1036:
- Use language code, not country code, by default. And fall back to english if 
we don't have the set value or the default.
- Always pad pubkeys
- Minor l10n string fixes: openRSSAsRSS had raw HTML, 
listenOnly/listenOnlyShort are on darknet not on statstoadlet
- Refactoring in messaging layer, asynchronous MessageFilter callback support
- Trigger filters on reconnection with a new boot ID as well as disconnection
- Bulk transmission layer coded, will use it in the next release
- Trivial: norwegian translation is UTF8 (no impact on running node)
- Minor (english) strings improvements
- Comments

Installer:
- Wire in the wizard: Direct new installs to it.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-06-01 12:06:01 UTC (rev 
13438)
+++ trunk/freenet/src/freenet/node/Version.java 2007-06-01 12:24:15 UTC (rev 
13439)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 1035;
+       private static final int buildNumber = 1036;

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1029;


Reply via email to