vgritsenko 02/01/28 15:06:32
Modified: . changes.xml
Log:
Reflect changes.
Revision Changes Path
1.80 +17 -2 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- changes.xml 28 Jan 2002 02:33:55 -0000 1.79
+++ changes.xml 28 Jan 2002 23:06:32 -0000 1.80
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.79 2002/01/28 02:33:55 crossley Exp $
+ $Id: changes.xml,v 1.80 2002/01/28 23:06:32 vgritsenko Exp $
-->
<changes title="History of Changes">
@@ -31,12 +31,27 @@
</devs>
<release version="@version@" date="@date@">
- <action dev="GF" type="fix">
+ <action dev="VG" type="update">
+ Logicsheets are resolved using instance of url factory source resolver
+ (URLFactorySourceResolver), and not the current request resolver (which
+ is temporary object).
+ </action>
+ <action dev="VG" type="update">
+ Improve Lucene indexing. Only one Lucene document is created for one
+ Cocoon resource. Document consists from 'body' field with all the text,
+ 'element' field for every <element>, and 'element@attribute' for
+ every attribute of the <element>.
+ </action>
+ <action dev="GF" type="fix">
Fixed performance issues in the Store implementation:
(1) removed the FilesystemQueueImpl, one thread less now, (2) changed swapping
alghorithm in the MRUMemoryStore towards less serialization, (3) fixed
bug submitted by Peter Hargreaves [[EMAIL PROTECTED]] in StoreJanitor
(GC hangs in endless loop).
+ </action>
+ <action dev="VG" type="update">
+ Serializers do not write namespace attributes for prefixes starting with
+ xml anymore (these are reserved by XML spec).
</action>
<action dev="GF" type="update">
Removed Event Cache and Stream Cache. For all possible Caching Piplines there
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]