Author: carnold
Date: Tue Jul 24 14:46:08 2007
New Revision: 559231
URL: http://svn.apache.org/viewvc?view=rev&rev=559231
Log:
LOGCXX-189: Remove ChangeLog, add apr, apr-util tarballs to SVN
Added:
logging/log4cxx/trunk/src/apr-util/apr-util-1.2.8.tar.gz (with props)
logging/log4cxx/trunk/src/apr/apr-1.2.9.tar.gz (with props)
Removed:
logging/log4cxx/trunk/ChangeLog
logging/log4cxx/trunk/src/site/doxy/introduction.dox
logging/log4cxx/trunk/src/site/xdoc/download.xml
Modified:
logging/log4cxx/trunk/ (props changed)
logging/log4cxx/trunk/build.xml
logging/log4cxx/trunk/src/assembly/bin.xml
logging/log4cxx/trunk/src/changes/changes.xml
logging/log4cxx/trunk/src/changes/changes.xslt
Propchange: logging/log4cxx/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jul 24 14:46:08 2007
@@ -25,3 +25,5 @@
config.status
missing
install-sh
+target
+
Modified: logging/log4cxx/trunk/build.xml
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?view=diff&rev=559231&r1=559230&r2=559231
==============================================================================
--- logging/log4cxx/trunk/build.xml (original)
+++ logging/log4cxx/trunk/build.xml Tue Jul 24 14:46:08 2007
@@ -52,7 +52,7 @@
<property name="tests.dir" location="${base.dir}/src/test"/>
<property name="tests.cpp.dir" location="${tests.dir}/cpp"/>
<property name="tests.resources.dir" location="${tests.dir}/resources"/>
-<property name="tests.output.dir" location="${tests.resources.dir}/outputs"/>
+<property name="tests.output.dir" location="${tests.resources.dir}/output"/>
<property name="performance.dir" location="${base.dir}/src/performance"/>
<property name="performance.src.dir" location="${performance.dir}/cpp"/>
<property name="performance.include.dir"
location="${performance.dir}/include"/>
@@ -329,18 +329,6 @@
<available property="aprutil-src-expanded"
file="${lib.dir}/apr-util-${aprutil.version}"/>
<available property="cppunit-src-expanded"
file="${lib.dir}/cppunit-${cppunit.version}"/>
- <condition property="apr-src-available" value="">
- <or>
- <isset property="apr-src-expanded"/>
- <available file="${lib.dir}/apr-${apr.version}.tar.gz"/>
- </or>
- </condition>
- <condition property="aprutil-src-available" value="">
- <or>
- <isset property="aprutil-src-expanded"/>
- <available file="${lib.dir}/apr-util-${aprutil.version}.tar.gz"/>
- </or>
- </condition>
<condition property="cppunit-src-available" value="">
<or>
<isset property="cppunit-src-expanded"/>
@@ -467,29 +455,8 @@
replace="1"/>
</target>
-<target name="get-apr-module">
- <mkdir dir="${lib.dir}"/>
- <get src="${apache.mirror}/apr/${module}-${module.version}.tar.gz"
- dest="${lib.dir}/${module}-${module.version}.tar.gz"
- usetimestamp="true"/>
- <get src="${apache.dist}/apr/${module}-${module.version}.tar.gz.asc"
- dest="${lib.dir}/${module}-${module.version}.tar.gz.asc"
- usetimestamp="true"/>
- <exec executable="gpg" dir="${lib.dir}" failifexecutionfails="false">
- <arg value="--verify"/>
- <arg value="${module}-${module.version}.tar.gz.asc"/>
- </exec>
- <untar src="${lib.dir}/${module}-${module.version}.tar.gz"
- dest="${lib.dir}" compression="gzip"/>
- <chmod file="${lib.dir}/${module}-${module.version}/configure"
- perm="u+x"/>
- <chmod file="${lib.dir}/${module}-${module.version}/build/get-version.sh"
- perm="u+x"/>
-
-</target>
-
<target name="untar-apr-module">
- <untar src="${lib.dir}/${module}-${module.version}.tar.gz"
+ <untar src="src/${module}/${module}-${module.version}.tar.gz"
dest="${lib.dir}" compression="gzip"/>
<chmod file="${lib.dir}/${module}-${module.version}/configure"
perm="u+x"/>
@@ -497,14 +464,7 @@
perm="u+x"/>
</target>
-<target name="get-apr-src" unless="apr-src-available">
- <antcall target="get-apr-module">
- <param name="module" value="apr"/>
- <param name="module.version" value="${apr.version}"/>
- </antcall>
-</target>
-
-<target name="untar-apr-src" depends="get-apr-src" unless="apr-src-expanded">
+<target name="untar-apr-src" unless="apr-src-expanded">
<antcall target="untar-apr-module">
<param name="module" value="apr"/>
<param name="module.version" value="${apr.version}"/>
@@ -541,14 +501,7 @@
</target>
-<target name="get-aprutil-src" unless="aprutil-src-available">
- <antcall target="get-apr-module">
- <param name="module" value="apr-util"/>
- <param name="module.version" value="${aprutil.version}"/>
- </antcall>
-</target>
-
-<target name="untar-aprutil-src" depends="get-aprutil-src"
unless="aprutil-src-expanded">
+<target name="untar-aprutil-src" unless="aprutil-src-expanded">
<antcall target="untar-apr-module">
<param name="module" value="apr-util"/>
<param name="module.version" value="${aprutil.version}"/>
Added: logging/log4cxx/trunk/src/apr-util/apr-util-1.2.8.tar.gz
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/apr-util/apr-util-1.2.8.tar.gz?view=auto&rev=559231
==============================================================================
Binary file - no diff available.
Propchange: logging/log4cxx/trunk/src/apr-util/apr-util-1.2.8.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: logging/log4cxx/trunk/src/apr/apr-1.2.9.tar.gz
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/apr/apr-1.2.9.tar.gz?view=auto&rev=559231
==============================================================================
Binary file - no diff available.
Propchange: logging/log4cxx/trunk/src/apr/apr-1.2.9.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: logging/log4cxx/trunk/src/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/assembly/bin.xml?view=diff&rev=559231&r1=559230&r2=559231
==============================================================================
--- logging/log4cxx/trunk/src/assembly/bin.xml (original)
+++ logging/log4cxx/trunk/src/assembly/bin.xml Tue Jul 24 14:46:08 2007
@@ -21,44 +21,22 @@
<format>zip</format>
<format>tar.gz</format>
</formats>
- <baseDirectory>apache-log4j-${project.version}</baseDirectory>
+ <baseDirectory>apache-log4cxx-${project.version}</baseDirectory>
<includeSiteDirectory>true</includeSiteDirectory>
<fileSets>
<fileSet>
<includes>
- <include>*.txt</include>
- <include>*.sample</include>
+ <include>*.sh</include>
+ <include>*.in</include>
+ <include>*.m4</include>
<include>*.xml</include>
<include>INSTALL</include>
<include>KEYS</include>
<include>LICENSE</include>
<include>NOTICE</include>
- <include>contribs/**</include>
- <include>examples/**</include>
- <include>src/assembly/**</include>
- <include>src/changes/**</include>
- <include>src/main/**</include>
- <include>src/ntdll/**</include>
- <include>src/performance/**</include>
- <include>src/site/**</include>
- <include>tests/README</include>
- <include>tests/*.xml</include>
- <include>tests/*.sample</include>
- <include>tests/*.bat</include>
- <include>tests/input/**</include>
- <include>tests/resources/**</include>
- <include>tests/src/**</include>
- <include>tests/witness/**</include>
+ <include>src/**</include>
+ <exclude>src/test/resources/output</exclude>
</includes>
</fileSet>
</fileSets>
- <files>
- <file>
- <source>target/log4j-${project.version}.jar</source>
- </file>
- <file>
- <source>target/NTEventLogAppender.dll</source>
- <fileMode>0755</fileMode>
- </file>
- </files>
</assembly>
Modified: logging/log4cxx/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/changes/changes.xml?view=diff&rev=559231&r1=559230&r2=559231
==============================================================================
--- logging/log4cxx/trunk/src/changes/changes.xml (original)
+++ logging/log4cxx/trunk/src/changes/changes.xml Tue Jul 24 14:46:08 2007
@@ -142,5 +142,167 @@
<action issue="LOGCXX-187">LogLog::emit() could potentially interleave
messages</action>
<action issue="LOGCXX-188">Upgrade to apr 1.2.9 and apr-util 1.2.8</action>
</release>
+<release version="0.9.7" date="2004-05-10">
+<issue type="fix">Fixed examples source code in the "Short introduction to
log4cxx".</issue>
+<issue type="fix">Fixed, in the renaming algorithm of RollingFileAppender and
+ DailyRollingFileAppender, a problem specific to Unicode.</issue>
+<issue type="fix">Fixed conflict with Windows macros "min" and "max", by
renaming
+ StrictMath::min and StrictMath::max to StrictMath::minimum and
+ StrictMath::maximum.</issue>
+<issue type="add">Port to HPUX 11.0.</issue>
+<issue type="fix">Fixed segmentation fault in PropertyConfigurator.</issue>
+<issue type="add">Port to Solaris.</issue>
+<issue type="fix">Fixed MutexException thrown while destroying
RollingFileAppender.</issue>
+<issue type="fix">Logging macros can be used without explicity declaring the
use of log4cxx namespace.</issue>
+<issue type="fix">Fixed static library unresolved externals for msvc 6 and
7.1</issue>
+</release>
+<release version="0.9.6" date="2004-04-11">
+<issue>Timezone management has been optimized through the class
TimeZone</issue>
+<issue>Inter-thread synchronization and reference counting has been
optimized</issue>
+<issue>Reference counting now uses gcc atomic functions (bug 929078)</issue>
+<issue>Use of StringBuffer has been optimized.</issue>
+<issue>Support of localisation throug resourceBundles</issue>
+<issue>SyslogAppender now uses the system function 'syslog' to log on the
local host.
+ (only for POSIX systems)</issue>
+<issue>Added TimeZone configuration to PatternLayout (bug 912563)</issue>
+<issue>Support of the DailyRollingFileAppender (feature request 842765)</issue>
+</release>
+<release version="0.9.5" date="2004-02-04">
+<issue>Port of log4j Jnuit tests with Cppunit and Boost Regex.</issue>
+<issue>Added explicit exports for MSDEV 6 and MSDEV 7 (no further need of .def
files)</issue>
+<issue>Custom levels can be configured through the DOMConfigurator and
+ PropertyConfigurator classes (Level inherites from Object)</issue>
+<issue>Added a reference counter to LoggingEvent to avoid useless copies
+ (LoggingEvent inherites from Object)</issue>
+<issue>The file log4j.xml as well as the file log4j.properties are now search
+ for, in log4cxx initialization.</issue>
+<issue>The root logger can be assigned the "OFF" level.</issue>
+<issue>Added MSVC6 project missing files mutext.cpp and condition.cpp (bug
847397)</issue>
+<issue>condition.cpp now compiles with MSVC6 (bug 847417)</issue>
+<issue>fixed pure virtual function call in
PropertyConfigurator::configureAndWatch
+ (bug 848521)</issue>
+<issue>XMLAppender now displays correct timestamp with MSVC 6 (bug
852836)</issue>
+<issue>SRLPORT 4.6 support.</issue>
+<issue>Fixed an infinite loop in class Properties.</issue>
+<issue>Fixed compilations problems with unicode.</issue>
+<issue>Fixed SocketAppender bug concerning MDC and NDC.</issue>
+</release>
+<release version="0.9.4" date="2003-10-25">
+<issue>StringBuffer has been optimized.</issue>
+<issue>Fixed miscellaneous threading problems.</issue>
+<issue>Added TimeZone support in PatternLayout (bug 796894)</issue>
+<issue>Fixed threading configuration problems (bug 809125)</issue>
+<issue>Fixed miscellaneous MSVC and cygwin compilation problems.</issue>
+</release>
+<release version="0.9.3" date="2003-09-19">
+<issue>Changed tstring to log4cxx::String and tostringstream to
+ log4cxx::StringBuffer.
+</issue>
+<issue>Fixed MSVC 2003 compilation erros and warnings.
+</issue>
+<issue>Added helpers for NDC and MDC.
+</issue>
+<issue>Added TimeZone support in TTCCLayout.
+</issue>
+<issue>Fixed compilation problems with logger macros (LOG4CXX_...)
+</issue>
+<issue>Fixed milliseconds formatting problem with MSVC 6.0 and 2003
+</issue>
+<issue>Fixed AsyncAppender crash
+</issue>
+<issue>Added new tests
+</issue>
+<issue>Added benchmarks
+</issue>
+</release>
+<release version="0.9.2" date="2003-08-10">
+<issue>Fixed FreeBSD compilation problem with pthread mutex (class
CriticalSection).
+</issue>
+<issue>Fixed milliseconds formatting problem (class DateFormat).
+</issue>
+<issue>Long events (> 1024 chars) are now supported in the class
XMLSocketAppender.
+</issue>
+<issue>Carriage returns have been normalized in the class XMLLayout.
+</issue>
+</release>
+<release version="0.9.1" date="2003-08-06">
+<issue>Fixed deadlock problems in classes Logger and AsyncAppender.
+</issue>
+<issue>Fixed MSVC 6.0 compilation problems.
+</issue>
+<issue>Added MSVC 6.0 static libraty project.
+</issue>
+<issue>Default configuration for the SMTP options is "no".
+</issue>
+</release>
+<release version="0.9.0" date="2003-08-06">
+<issue>Added ODBCAppender (matching log4j JDBCAppender)
+</issue>
+<issue>Added SyslogAppender
+</issue>
+<issue>Added SMTPAppender (only for Linux/FreeBSD)
+</issue>
+<issue>Added BasicConfigurator
+</issue>
+<issue>Added a FileWatchDog in PropertyConfigurator and DOMConfigurator
+</issue>
+<issue>Possibility to load a custom LoggerFactory through the DOMConfigurator
+</issue>
+<issue>Changed time precision from seconds to milliseconds
+</issue>
+<issue>Added MSVC 6.0 'Unicode Debug' and 'Unicode Release' targets
+</issue>
+<issue>Added Java like System class.
+</issue>
+</release>
+<release version="0.1.1" date="2003-07-09">
+<issue>Fixed MSVC 6.0 compilation problems concerning the 'Release' target
+</issue>
+<issue>Added MSVC 6.0 tests projects
+</issue>
+</release>
+<release version="0.1.0" date="2003-07-08">
+<issue>FreeBSD Autotools/Compilation support
+</issue>
+<issue>Fixed TelnetAppender crash when a socket bind exception occured.
+</issue>
+<issue>Added log4j DTD support to XMLLayout and DOMConfigurator
+</issue>
+<issue>Can now send events in XML format over TCP (class XMLSocketAppender)
for the
+ log4j Chainsaw UI
+</issue>
+<issue>Now compiles with 'configure --enable-unicode' (UTF16 Unicode support)
+</issue>
+<issue>Added Java like Properties class. It's a helper for the
PropertyConfigurator
+</issue>
+<issue>Added Java like objects with dynamic cast and instanciation. Custom
objects
+ can be configured through the DOMConfigurator and PropertyConfigurator
classes
+</issue>
+<issue>Port of the PropertyConfigurator class
+</issue>
+<issue>Port of the "Map Diagnostic Context" (MDC) class
+</issue>
+<issue>Added 13 tests (try make check)
+</issue>
+</release>
+<release version="0.0.1" date="2003-05-31">
+<issue type="add">Loggers, Hierarchy, Filters, Appenders, Layouts, NDC
+</issue>
+<issue type="add">Appenders:
+ AsyncAppender, ConsoleAppender, FileAppender, NTEventLogAppender,
+ RollingFileAppender, SocketAppender, SocketHubAappender,
+ TelnetAppender
+</issue>
+<issue type="add">Layouts:
+ HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
+</issue>
+<issue type="add">Filters:
+ DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
+
+</issue>
+<issue type="add">Configurators:
+ DOMConfigurator
+</issue>
+</release>
</body>
</document>
Modified: logging/log4cxx/trunk/src/changes/changes.xslt
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/changes/changes.xslt?view=diff&rev=559231&r1=559230&r2=559231
==============================================================================
--- logging/log4cxx/trunk/src/changes/changes.xslt (original)
+++ logging/log4cxx/trunk/src/changes/changes.xslt Tue Jul 24 14:46:08 2007
@@ -51,6 +51,169 @@
<xsl:sort select="substring-after(key, '-')" data-type="number"/>
</xsl:apply-templates>
</release>
+
+<release version="0.9.7" date="2004-05-10">
+<issue type="fix">Fixed examples source code in the "Short introduction to
log4cxx".</issue>
+<issue type="fix">Fixed, in the renaming algorithm of RollingFileAppender and
+ DailyRollingFileAppender, a problem specific to Unicode.</issue>
+<issue type="fix">Fixed conflict with Windows macros "min" and "max", by
renaming
+ StrictMath::min and StrictMath::max to StrictMath::minimum and
+ StrictMath::maximum.</issue>
+<issue type="add">Port to HPUX 11.0.</issue>
+<issue type="fix">Fixed segmentation fault in PropertyConfigurator.</issue>
+<issue type="add">Port to Solaris.</issue>
+<issue type="fix">Fixed MutexException thrown while destroying
RollingFileAppender.</issue>
+<issue type="fix">Logging macros can be used without explicity declaring the
use of log4cxx namespace.</issue>
+<issue type="fix">Fixed static library unresolved externals for msvc 6 and
7.1</issue>
+</release>
+<release version="0.9.6" date="2004-04-11">
+<issue>Timezone management has been optimized through the class
TimeZone</issue>
+<issue>Inter-thread synchronization and reference counting has been
optimized</issue>
+<issue>Reference counting now uses gcc atomic functions (bug 929078)</issue>
+<issue>Use of StringBuffer has been optimized.</issue>
+<issue>Support of localisation throug resourceBundles</issue>
+<issue>SyslogAppender now uses the system function 'syslog' to log on the
local host.
+ (only for POSIX systems)</issue>
+<issue>Added TimeZone configuration to PatternLayout (bug 912563)</issue>
+<issue>Support of the DailyRollingFileAppender (feature request 842765)</issue>
+</release>
+<release version="0.9.5" date="2004-02-04">
+<issue>Port of log4j Jnuit tests with Cppunit and Boost Regex.</issue>
+<issue>Added explicit exports for MSDEV 6 and MSDEV 7 (no further need of .def
files)</issue>
+<issue>Custom levels can be configured through the DOMConfigurator and
+ PropertyConfigurator classes (Level inherites from Object)</issue>
+<issue>Added a reference counter to LoggingEvent to avoid useless copies
+ (LoggingEvent inherites from Object)</issue>
+<issue>The file log4j.xml as well as the file log4j.properties are now search
+ for, in log4cxx initialization.</issue>
+<issue>The root logger can be assigned the "OFF" level.</issue>
+<issue>Added MSVC6 project missing files mutext.cpp and condition.cpp (bug
847397)</issue>
+<issue>condition.cpp now compiles with MSVC6 (bug 847417)</issue>
+<issue>fixed pure virtual function call in
PropertyConfigurator::configureAndWatch
+ (bug 848521)</issue>
+<issue>XMLAppender now displays correct timestamp with MSVC 6 (bug
852836)</issue>
+<issue>SRLPORT 4.6 support.</issue>
+<issue>Fixed an infinite loop in class Properties.</issue>
+<issue>Fixed compilations problems with unicode.</issue>
+<issue>Fixed SocketAppender bug concerning MDC and NDC.</issue>
+</release>
+<release version="0.9.4" date="2003-10-25">
+<issue>StringBuffer has been optimized.</issue>
+<issue>Fixed miscellaneous threading problems.</issue>
+<issue>Added TimeZone support in PatternLayout (bug 796894)</issue>
+<issue>Fixed threading configuration problems (bug 809125)</issue>
+<issue>Fixed miscellaneous MSVC and cygwin compilation problems.</issue>
+</release>
+<release version="0.9.3" date="2003-09-19">
+<issue>Changed tstring to log4cxx::String and tostringstream to
+ log4cxx::StringBuffer.
+</issue>
+<issue>Fixed MSVC 2003 compilation erros and warnings.
+</issue>
+<issue>Added helpers for NDC and MDC.
+</issue>
+<issue>Added TimeZone support in TTCCLayout.
+</issue>
+<issue>Fixed compilation problems with logger macros (LOG4CXX_...)
+</issue>
+<issue>Fixed milliseconds formatting problem with MSVC 6.0 and 2003
+</issue>
+<issue>Fixed AsyncAppender crash
+</issue>
+<issue>Added new tests
+</issue>
+<issue>Added benchmarks
+</issue>
+</release>
+<release version="0.9.2" date="2003-08-10">
+<issue>Fixed FreeBSD compilation problem with pthread mutex (class
CriticalSection).
+</issue>
+<issue>Fixed milliseconds formatting problem (class DateFormat).
+</issue>
+<issue>Long events (> 1024 chars) are now supported in the class
XMLSocketAppender.
+</issue>
+<issue>Carriage returns have been normalized in the class XMLLayout.
+</issue>
+</release>
+<release version="0.9.1" date="2003-08-06">
+<issue>Fixed deadlock problems in classes Logger and AsyncAppender.
+</issue>
+<issue>Fixed MSVC 6.0 compilation problems.
+</issue>
+<issue>Added MSVC 6.0 static libraty project.
+</issue>
+<issue>Default configuration for the SMTP options is "no".
+</issue>
+</release>
+<release version="0.9.0" date="2003-08-06">
+<issue>Added ODBCAppender (matching log4j JDBCAppender)
+</issue>
+<issue>Added SyslogAppender
+</issue>
+<issue>Added SMTPAppender (only for Linux/FreeBSD)
+</issue>
+<issue>Added BasicConfigurator
+</issue>
+<issue>Added a FileWatchDog in PropertyConfigurator and DOMConfigurator
+</issue>
+<issue>Possibility to load a custom LoggerFactory through the DOMConfigurator
+</issue>
+<issue>Changed time precision from seconds to milliseconds
+</issue>
+<issue>Added MSVC 6.0 'Unicode Debug' and 'Unicode Release' targets
+</issue>
+<issue>Added Java like System class.
+</issue>
+</release>
+<release version="0.1.1" date="2003-07-09">
+<issue>Fixed MSVC 6.0 compilation problems concerning the 'Release' target
+</issue>
+<issue>Added MSVC 6.0 tests projects
+</issue>
+</release>
+<release version="0.1.0" date="2003-07-08">
+<issue>FreeBSD Autotools/Compilation support
+</issue>
+<issue>Fixed TelnetAppender crash when a socket bind exception occured.
+</issue>
+<issue>Added log4j DTD support to XMLLayout and DOMConfigurator
+</issue>
+<issue>Can now send events in XML format over TCP (class XMLSocketAppender)
for the
+ log4j Chainsaw UI
+</issue>
+<issue>Now compiles with 'configure --enable-unicode' (UTF16 Unicode support)
+</issue>
+<issue>Added Java like Properties class. It's a helper for the
PropertyConfigurator
+</issue>
+<issue>Added Java like objects with dynamic cast and instanciation. Custom
objects
+ can be configured through the DOMConfigurator and PropertyConfigurator
classes
+</issue>
+<issue>Port of the PropertyConfigurator class
+</issue>
+<issue>Port of the "Map Diagnostic Context" (MDC) class
+</issue>
+<issue>Added 13 tests (try make check)
+</issue>
+</release>
+<release version="0.0.1" date="2003-05-31">
+<issue type="add">Loggers, Hierarchy, Filters, Appenders, Layouts, NDC
+</issue>
+<issue type="add">Appenders:
+ AsyncAppender, ConsoleAppender, FileAppender, NTEventLogAppender,
+ RollingFileAppender, SocketAppender, SocketHubAappender,
+ TelnetAppender
+</issue>
+<issue type="add">Layouts:
+ HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
+</issue>
+<issue type="add">Filters:
+ DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
+
+</issue>
+<issue type="add">Configurators:
+ DOMConfigurator
+</issue>
+</release>
</body>
</document>
</xsl:template>