bumped version to 0.9.1, preparing for release
[swftools.git] / ChangeLog
index a151844..444e80f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * lib/modules/swftools: Fixed several bugs in Flash8 parsing
        * src/swfrender: Added --ng switch
        * lib/swf/: New gfxdevice
+
+0.9.0:
+       * pdf2swf: Added support for Flash 8 Flashtype
+       * pdf2swf: numerous bugfixes
+       * pdf2swf: support for gradients
+       * pdf2swf: support for different optimization levels (-O1, -O2, --flatten)
+       * src/swfdump: Flash 8/9 support
+       * pdf2swf: Common fonts are now linked directly into the executable
+       * setup.py: added Python setup script
+       * lib/python/gfx: New python module for accessing pdf2swf functionality
+       * as3compile: New tool, for compiling ActionScript 3.0
+       * swfc: added AS3.0 support
+
+0.9.1:
+       * pdf2swf: bugfixes, speedups
+       * gpdf2swf: completely reworked pdf2swf GUI (Ricardo Pedroso)
+       * as3compile: many bugfixes