[cvs] expresso commit by lhamel: add 5.6.1
JCorporate Ltd
jcorp at jcorporate.com
Fri Dec 10 01:37:09 UTC 2004
Log Message:
-----------
add 5.6.1
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.274
retrieving revision 1.275
diff -Lexpresso-web/expresso/doc/ChangeLog.xml -Lexpresso-web/expresso/doc/ChangeLog.xml -u -r1.274 -r1.275
--- expresso-web/expresso/doc/ChangeLog.xml
+++ expresso-web/expresso/doc/ChangeLog.xml
@@ -3,10 +3,24 @@
<?xml-stylesheet type="text/xsl" href="ChangeLog.xslt"?>
<changelog>
<project name="Expresso">
+ <version name="5.6.1" releaseDate="Not released yet">
+ <comment>Continued Updates</comment>
+ <changed-feature title="User.getGroupList" >
+ <explanation>User.getGroupList hands out an unmodifiable list. Deprecated
+ getGroups, which handed out live reference to cache so that client change
+ could cause cache to change.</explanation>
+ <contributor>Larry Hamel</contributor>
+ </changed-feature>
+ <bug-fix title="MultiDBObject handles otherDB map">
+ <explanation>MultiDBObject handles otherDB map by adding schema (db) name
+ in front of table name in SQL queries, as necessary.</explanation>
+ <contributor>Christian Reibnegger (checked by Larry Hamel)</contributor>
+ </bug-fix>
+ </version>
<version name="5.6" releaseDate="December 5, 2004">
<comment>Continued Updates</comment>
<bug-fix title="Email validation int SimpleRegistration was possible to bypass">
- <explanation>It could be bypassed if the user went to the emailValidate state of the Registration controller. Now,
+ <explanation>It could be bypassed if the user went to the emailValidate state of the Registration controller. Now,
the emailValidate state will make sure the ValidationController was first called.</explanation>
<contributor>Mike Traum</contributor>
</bug-fix>
More information about the cvs
mailing list