diff --git a/status.xml b/status.xml index 6bc3fcf..82f4d39 100644 --- a/status.xml +++ b/status.xml @@ -87,16 +87,16 @@ + + Published the new website. Hooray. + Added the brilliant xml-commons logo. - - Annotated example CatalogManager.properties for Resolver - (see discussion) - and new Tips page. + + Added xml-commons/readme-build.txt to start to explain the build system. Fixed some license issues in various areas. @@ -105,10 +105,6 @@ Improved the build process for docs and consistency between the website and the distribution. Integrated javadocs with website. - - Added experimental building of the Resolver component docs using - DocBook DTDs and XSL. - Added some ToDo items and noted some issues in How-to Forrest. @@ -127,14 +123,35 @@ - - Added brief descriptions of new functionality to the - release notes. + + Annotated example CatalogManager.properties for Resolver + (see discussion) + and new Tips page. Copied the docs built by forrest into the distribution and linked to javadocs. + + Added brief descriptions of the following new functionality to the + release notes ... + + + The CatalogManager class is no longer static. It is now + possible to instantiate several catalog managers and each manager + can manage several catalogs. + + + System catalogs are always loaded. + + + Tests/Examples available in the tests/resolver/ directory. + + + Bootstrap resolver for loading catalog files. Avoids the Catch-22 + of having to resolve the catalog.dtd before the resolver is in action. +