geirm 01/09/26 20:47:05
Modified: xdocs changes.xml
docs changes.html
Log:
Last updates for the 1.2-rc1
Revision Changes Path
1.53 +17 -2 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- changes.xml 2001/09/10 10:46:38 1.52
+++ changes.xml 2001/09/27 03:47:05 1.53
@@ -18,6 +18,8 @@
<subsection name="1.2-dev">
<p>
This section describes changes to the main branch after the 1.1 release.
+ This was then branched as VEL_1_2_BRANCH in CVS and released as v1.2-rc1
+ on September 26, 2001.
</p>
<ul>
@@ -157,10 +159,23 @@
Bug fix to allow formal reference to be passed into VMs. (gmj)
</li>
<li>
- Provisional revamping of Introspector to allow dump of cache
+ Revamping of Introspector to allow dump of cache
when classloader change is detected, by Attila Szegedi
and Paulo Gaspar. (gmj)
- </li>
+ </li>
+ <li>
+ Added testcase to verify introspection cache dumped when
+ classloader changed. (gmj)
+ </li>
+ <li>
+ Added PrimordialLogSystem and changed RuntimeInstance to use it. (gmj)
+ </li>
+ <li>
+ Minor fixes to ASTRefernce presentation. (gmj)
+ </li>
+ <li>
+ Texen enhancement - allow multiple properties files to be specified. (jvz)
+ </li>
</ul>
</subsection>
1.60 +17 -2 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- changes.html 2001/09/21 10:32:23 1.59
+++ changes.html 2001/09/27 03:47:05 1.60
@@ -133,6 +133,8 @@
<blockquote>
<p>
This section describes changes to the main branch after the 1.1 release.
+ This was then branched as VEL_1_2_BRANCH in CVS and released as v1.2-rc1
+ on September 26, 2001.
</p>
<ul>
<li>
@@ -271,10 +273,23 @@
Bug fix to allow formal reference to be passed into VMs. (gmj)
</li>
<li>
- Provisional revamping of Introspector to allow dump of cache
+ Revamping of Introspector to allow dump of cache
when classloader change is detected, by Attila Szegedi
and Paulo Gaspar. (gmj)
- </li>
+ </li>
+ <li>
+ Added testcase to verify introspection cache dumped when
+ classloader changed. (gmj)
+ </li>
+ <li>
+ Added PrimordialLogSystem and changed RuntimeInstance to use it. (gmj)
+ </li>
+ <li>
+ Minor fixes to ASTRefernce presentation. (gmj)
+ </li>
+ <li>
+ Texen enhancement - allow multiple properties files to be specified. (jvz)
+ </li>
</ul>
</blockquote>
</td></tr>