[Modeling-cvs] ProjectModeling CHANGES,1.61,1.62 MIGRATION,1.3,1.4
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-29 16:48:00
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28489 Modified Files: CHANGES MIGRATION Log Message: Script mdl_generate_python_code.py does not create the empty files TODO.txt, README.txt, VERSION.txt, INSTALL.txt, DEPEDENCIES.txt anymore Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** CHANGES 24 Nov 2004 15:53:41 -0000 1.61 --- CHANGES 29 Nov 2004 16:47:50 -0000 1.62 *************** *** 10,13 **** --- 10,16 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Script mdl_generate_python_code.py does not create the empty files + TODO.txt, README.txt, VERSION.txt, INSTALL.txt, DEPEDENCIES.txt anymore + * Fixed bug #1032577: undetected syntax errors in qualifier strings. Thanks to Marcos Dione for the report Index: MIGRATION =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/MIGRATION,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MIGRATION 28 Jan 2004 14:54:09 -0000 1.3 --- MIGRATION 29 Nov 2004 16:47:50 -0000 1.4 *************** *** 4,7 **** --- 4,13 ---- newer version. + Upgrading to 0.9pre18 + --------------------- + + * Script mdl_generate_python_code.py does not create the empty files + TODO.txt, README.txt, VERSION.txt, INSTALL.txt, DEPEDENCIES.txt anymore + Upgrading to 0.9pre17 --------------------- |