mpoeschl    2002/07/16 05:06:07

  Modified:    xdocs    changes.xml
  Log:
  start to document changes for 2.2-b2
  
  Revision  Changes    Path
  1.6       +102 -0    jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       15 Mar 2002 17:01:03 -0000      1.5
  +++ changes.xml       16 Jul 2002 12:06:07 -0000      1.6
  @@ -11,6 +11,108 @@
   
   <body>
   
  +<!--
  +<section name="Turbine 2.2-b2">
  +
  +<p>
  +Changes between Turbine 2.2-b1 and 2.2-b2.
  +</p>
  +
  +<p>
  +</p>
  +
  +<subsection name="Changes that could break older environments">
  +<p>
  +  <ul>
  +    <li>
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +
  +
  +<subsection name="Other changes">
  +<p>
  +  <ul>
  +    <li>
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +
  +<subsection name="Fixed bugs">
  +<p>
  +  <ul>
  +    <li>
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +</section>
  +-->
  +
  +<section name="Turbine 2.2-b2">
  +
  +<p>
  +Changes between Turbine 2.2-b1 and 2.2-b2.
  +</p>
  +
  +<p>
  +<b>The coupled version of Torque has been removed from Turbine 2.2!</b> <br/>
  +Get a full list of changes at the
  +<a href="http://jakarta.apache.org/turbine/torque/changes";>Torque-site</a>.
  +
  +</p>
  +
  +<subsection name="Changes that could break older environments">
  +<p>
  +  <ul>
  +    <li>
  +      the coupled version of torque has been removed.
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +
  +
  +<subsection name="Other changes">
  +<p>
  +  <ul>
  +    <li>
  +      Maven is used as build system for Turbine 2.2
  +    </li>
  +    <li>
  +      removed antiquated redirect logic.
  +    </li>
  +    <li>
  +      You can use log4j properties directly.
  +    </li>
  +    <li>
  +      The configuration package has been moved from stratum to commons
  +    </li>
  +    <li>
  +      BaseValueParser.setProperty() changed from private to protected
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +
  +<subsection name="Fixed bugs">
  +<p>
  +  <ul>
  +    <li>
  +      Fixed IllegalStateException when removing an attribute from an invalid
  +      session (patch by David Vandegrift - [EMAIL PROTECTED])
  +    </li>
  +    <li>
  +      Fixed NumberFormatException in UUIdGenerator.
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +</section>
  +
  +
   <section name="Turbine 2.2b1">
   
   <p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to