Update of /cvsroot/clirr/clirr/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15095/xdocs
Modified Files:
changes.xml
Log Message:
detect changes of field types (RFE #958810)
Index: changes.xml
===================================================================
RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 23 May 2004 05:50:33 -0000 1.1
+++ changes.xml 23 May 2004 07:45:37 -0000 1.2
@@ -8,11 +8,15 @@
<body>
<release version="0.3" date="in CVS">
- <action dev="lkuehne" due-to="Stephen Colebourne" type="fix">
- Fixed a copy + paste error in field modifier comparison logic
- that would lead to false alarms and undetected compatibility
- problems.
- </action>
+ <action dev="lkuehne" due-to="Stephen Colebourne" type="fix">
+ Fixed a copy + paste error in field modifier comparison logic
+ that would lead to false alarms and undetected compatibility
+ problems.
+ </action>
+ <action dev="lkuehne" type="add">
+ <!-- RFE #958810 -->
+ Detect changes of field types.
+ </action>
</release>
<release version="0.2" date="2004-05-22">
|