Author: nextgens
Date: 2007-11-30 21:42:21 +0000 (Fri, 30 Nov 2007)
New Revision: 16156
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1083: mandatory the 02/12/07
Bugfixes:
* Fix the JPEG filter
* Fix bookmark renaming
* Allow trailing spaces in bookmark names
* Fix the double url-decoding bug
* Fix the completionTime field on most FCP messages
Features:
* implement a "re-add default bookmarks" button
l10n:
* german updates from Thomas
* french updates from batosai
* new english string
Code cleanup and some work on announcement by toad
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-30 21:36:30 UTC (rev
16155)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-30 21:42:21 UTC (rev
16156)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1082;
+ private static final int buildNumber = 1083;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1074;