[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.137,1.138
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-07-28 11:00:32
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv16682/Modeling
Modified Files:
CHANGES
Log Message:
Release 0.9pre11
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** CHANGES 28 Jul 2003 06:15:16 -0000 1.137
--- CHANGES 28 Jul 2003 11:00:30 -0000 1.138
***************
*** 3,11 ****
Module Modeling
---------------
! Current release is: 0.9-pre-10 / See also: TODO, INSTALL and doc/
* ** Distributed under the GNU General Public License **
--------------------------------------------------------
* Removed the constraint on to-many relationships for which an inverse
to-one relationship had to be defined.
--- 3,14 ----
Module Modeling
---------------
! Current release is: 0.9-pre-11 / See also: TODO, INSTALL and doc/
* ** Distributed under the GNU General Public License **
--------------------------------------------------------
+ 0.9-pre-11 (2003/07/28)
+ -----------------------
+
* Removed the constraint on to-many relationships for which an inverse
to-one relationship had to be defined.
***************
*** 28,32 ****
* Simple methods for models, entities, attributes, relationships and
! ClassDescriptions can now be automatically cached, This speeds up
operations where model introspection is needed (when saving changes, when
using RelationshipManipulation interface, etc.). See Appendix A.1,
--- 31,35 ----
* Simple methods for models, entities, attributes, relationships and
! ClassDescriptions can now be automatically cached. This speeds up
operations where model introspection is needed (when saving changes, when
using RelationshipManipulation interface, etc.). See Appendix A.1,
|