Author: nextgens
Date: 2007-11-10 22:27:44 +0000 (Sat, 10 Nov 2007)
New Revision: 15748
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1072: bugfix release
You might loose the list of loaded plugins when you will update... That's a
known issue we can't easily fix. Most people want at least the JSTUN plugin
(and maybe the UPnP one) to be loaded to improve their connectivity.
Bugfixes:
- plugins weren't loadable anymore after a failed attempt
- Unloading a FreenetIPDetector plugin could lead to a NPE
- New nodes were unable to start fproxy up because of a bug
Feature:
- Bind services to both ipv4 and ipv6 by default
- Allow plugins to be reloaded ignoring the cache
- Accept local filenames as plugin URI
L10n:
- update to the french translation (thanks to batosai)
- minor improvments to the english one
Credits:
- Bombe
- nextgens
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-10 22:24:43 UTC (rev
15747)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-10 22:27:44 UTC (rev
15748)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1071;
+ private static final int buildNumber = 1072;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1069;