<?xml version="1.0" encoding="utf-8"?>
<!--
    :tabSize=2:indentSize=2:wrap=hard:
    $Id: ChangeLog.xml 10 2008-10-22 09:57:04Z rjray $
-->
<changelog xmlns="http://www.blackperl.com/2009/01/ChangeLogML"
    xmlns:sc="http://www.blackperl.com/2009/01/ChangeLogML/source-control"
    xmlns:xi="http://www.w3.org/2001/XInclude"
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.blackperl.com/XML/ChangeLog schemas/ChangeLogML.xsd">
  <project>ChangeLogML</project>
  <title>Change History for the ChangeLogML Project</title>
  <description>
    The ChangeLogML project is an effort to provide a XML vocabulary with which
    software project change-histories can be clearly described. Once fully
    expressed as XML, the change-data can then be easily transformed via XSL or
    any other means into any format desired.
  </description>
  <release version="0.10" date="2009-09-01T00:00:00-07:00">
    <change date="2009-01-07T11:54:42.484439Z" author="rjray">
      <fileset revision="2">
        <file path="schemas/ChangeLogML.xsd" action="ADD"/>
        <file path="styles/changelogml.css" action="ADD"/>
        <file path="styles/black-white.css" action="ADD"/>
        <file path="xslt/changelog2div.xslt" action="ADD"/>
        <file path="xslt/changelog2dl.xslt" action="ADD"/>
        <file path="xslt/changelog2html.xslt" action="ADD"/>
        <file path="xslt/changelog2htmlnewest.xslt" action="ADD"/>
        <file path="xslt/changelog2htmlversion.xslt" action="ADD"/>
        <file path="xslt/changelog2text.xslt" action="ADD"/>
        <file path="xslt/changelog2textnewest.xslt" action="ADD"/>
        <file path="xslt/changelog2textversion.xslt" action="ADD"/>
        <file path="xslt/changelog2ul.xslt" action="ADD"/>
        <file path="xslt/common-text.xslt" action="ADD"/>
        <file path="xslt/common-xhtml.xslt" action="ADD"/>
        <file path="xslt/common.xslt" action="ADD"/>
      </fileset>
      <description>
        Initial commit of the XSD schema, the sample CSS stylesheets, and the
        full set of reference XSLT transforms.
      </description>
    </change>
    <change date="2009-01-07T13:01:11.735069Z" author="rjray">
      <file path="xslt/changelog2html.xslt" revision="3"/>
      <description>
        Minor change to the generation of the ToC.
      </description>
    </change>
    <change date="2009-01-07T13:02:06.040804Z" author="rjray">
      <fileset revision="4">
        <file path="xslt/changelog2text.xslt"/>
        <file path="xslt/common-text.xslt"/>
        <file path="xslt/common-xhtml.xslt"/>
        <file path="xslt/common.xslt"/>
      </fileset>
      <description>
        Additions/cleanup of the referencing of revision-id strings in the
        credits comments.
      </description>
    </change>
    <change date="2009-01-07T13:46:54.704175Z" author="rjray">
      <fileset revision="5">
        <file path="xslt/changelog2html.xslt"/>
        <file path="xslt/common-xhtml.xslt"/>
      </fileset>
      <description>
        The logic surrounding the "notoc" parameter was broken.
      </description>
    </change>
    <change date="2009-01-10T16:05:29.920317Z" author="rjray">
      <file path="schemas/ChangeLogML.xsd" revision="6"/>
      <description>
        Added definitions for complexType+element for sub-projects.
      </description>
    </change>
    <change date="2009-01-10T16:07:08.620191Z" author="rjray">
      <file path="schemas/ChangeLogML.xsd" revision="7"/>
      <description>
        Removed use of the "version" and "id" attributes, as the namespace
        will act as a versioning model.
      </description>
    </change>
    <change date="2009-01-19T06:46:50.698610Z" author="rjray">
      <fileset revision="8">
        <file path="schemas/ChangeLogML.xsd"/>
        <file path="styles/changelogml.css"/>
        <file path="xslt/changelog2div.xslt"/>
        <file path="xslt/changelog2dl.xslt"/>
        <file path="xslt/changelog2html.xslt"/>
        <file path="xslt/changelog2htmlnewest.xslt"/>
        <file path="xslt/changelog2htmlversion.xslt"/>
        <file path="xslt/changelog2text.xslt"/>
        <file path="xslt/changelog2textnewest.xslt"/>
        <file path="xslt/changelog2textversion.xslt"/>
        <file path="xslt/changelog2ul.xslt"/>
        <file path="xslt/common-text.xslt"/>
        <file path="xslt/common-xhtml.xslt"/>
      </fileset>
      <description>
        Support for the "subproject" block in changelog files.
      </description>
    </change>
    <change date="2009-01-21T00:02:06.069211Z" author="rjray">
      <file path="schemas/ChangeLogML.xsd" revision="9"/>
      <description>
        Added "date" and "author" attributes to &lt;change&gt; blocks.
      </description>
    </change>
    <change date="2009-01-23T01:36:58.282571Z" author="rjray">
      <file path="xslt/svnxml2changes.xslt" action="ADD" revision="13"/>
      <description>
        A stylesheet that converts Subversion XML log output to ChangeLogML.
      </description>
    </change>
    <change date="2009-01-23T01:41:18.835612Z" author="rjray">
      <file path="xslt/svnxml2changes.xslt" revision="14"/>
      <description>
        Fixed a syntax error stemming from "--" appearing in a comment.
      </description>
    </change>
  </release>
  <subproject name="App::Changelog2x" path="perl">
    <xi:include href="perl/ChangeLog.xml" parse="xml"
                xpointer="xmlns(cl=http://www.blackperl.com/2009/01/ChangeLogML)xpointer(cl:changelog/cl:release)" />
  </subproject>
</changelog>

