root/CHANGES @ 168:ec0f2bfc7521

Revision 168:ec0f2bfc7521, 2.2 kB (checked in by C?dric Krier <ced@…>, 3 years ago)

Prepare for release

Line 
10.5.5 - 20100719
2 * Fix namespace in opendocument manifest
3
40.5.4 - 20100330
5 * Update manifest.xml with added files in opendocument
6 * Do not write empty width or height attributes in opendocument
7 * Update py:attrs attributes in opendocument
8
90.5.3 - 20100110
10 * Escape elements values in opendocument template
11
120.5.2 - 20091108
13 * Fix guess_type for long value
14 * Add width, height arguments for "image:" in odf
15 * Switch to GPL-3
16 * Added support for Genshi {% include %} tags (patch by Simon Jagoe)
17 * Nicer traceback message upon failed import
18
190.5.1 - 20090416
20 * Simplified the examples
21 * Fix usage of tags without attributes (choose & otherwise)
22 * Print original traceback when a module can not be loaded
23 * Do not import relatorio in setup.py
24 * Better handling of namespaces
25 * Added some tests
26
270.5.0 - 20090123
28 * Added Text and XML Template to the TemplateLoader
29 * Splitted mimetypes and ids in the ReportRepository
30 * RelatorioStream now has a __str__ method
31 * OOTemplate: ChartTemplate can be included
32 * OOTemplate: Correctly handle content type in the table cells
33 * OOTemplate: Better closing/opening tag detection algorithm
34 * OOTemplate: Looping on columns now work in OOTemplates
35 * OOTemplate: Using compression
36
370.4.1 - 20081110
38 * Support for upstream PyCha since the most annoying bug has been fixed
39 * Removed the entrypoint stuff that was confusing lot of users
40
410.4.0 - 20080910
42 * Generation of png/svg files through PyCha
43 * Code cleaning
44 * Signature of report __call__ method mimics the one of genshi templates
45 * Added the possibility to call chart report from odf ones
46
470.3.0 - 20080806
48 * Generation of pdf files through ConTeXt
49 * Better support of cell value in opendocument table cells
50 * Better namespace support in opendocument files
51 * Better image support in opendocument files
52
530.2.0 - 20080717
54 * Added support for templating in the styles.xml file
55 * Much more genshi-esque way to do stuff in the odt templating
56
570.1.1 - 20080715
58 * Added an image handling feature (thanks to b2ck.com for the idea and bits of
59   implementation)
60 * Added the dependancy on Genshi
61 * test for trml2pdf presence
62 * standardize the way the template object returns their results
63
640.1.0 - 20080707
65Initial version
Note: See TracBrowser for help on using the browser.