<?xml-stylesheet href="changes.xsl" type="text/xsl"?>
<changes title="History of Changes">
  <devs>
    <person name="Stefano Mazzocchi" email="stefano@apache.org" id="SM"/>
    <person name="Donald Ball" email="balld@webslingerZ.com" id="DB"/>
    <person name="Ricardo Rocha" email="ricardo@apache.org" id="RR"/>
    <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="PF"/>
  </devs>

 <release version="1.7.4" date="May 19 2000">
  <action dev="SM" type="fix">
   fixed xpath position() problem that caused the slideshow example to behave strangely. Weird.
  </action>
  <action dev="SM" type="fix" due-to="Kevin Burton" due-to-email="burton@relativity.yi.org">
   fixed a problem with memory store sweeping idle time declared as seconds
   and used as milliseconds which caused heavy CPU usage for undetectable
   misconfiguration.
  </action>
  <action dev="DB" type="fix">
   fixed bug in SQL taglib when doc-element was missing
  </action>
  <action dev="DB" type="fix" due-to="Giacomo Pati" due-to-email="Giacomo.Pati@pwr.ch">
   fixed bug in SQL taglib's count rows query
  </action>
  <action dev="SM" type="fix" due-to="Bill Parkinson" due-to-email="bill_parkinson@merck.com">
   Work around context.getRealPath() that fails on some engines.
  </action>
  <action dev="SM" type="fix" due-to="Paul Lamb" due-to-email="paul@redfork.com">
   Fixed problem with getResource() not implemented on some servlet engine. Now we test for Servlet 2.2
  </action>
  <action dev="RR" type="fix" due-to="Ulrich Mayring" due-to-email="ulim@denic.de">
    Fixed backslash escaping in text node strings
  </action>
  <action dev="RR" type="fix" due-to="Ulrich Mayring" due-to-email="ulim@denic.de">
    Fixed invalid code for &lt;util:include-file&gt;. Added debug info to &lt;util:include-uri&gt;
  </action>
  <action dev="SM" type="fix">
   Added SVG formatting properties.
  </action>
  <action dev="SM" type="fix">
   Changed behavior for absolute stylesheet hrefs which now point to absolute URI addresses.
  </action>
  <action dev="RR" type="fix" due-to="Kevin Burton" due-to-email="burton@relativity.yi.org">
    Changed "create-session" attribute in &lt;xsp:page&gt; to accept
    only "true" and "false" as dictated by the XML Schema boolean
    datatype
  </action>
  <action dev="RR" type="update">
    Added namespace preservation for XSP pages. To preserve namespaces in an
    XSP page, add an "xsp:xxx" attribute to the page's root element, where
    "xxx" is the namespace and the attribute value is the namespace URI
  </action>
  <action dev="RR" type="update">
    Added boolean attribute "create-session" to &lt;xsp:page&gt; in order
    to allow for the automatic creation of servlet sessions without
    intervening &lt;xsp:logic&gt;
  </action>
  <action dev="RR" type="update">
    Added "java.net.*" to the list of default XSP page Java imports
  </action>
  <action dev="RR" type="update" due-to="Robin Green" due-to-email="greenrd@hotmail.com">
    Added synchronization on code generation, compilation and loading
  </action>
  <action dev="RR" type="update" due-to="Pavel Karassev" due-to-email="paul@soft.tlt.ru">
    Added support for charset encodings in code generation and compilation.
    Tested only with Russian under Blackdown's JDK1.2
  </action>
  <action dev="RR" type="fix">
    Fixed bug resulting in multiple &lt;xsp:page&gt; top elements
  </action>
 </release>
 
</changes>