X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog;h=c8ad6b214678e5761ea4ee8880a2e64d16cc0cf3;hb=101997640b822bfada472726fe69a8ca71e4c2a0;hp=ab3873dfb9147949a38eb2714ebf5dbf0e8eb450;hpb=de94521e5008ced85c2d6e9eb5219a4ae0660592;p=swftools.git diff --git a/ChangeLog b/ChangeLog index ab3873d..c8ad6b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,4 +68,29 @@ * lib/example/sound.c: New file, demonstrates use of the sound module in librfxswf. 0.2.3: * pdf2swf: New option --fontdir, can now handle external fonts. + * lib/modules/swftext.c: Several font-extraction bugfixes + * src/swfdump: Bugfixes, ids and depths are now in decimal + * src/swfcombine: Bugfixes. + * configure.in: Cleaned up. +0.3.0: + * pdf2swf: The --ignore option now actually makes the pdf files smaller. + * rfxswf: Can now write DefineFont2 tags + * swfextract/swfcombine: Bugfixes (DefineEditText) + * swfdump: New option --used, prints out referred IDs of each tag. + * rfxswf: Can now read and write Flash 6 (MX) compressed SWFs. (SWCs) + * pdf2swf: Added compression flag (-z) + * swfcombine: Added compression flag (-z) + * configure.in: zlib is now required. + * src/png2swf: New tool. + * swfdump: Prints some image infos now. + * pdf2swf: Fixed Image handling + * avi2swf/: Is part of the main distribution now + * src/wav2swf: New tool. +0.3.1: + * configure: Didn't create all Makefiles when t1lib or jpeglib were absent. Fixed. + * swfs/Makefile: FreeBSD fixes. +0.4.0: + * pdf2swf/xpdf: Upgraded PDF Parser to Version 1.01. + * pdf2swf: Can now handle Type 3 Fonts. (As Bitmaps) + * src/swfcombine: Completely rewritten, using the rfxswf routines