0.3.1:
* configure: Didn't create all Makefiles when t1lib or jpeglib were absent. Fixed.
* swfs/Makefile: FreeBSD fixes.
-0.3.2:
+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
General:
* make more stuff dependent on the information in config.h
- * consistent output handling if -o is missing. (out.swf/stdout)
pdf2swf:
* fix memory leaks
* some bounding boxes are too big
* support for ttf fonts in --fontdirs
- * implement -q (--quiet) option, especially for -b and -l
* antialize ImageMasks.
png2swf:
* modules/swfshape doesn't allow changing to fillstyle 0
* modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0
- * swf_WriteHeader shouldn't modify fileSize and frameNum.
+ * getUsedIDs doesn't work for bitmap fill
+ * parsing of DefineFont2 has bugs.