[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.99,1.100 TODO,1.9,1.10
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-05-06 13:52:05
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv11584/Modeling Modified Files: CHANGES TODO Log Message: Release 0.9-pre-7 Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** CHANGES 6 May 2003 12:20:31 -0000 1.99 --- CHANGES 6 May 2003 13:52:00 -0000 1.100 *************** *** 3,11 **** Module Modeling --------------- ! Current release is: 0.9-pre-6 / See also: TODO, INSTALL and doc/ * ** Distributed under the GNU General Public License ** -------------------------------------------------------- * Fixed DatabaseChannel.fetchObject(): it was not MT-safe wrt Database snapshots' caching in some circumstances (see comments in the code for --- 3,14 ---- Module Modeling --------------- ! Current release is: 0.9-pre-7 / See also: TODO, INSTALL and doc/ * ** Distributed under the GNU General Public License ** -------------------------------------------------------- + 0.9-pre-7 (2003/05/06) + --------- + * Fixed DatabaseChannel.fetchObject(): it was not MT-safe wrt Database snapshots' caching in some circumstances (see comments in the code for *************** *** 28,32 **** 0.9-pre-6 (2003/04/22) Project milestone -- no public release ! --------- Preparing 0.9 - ETA: 2003/04/28 * ModelMasons: added a new generation scheme. The existing one is named --- 31,35 ---- 0.9-pre-6 (2003/04/22) Project milestone -- no public release ! --------- * ModelMasons: added a new generation scheme. The existing one is named Index: TODO =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TODO 17 Mar 2003 11:19:14 -0000 1.9 --- TODO 6 May 2003 13:52:00 -0000 1.10 *************** *** 296,297 **** --- 296,304 ---- seperate module. + * KeyValueCoding: + + - takeValuesFromDictionary unused in the framework -> should be used in + DatabaseContext.initializeObject() + + - voir aussi autre chose (??) entre KVC et (Entity)ClassDescription + \ No newline at end of file |