Author: vgritsenko
Date: Thu May 10 17:41:01 2007
New Revision: 537054
URL: http://svn.apache.org/viewvc?view=rev&rev=537054
Log:
i call dibs on these
Modified:
xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml
Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml?view=diff&rev=537054&r1=537053&r2=537054
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml Thu May 10
17:41:01 2007
@@ -54,12 +54,12 @@
<title>Xindice 1.2 Release Plan</title>
<ul>
<li>
- <strong>Java</strong> Revisit minimum JDK requirement.
+ <strong>Java</strong> Revisit minimum JDK requirement. [VG]
</li>
<li>
<strong>Database Lock</strong> Place a lock on database files using
Java 1.4 APIs to prevent separate processes from working on the same
- database.
+ database. [VG]
</li>
<li>
<strong>WebAdmin</strong> Integrate new WebDAV capable WebAdmin into
@@ -77,7 +77,7 @@
<strong>Caching</strong> Revisit implementation of documents cache in
the core Collection class. Clarify caching semantics, implement
caching
for all use cases (compressed, uncompressed, binary objects). Ensure
- dirty data can not be placed in the cache.
+ dirty data can not be placed in the cache. [VG]
</li>
<li>
<strong>Admin Tool</strong> DatabaseRebuild utility implements just
one of