[PythonReports-checkins] PythonReports CHANGES,1.9,1.10
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2011-09-26 17:51:32
|
Update of /cvsroot/pythonreports/PythonReports In directory vz-cvs-3.sog:/tmp/cvs-serv27681 Modified Files: CHANGES Log Message: version 0.5.0 Index: CHANGES =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/CHANGES,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CHANGES 22 Jul 2010 06:08:48 -0000 1.9 --- CHANGES 26 Sep 2011 17:51:30 -0000 1.10 *************** *** 2,5 **** --- 2,15 ---- ============================= + version 0.5.0 (26-sep-2011) + --------------------------- + + Features (thanks Alexey Luchko): + + - implemented floating elements + - on Windows, search unknown font names in the Windows fonts registry + + Fix XML escaping for data blocks. + version 0.4.0 (22-jul-2010) --------------------------- |