[PythonReports-checkins] PythonReports CHANGES,1.1,1.2
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-11-07 05:38:00
|
Update of /cvsroot/pythonreports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25715 Modified Files: CHANGES Log Message: version 0.2.0 Index: CHANGES =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/CHANGES,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHANGES 3 Nov 2006 19:42:24 -0000 1.1 --- CHANGES 7 Nov 2006 05:37:58 -0000 1.2 *************** *** 2,7 **** --- 2,24 ---- ============================= + version 0.2.0 (07-nov-2006) + --------------------------- + + Features: + + - added Tkinter-based text backend driver + - report builder allows explicit selection of text and image backends + - when template designer gets file loading or report preview error, + full traceback is printed to console along with concise error message + dialog. + + Fixes: + + - capture report preview errors in template designer + version 0.1.0 (03-nov-2006) --------------------------- first public release + + .. vim: set et ft=rst sts=2 sw=2 : |