remm 01/07/10 16:49:13
Modified: src/doc changelog.xml index.xml
Log:
- Changelog update.
- Fix broken link (submitted by Jon Stevens).
Revision Changes Path
1.47 +9 -0 jakarta-slide/src/doc/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- changelog.xml 2001/07/10 06:42:20 1.46
+++ changelog.xml 2001/07/10 23:49:08 1.47
@@ -15,6 +15,15 @@
Performance fix in PROPFIND, which reduces a lot the number of
queries needed when doing a PROPFIND with depth = 1 (Nelis Bijl)
</fix>
+ <fix>
+ Packaging error in 1.0.11 : the web.xml included in slide.war was
+ incorrect (a parameter was missing) (Nelis Bijl)
+ </fix>
+ <update>
+ The PROPFIND depth limit can now be configured separately in each
+ instance of the WebDAV servlet, instead of being a global parameter
+ (Christopher Lenz)
+ </update>
</changelog>
</p>
1.12 +1 -1 jakarta-slide/src/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/index.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- index.xml 2001/06/24 22:20:39 1.11
+++ index.xml 2001/07/10 23:49:09 1.12
@@ -64,7 +64,7 @@
</p>
<p>
To see what the current state of each of these components is, please
- see the <a href="status.xml">Status page</a>.
+ see the <a href="status.html">Status page</a>.
</p>
</section>