Author: byrne
Date: Fri Nov 10 17:10:00 2006
New Revision: 473609
URL: http://svn.apache.org/viewvc?view=rev&rev=473609
Log:
Added bug fix 40931 to release notes. Added my email to the developer list.
Todd Byrne
Modified:
xml/xindice/trunk/status.xml
Modified: xml/xindice/trunk/status.xml
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?view=diff&rev=473609&r1=473608&r2=473609
==============================================================================
--- xml/xindice/trunk/status.xml (original)
+++ xml/xindice/trunk/status.xml Fri Nov 10 17:10:00 2006
@@ -5,6 +5,7 @@
<developers>
<person name="Vladimir Ritz Bossicard" email="[EMAIL PROTECTED]"
id="VBO"/>
<person name="Vadim Gritsenko" email="[EMAIL PROTECTED]" id="VG"/>
+ <person name="Todd Byrne" email="[EMAIL PROTECTED]" id="TB"/>
</developers>
<todo>
<actions priority="Long Term">
@@ -74,6 +75,11 @@
<changes>
<release version="1.1b5-dev" date="Oct 27 2006">
+ <action dev="TB" type="fix" fixes-bug="40931">
+ Fixed XMLTools to only print out the help menu when
+ needed. Also added the ability to set pagecount from
+ the command line.
+ </action>
<action dev="VG" type="fix" fixes-bug="31974">
Fix exception executing xpath query in collections with
mixed (XML and binary) content.