X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog;h=37dbd23ec8dd905f390a4036870702560a4942ae;hb=51b0cb1e76475df853a3e9c8c8430fff9b971ab3;hp=598bac6fa501eb94b3c2514333a395abbd20f924;hpb=b406ecb05d33d76f2f4e2614dae151a50f4d79ba;p=swftools.git diff --git a/ChangeLog b/ChangeLog index 598bac6..37dbd23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -237,6 +237,31 @@ * m4/python.m4: Python MacOS X fixes * src/gif2swf.c: New tool, for converting (animated) gifs to swf (Daichi Shinozaki) -0.6.4: +0.7.0: * swfdump: Fixed bit overflow bug * lib/gfxdevice.h: Started implementation of graphic layer abstraction + * pdf2swf: Fixed Type 3 color bug + * pdf2swf: Fixed a rare rendering bug caused by the float conversion in moveTo + * pdf2swf: Fixed CMYK conversion + * pdf2swf: added support for joinstyles + * pdf2swf: capstyles don't require clipping anymore + * pdf2swf: added support for dashed/dotted lines + * pdf2swf: Images are now stored as either jpeg or zlib, whatever is smaller. + * pdf2swf: Fixed Type0C handling + * swfcombine: Fixed jpeg table conversion + * lib/rfxswf.c: added support for definejpeg3 extraction + * pdf2swf: New option -s bboxvars + * pdf2swf: Added support for stroke/clip text rendering + * swfbbox: Default behaviour has been fixed + * pdf2swf: fix for non-closed shapes + * pdf2swf: Font quality is now determined by the used font sizes + * pdf2swf: Shapes are now all starting at (0,0), and then explizitly placed at their + actual starting positions (useful with zlib) + * pdf2swf: Default Flash version is now 6 + +0.8.0 (not yet released): + * lib/modules/swfsound.c: Fixed compile problem if the lame library is present + * pdf2swf: Bugfix: -s flashversion was broken + * pdf2swf: -b and -l now also work on Windows + * swfbbox: The -c option is now documented +