summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2009-04-17 17:24:34 +0200
committerMatthias Kramm <kramm@quiss.org>2009-04-17 17:24:34 +0200
commitaab59bee1b79b487e2a15ec57a80a857ffd623a5 (patch)
treefe531727fddfe105a7d860e8262b2c3fcae14ba6 /ChangeLog
parentaa0dddfad5bcbe7938b8fa365bd914d6d93324d7 (diff)
small bugfixes, bumped version to 0.9.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 64b6927c..e489fc1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -278,10 +278,12 @@
0.9.0:
* pdf2swf: Added support for Flash 8 Flashtype
- * src/swfdump: now dumps a few more Flash 8 tags (like DEFINESHAPE4)
- * pdf2swf: Common fonts are now linked directly into the executable (removes need for InstallPath in registry)
- * pdf2swf: New optimizing levels -O1 -O2
- * pdf2swf: Added direct gradient conversion
- * setup.py: Added Python setup script
+ * 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
- * lib/modules/swfabc.c: New module for the Flash9 AVM2 Actionscript
+ * as3compile: New tool, for compiling ActionScript 3.0
+ * swfc: added AS3.0 support