bloritsch 02/01/30 10:28:11
Modified: . build.xml
src/xdocs changes.xml
Log:
update change log and build.xml with the current information
Revision Changes Path
1.96 +3 -3 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- build.xml 28 Jan 2002 06:25:26 -0000 1.95
+++ build.xml 30 Jan 2002 18:28:11 -0000 1.96
@@ -14,7 +14,7 @@
Peter Donald <[EMAIL PROTECTED]>
Legal:
- Copyright (c) 1999-2000 The Apache Software Foundation. All Rights
Reserved.
+ Copyright (c) 1999-2002 The Apache Software Foundation. All Rights
Reserved.
==============================================================================
-->
@@ -30,11 +30,11 @@
<property name="name" value="excalibur"/>
<property name="Name" value="Excalibur"/>
- <property name="version" value="4.0"/>
+ <property name="version" value="4.1"/>
<property name="release" value="1st"/>
<property name="status" value="final"/>
<property name="short.version" value="4.1"/>
- <property name="year" value="1999-2001"/>
+ <property name="year" value="1999-2002"/>
<property name="compress.jars" value="true"/>
<property name="excalibur.name" value="avalon-${name}"/>
1.12 +103 -0 jakarta-avalon-excalibur/src/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/src/xdocs/changes.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- changes.xml 19 Nov 2001 12:09:54 -0000 1.11
+++ changes.xml 30 Jan 2002 18:28:11 -0000 1.12
@@ -11,7 +11,110 @@
<person name="Neeme Praks" email="[EMAIL PROTECTED]" id="NP"/>
<person name="Giacomo Pati" email="[EMAIL PROTECTED]" id="GP"/>
<person name="Paul Hammant" email="[EMAIL PROTECTED]" id="PH"/>
+ <person name="Leif Mortenson" email="[EMAIL PROTECTED]" id="LM"/>
+ <person name="Eung-ju Park" email="[EMAIL PROTECTED]" id="EP"/>
+ <person name="Carston Ziegler" email="[EMAIL PROTECTED]" id="CZ"/>
</devs>
+ <release version="4.1" date="January 30, 2002">
+ <action dev="CZ" type="add">
+ Initial port of Cocoon's Source resolvers and XML parsers
+ </action>
+ <action dev="NP" type="update">
+ Added many fixes to the XML Resource Bundles and Resource Bundle
+ access code.
+ </action>
+ <action dev="PD" type="update">
+ Update the extension management code and make it more robust.
+ </action>
+ <action dev="BL" type="add">
+ Add new Container abstraction to separate ComponentManager from
+ Container code (i.e. ExcaliburComponentManager violates this).
+ The new ContainerManager and Container abstraction make the system
+ much easier to manage.
+ </action>
+ <action dev="BL" type="add">
+ Add new CommandManager architecture to manage all asynchronous
+ commands and the ThreadManager architecture to manage the thread
+ allocation policy for the CommandManager.
+ </action>
+ <action dev="DP" type="add">
+ New component to handle automatic XML Catalog resolution.
+ </action>
+ <action dev="EP" type="update">
+ Many improvements to the cache component. Extended cache validation
+ support, multiple store backends, and more.
+ </action>
+ <action dev="JT" type="add">
+ Add an XPathProcessor abstraction Component with ThreadSafe
+ implementations for Jaxen and Xalan backed XPath processors.
+ </action>
+ <action dev="PD" type="update">
+ Made automatic proxy code even more robust.
+ </action>
+ <action dev="PD" type="update">
+ Add support for recursive property resolution. Added appropriate
+ unit test to accompany feature.
+ </action>
+ <action dev="BL" type="update">
+ Optimized pool implementations, and provided a new abstraction for
+ managed pools (in scratchpad).
+ </action>
+ <action dev="GP" type="add">
+ Add many new LogTargetFactories to LogKitManager.
+ </action>
+ <action dev="BL" type="add">
+ Add new LoggerManager abstraction that works with the new framework
+ Logger abstractions.
+ </action>
+ <action dev="PD" type="fix">
+ Fixed some classloader issues in the i18n package for loading
resources.
+ Also fixed some i18n related issues in FileUtil and IOUtil.
+ </action>
+ <action dev="LM" type="update">
+ Applied many optimizations and logic fixes to DataSourceComponent
+ code.
+ </action>
+ <action dev="BL" type="fix">
+ Applied fixes to ReadWriteLock from Avi Drissman ([EMAIL PROTECTED])
+ </action>
+ <action dev="BL" type="update">
+ Officially deprecate Lock in favor of Mutex. They have the same
+ purpose, and Mutex is more correct.
+ </action>
+ <action dev="BL" type="update">
+ Optimize logging calls throughout components. Also, make the log
+ messages more informative.
+ </action>
+ <action dev="PD" type="update">
+ ListUtils now checks for duplicates when merging Lists.
+ </action>
+ <action dev="PD" type="update">
+ Make BinaryHeap and PriorityQueue use Objects instead of Comparables.
+ Optimize BinaryHeap code.
+ </action>
+ <action dev="BL" type="add">
+ Add new Buffer classes to the collections package. These are amazingly
+ performant. It is based on CircularBuffer, which is now deprecated.
+ </action>
+ <action dev="BL" type="update">
+ Shake out some more performance of CLI Util, as well as better support
+ for DUPLICATES_ALLOWED.
+ </action>
+ <action dev="LM" type="update">
+ Added some build improvements.
+ </action>
+ <action dev="BL" type="add">
+ Add new profiler instrumentation interfaces inspired by Matt Welsh's
+ SEDA architecture.
+ </action>
+ <action dev="BL" type="add">
+ Add new asynchronous event queue system inspired by Matt Welsh's
+ SEDA architecture.
+ </action>
+ <action dev="BL" type="update">
+ Update all the components to the new LogEnabled interface.
+ </action>
+ </release>
<release version="4.0" date="September 11, 2001">
<action dev="BL" type="update">
Update user docs.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>