diff --git a/build.xml b/build.xml
index 5e55c17c7..79ab686f2 100644
--- a/build.xml
+++ b/build.xml
@@ -329,7 +329,7 @@
splitindex="true"
doctitle="I2P Javadocs for Release ${release.number} Build ${build.number}"
windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}">
-
+
diff --git a/core/java/src/net/metanotion/Dummy.java b/core/java/src/net/metanotion/Dummy.java
new file mode 100644
index 000000000..46dea408c
--- /dev/null
+++ b/core/java/src/net/metanotion/Dummy.java
@@ -0,0 +1,7 @@
+package net.matanotion;
+
+/**
+ * Exists only to enable package.html to be included in javadoc.
+ * http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
+ */
+abstract class Dummy {}
diff --git a/core/java/src/net/metanotion/README-I2P.txt b/core/java/src/net/metanotion/README-I2P.txt
index 4106a143a..f0fa34820 100644
--- a/core/java/src/net/metanotion/README-I2P.txt
+++ b/core/java/src/net/metanotion/README-I2P.txt
@@ -2,7 +2,8 @@ Version 0.1.1 from http://www.metanotion.net/software/sandbox/block.html
License: See any source file.
-Changes for i2p:
+This is a partial list of changes for I2P. For details, see history.txt
+and the source control logs.
- BSkipList has an option to not keep everything in memory.
When this option is enabled, we use the new IBSkipSpan instead of
@@ -27,7 +28,20 @@ Changes for i2p:
- Convert Errors without message or cause to RuntimeExceptions with a message and cause
+- Add unique on-disk headers to each page type for robustness;
+ change blockfile magic number as these headers are required
+
+- Automatically repair some types of corruption;
+ report some other corruption types without failing
+
+- Support read-only databases
+
+- Lots and lots of bug fixes
+
TODO:
+- More catching and repair of corruption
+
- Change PAGESIZE from default 1024 to 4096? No, wastes too much disk.
+