Version 0.3.9.2

* Various updates to IndexClient and KeyIndex client.

* Addition of RDF stuff for Key indices.

* Removed RequestFailedEvent.

* Added long command line arguments to InsertClient and RequestClient.

* Added option to use FCP from command line clients.

* Caching added to MapHandler for MSK files.

* Added Checked Jumps out of Freenet.

* Changed bug in Node.java that was sending the wrong address to local
  services, causing e.g. FProxy to go all broken.

* Fixes to NullBucket.
 
Version 0.3.9

* Some changes in interface for Client libraries in anticipation of 0.4. 

* Change in KeyIndexClient to use a date-based index instead of a
  simple index (optimization).

* Fixed a very rare bug in StandardDataStore.

* Changes in FProxy gateway page.

* Default XML parser now included for XML-RPC interface.

* Continued update of XML-RPC interface and implementation.

* Change in the FCP service to bring it in line with the FCP spec. To
  start an FCP session, you now must send four bytes -- 00 00 00 02.

* Defaults for FCP, XML-RPC, and FProxy are now rational.

* Anonymity filter in FProxy is now on by default.

Version 0.3.8.1

* Fixed some Java 2-isms so that Freenet runs on 1.1 systems.

Version 0.3.8

* Tree-based search in StandardDataStore (rather than linear search)

* Fixed bug in StandardDataStore that was causing ref-less-doc-less
  data items to fill up the store.

* Added FCP interface (see Freenet/contrib/fcp)

* Added XML-RPC interface. (see Freenet/contrib/xmlrpc)

* Improved bandwidth throttling (can set upstream and downstream
  bandwidth throttling to different values).

* Fixed a MapFile parsing bug. 

* Changed service launching so that, by default, the node's address is
  set as serverAddress.

* Changed service launching so that the params for a service are set
  in freenetrc, not in separate file.

