[PythonReports-checkins] PythonReports CHANGES,1.5,1.6
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2007-06-24 13:14:40
|
Update of /cvsroot/pythonreports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31388 Modified Files: CHANGES Log Message: version 0.3.1 Index: CHANGES =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/CHANGES,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CHANGES 19 Dec 2006 16:55:47 -0000 1.5 --- CHANGES 24 Jun 2007 13:14:34 -0000 1.6 *************** *** 2,5 **** --- 2,15 ---- ============================= + version 0.3.1 (24-jun-2007) + --------------------------- + + Fixes: + + - error saving a template with national letters in element attributes + (encountered with the "format" attribute of a "field" element) + - designer window title not updated when the template file name + is changed by the save operation + version 0.3.0 (19-dec-2006) --------------------------- |