matts 2003/07/16 08:06:25
Modified: . Changes Log: More 1.6.2 changes Revision Changes Path 1.14 +6 -1 xml-axkit/Changes Index: Changes =================================================================== RCS file: /home/cvs/xml-axkit/Changes,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Changes 10 Jul 2003 13:14:45 -0000 1.13 +++ Changes 16 Jul 2003 15:06:19 -0000 1.14 @@ -1,5 +1,5 @@ AxKit Changes -1.7-ALPHA +1.6.2 - Made processors added via AxAddDynamicProcessor appear in their proper order based on the order in which they appear in the config files (rather than simply appended on to the current processing chain). @@ -7,6 +7,11 @@ of in the '#default' style name - XSP attribute values are now interpolated like in XSLT, to save you having <xsp:attribute> tags all over your XSP code. + - Added a test suite based on Apache::Test (yay!) + - A number of XSP bug fixes + - Support HTTP HEAD requests + - Custom content providers now interact properly with the dependency tests + - AxTraceIntermediate now creates the dir if it didn't exist 1.6.1 - Added AxExternalEncoding option including TransHandler