Author: toad
Date: 2007-09-06 23:22:45 +0000 (Thu, 06 Sep 2007)
New Revision: 14993
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1057:
I18N etc
- Spanish updates
- French typo
- Wording/capitalisation fixes re opennet
- Read some files as UTF8 rather than as local charset (FileUtil fix)
Web interface:
- Update bookmarks
- Add a french index
- Add TSOF, a very new manual index
- Mention that the node will strip IRC cruft on the paste box (need review of
language/appropriateness)
- Only show the private note box on Friends, not on Strangers (there was no
label on the latter and it can't be used anyway)
- Fetch logs on web interface: simpler implementation
- First time wizard: Call the config getter again to clear the node name user
alert
- Queue page: restart jobs in the background after asking, indicate that they
are starting
- Node name alert: display the text, not the keys, in the config form.
Client layer:
- ClientRequestScheduler: Splitfiles/other multi-key stuff: Just because one
key is broken-as-inserted doesn't mean they are all broken
- Don't continue startup of a site insert once it has broken
- Synchronization fixes on site insert start
Opennet:
- Fix an NPE at the end of RequestSender when opennet is disabled. Probably
doesn't matter.
- Don't wait forever for an opennet ref in RequestSender!
FCP:
- Add CompletionTime, StartupTime timestamps to requests
Debugging etc: (kryptos SoC ending)
- Slightly better CPUID (extended family description strings)
- Version compatibility cast
- Log thread PIDs on linux
- Comments
- Logging, thread names, toString()
- Indenting
- Tell eclipse that the whole project is UTF-8
- Remove probably non-working back compatibility code in IPAddressDetector
Minor optimisations:
- Fix file handle leaks in various places
- Use explicit streams and explicitly close them in XMLSpider when writing
(sub-)indexes
JFK: (kryptos SoC ending)
- response caching (important part of DoS resistance iirc)
- authentication fixes
- synchronization
- comments
- build fixes
- documentation updates
Unit testing: (sback SoC ending)
- HTMLNode now 99%~=fully covered
- Another LRUHashtable test
Echo: (fred SoC ending)
- Close to alpha release
- Able to insert the site itself
- i18n, CSS changes, other improvements
- textile4j - textile support (simple human-writable web formatting)
- create the base dir
XMLSpider/XMLLibrarian: (swati SoC ending)
- index in myindex7/
- 200 words max per subindex (we want fairly big sub-indexes)
- some refactoring
- increase priority to 3 - I think there is a problem with SSK fetches being
constantly saturated by ARKs etc (workaround by toad so can test the spider)
- write indexes every 10 minutes (swati set it to 1000 seconds i.e. ~ 20 mins,
I changed it)
- fix a bucket leak, write filtered data to a null bucket, in all spiders
Installer:
- Spanish translation
Credits:
- caco_patane
- juiceman
- kryptos
- zothar
- nextgens
- toad
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-09-06 22:55:47 UTC (rev
14992)
+++ trunk/freenet/src/freenet/node/Version.java 2007-09-06 23:22:45 UTC (rev
14993)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1056;
+ private static final int buildNumber = 1057;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1054;