bumped version to 0.9.1, preparing for release
authorMatthias Kramm <kramm@quiss.org>
Sun, 6 Jun 2010 02:00:26 +0000 (19:00 -0700)
committerMatthias Kramm <kramm@quiss.org>
Sun, 6 Jun 2010 02:00:26 +0000 (19:00 -0700)
ChangeLog
configure.in
wx/gui/dialogs.py

index e489fc1..444e80f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * lib/python/gfx: New python module for accessing pdf2swf functionality
        * as3compile: New tool, for compiling ActionScript 3.0
        * swfc: added AS3.0 support
        * 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
index aa19993..62b064b 100644 (file)
@@ -34,7 +34,7 @@ if test "x$enable_lame" = "xno";then
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
-VERSION=2010-05-20-1815
+VERSION=0.9.1
 
 # ------------------------------------------------------------------
 
 
 # ------------------------------------------------------------------
 
index 906afd4..08e33d9 100644 (file)
@@ -113,7 +113,7 @@ class InfoDialog(wx.Dialog):
 class AboutDialog:
     def __init__(self, parent):
         appname = wx.GetApp().GetAppName()
 class AboutDialog:
     def __init__(self, parent):
         appname = wx.GetApp().GetAppName()
-        version = u"0.10.0"
+        version = u"0.9.1"
         copyright = (u"Copyright (c) 2008,2009,2010\n"
                      u"Matthias Kramm <kramm@quiss.org>")
         description = u"A graphical user interface for pdf2swf"
         copyright = (u"Copyright (c) 2008,2009,2010\n"
                      u"Matthias Kramm <kramm@quiss.org>")
         description = u"A graphical user interface for pdf2swf"