brought up to date
[swftools.git] / ChangeLog
1 0.0.1: initial release
2 0.0.2: 
3         * pdf2swf: Added support for pdf bitmaps, clipping, state saving/restoring, colors,
4                    solid fill and line width. The output SWF files are now much smaller.
5         * swfcombine: Added stacking option (-t)
6         * swfcombine: Small bugfixes with the command line options
7         * rfxswf-lib: some bugfixes concerning sprites, cgi, shapes, jpegs.
8         * swfstrings: New: Allows extraction of text from swf files
9         * swfdump: New: Dumps swf file information. (And does some error checking on the SWF)
10         * jpeg2swf: New: Converts one or more jpegs to a swf movie.
11 0.1.0: 
12         * configure: Now works without automake, automatically disables 
13                         jpeg2swf and pdf2swf if jpeglib is not found (disable
14                         both) or t1lib is not found (disable pdf2swf)
15         * swfcombine: bugfix: DEFINETEXT tags didn't get relocated right
16         * swfcombine: bugfix: no longer builds "unstreamable" SWFs
17         * rfxswf-lib: actionscript
18         * rfxswf-lib: lossless image formats
19         * pdf2swf: conversion of lossless image formats
20         * pdf2swf: picture cache to prevent images getting stored more than once
21         * pdf2swf: conversion of (hyper)links
22         * swfdump: -a, -e and -XY options
23         * lib/example/zlibtest: new file, demonstrates using lossless images with rfxswf-lib
24         * lib/example/dumpfont: utility for dumping fonts out of swf (and generate c sourcecode for creating them)
25         * lib/example/demofont: example font, generated with lib/example/dumpfont.