[cvs] Expresso commit by mtraum:
JCorporate Ltd
jcorp at jcorp2.servlets.net
Mon Oct 4 16:27:41 PDT 2004
Log Message:
-----------
Modified Files:
--------------
expresso/expresso-web/expresso/doc:
ChangeLog.xml
Revision Data
-------------
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.254
retrieving revision 1.255
diff -Lexpresso-web/expresso/doc/ChangeLog.xml -Lexpresso-web/expresso/doc/ChangeLog.xml -u -r1.254 -r1.255
--- expresso-web/expresso/doc/ChangeLog.xml
+++ expresso-web/expresso/doc/ChangeLog.xml
@@ -5,6 +5,16 @@
<project name="Expresso">
<version name="5.6" releaseDate="Not Yet Released">
<comment>Continued Updates</comment>
+ <bug-fix title="XMLController import now works">
+ <explanation>Import was throwing exceptions for 2 reasons: (a) XMLImportDocument.character assumed the full contents would be passes in
+ one call and (b) virtual fields we not being skipped.</explanation>
+ <contributor>Mike Traum</contributor>
+ </bug-fix>
+ <misc-change title="SingleDBUserInfo depreciated">
+ <explanation>SingleDBUserInfo duplicates the funcitonality of DefaultUserInfo, adding the ability to hardcode the dbconext of the
+ database table. This is unnecessary because that functionality is available in DBOTHERMAP.</explanation>
+ <contributor>Mike Traum</contributor>
+ </misc-change>
<api-change title="DBObjectDef constructor no longer throws DBException">
<explanation>DBObjectDef no-args constructor no longer throws DBException. Recompile applications that depend on this constructor.</explanation>
<contributor>Larry Hamel</contributor>
More information about the cvs
mailing list