Add the changes that are listed in resolver-release-notes.

First release of website.


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
crossley 2003-09-07 13:42:05 +00:00
parent 9f9a9c6565
commit 71eb344665

View File

@ -87,16 +87,16 @@
<changes> <changes>
<!-- Add new releases here --> <!-- Add new releases here -->
<release version="xml-commons-1.0" date="not-yet-released"> <release version="xml-commons-1.0" date="not-yet-released">
<action type="add" context="docs" dev="crossley">
Published the new website. Hooray.
</action>
<action type="add" context="docs" dev="crossley" <action type="add" context="docs" dev="crossley"
due-to="Nicola Ken Barozzi" due-to-email="nicolaken@apache.org"> due-to="Nicola Ken Barozzi" due-to-email="nicolaken@apache.org">
Added the brilliant Added the brilliant
<link href="http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@xml.apache.org&amp;by=thread&amp;from=320776">xml-commons logo</link>. <link href="http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@xml.apache.org&amp;by=thread&amp;from=320776">xml-commons logo</link>.
</action> </action>
<action type="add" context="docs" dev="crossley" <action type="add" context="build" dev="crossley">
due-to="Mark Diggory" due-to-email="mdiggory@latte.harvard.edu"> Added xml-commons/readme-build.txt to start to explain the build system.
Annotated example CatalogManager.properties for Resolver
(see <link href="http://marc.theaimsgroup.com/?l=xml-commons-dev&amp;m=106273408211244">discussion</link>)
and new <link href="components/resolver/tips.html">Tips</link> page.
</action> </action>
<action type="update" context="docs" dev="crossley"> <action type="update" context="docs" dev="crossley">
Fixed some license issues in various areas. Fixed some license issues in various areas.
@ -105,10 +105,6 @@
Improved the build process for docs and consistency between the Improved the build process for docs and consistency between the
website and the distribution. Integrated javadocs with website. website and the distribution. Integrated javadocs with website.
</action> </action>
<action type="add" context="docs" dev="crossley">
Added experimental building of the Resolver component docs using
DocBook DTDs and XSL.
</action>
<action type="add" context="docs" dev="crossley"> <action type="add" context="docs" dev="crossley">
Added some ToDo items and noted some issues in Added some ToDo items and noted some issues in
<link href="howto-forrest.html">How-to Forrest</link>. <link href="howto-forrest.html">How-to Forrest</link>.
@ -127,14 +123,35 @@
</release> </release>
<release version="xml-commons-resolver-1.1" date="not-yet-released"> <release version="xml-commons-resolver-1.1" date="not-yet-released">
<action type="add" context="docs" dev="ndw"> <action type="add" context="docs" dev="crossley"
Added brief descriptions of new functionality to the due-to="Mark Diggory" due-to-email="mdiggory@latte.harvard.edu">
<link href="site:components/resolver/release-notes">release notes</link>. Annotated example CatalogManager.properties for Resolver
(see <link href="http://marc.theaimsgroup.com/?l=xml-commons-dev&amp;m=106273408211244">discussion</link>)
and new <link href="components/resolver/tips.html">Tips</link> page.
</action> </action>
<action type="add" context="docs" dev="crossley"> <action type="add" context="docs" dev="crossley">
Copied the docs built by forrest into the distribution and linked Copied the docs built by forrest into the distribution and linked
to javadocs. to javadocs.
</action> </action>
<action type="add" context="docs" dev="ndw">
Added brief descriptions of the following new functionality to the
<link href="site:components/resolver/release-notes">release notes</link> ...
</action>
<action type="add" context="code" dev="ndw">
The <code>CatalogManager</code> class is no longer static. It is now
possible to instantiate several catalog managers and each manager
can manage several catalogs.
</action>
<action type="add" context="code" dev="ndw">
System catalogs are always loaded.
</action>
<action type="add" context="code" dev="ndw">
Tests/Examples available in the <code>tests/resolver/</code> directory.
</action>
<action type="add" context="code" dev="ndw">
Bootstrap resolver for loading catalog files. Avoids the Catch-22
of having to resolve the catalog.dtd before the resolver is in action.
</action>
</release> </release>
<release version="xml-commons-resolver-1.0" date="2002-11-12"> <release version="xml-commons-resolver-1.0" date="2002-11-12">