1What's new in AutoTrace 0.31.1?
2- fixed compile time error appeared when an user
3  specifies --without-pstoedit option(Ralf Stubner).
4- fixed a bug related to centerline tracing(Martin).
5- fixed bugs in dr2d output and dxf output(Martin).
6- changed the name of tracing option structure
7  field(width_weight_factor)(Masatake). This means
8  source compatibility is broken.
9
10What's new in AutoTrace 0.31.0?
11(This NEWS items are the summary of changed from 0.30.1 to 0.30.8.
12 For more detail, see ChangeLog.)
13- improved interface between pstoedit and autotrace
14- added library level pstoedit support
15- built autotrace library as a shared library
16- corrected output when background-color is used
17- changing the license of sources files input and output
18  to GNU Lesser Public License(LGPL)
19- checking libautotrace version number in autotrace.m4
20- output in dr2d format(Andrew Elia)
21- introduced config.h
22- corrected thin-image
23- made more portable
24- corrected a bug in fitting
25- now recognizes line width
26
27What's new in AutoTrace 0.30.8?
28- added variable line width in centerline tracing(--width-factor, --preserve-width)
29  autotrace library API is changed.
30- fixed memory leaks
31- many bugs fixes
32
33What's new in AutoTrace 0.30.6?
34- added workaround for a compile time error that appears when
35  autotrace is linked to pstoedit-3.32.0.
36- made code that creates temporary file more portable.
37
38What's new in AutoTrace 0.30.5?
39- fixed a compile time error that appears when autotrace
40  is not linked to pstoedit.
41
42What's new in AutoTrace 0.30.4?
43- fixed a bug reported by Gerhard Gaussling <ggrubbish@web.de>
44- improved the interface between pstoedit and autotrace
45
46What's new in AutoTrace 0.30.2?
47- added library level pstoedit support
48- built autotrace library as a shared library
49
50What's new in AutoTrace 0.30.1?
51- corrected output when background-color is used
52- changing the license of sources files input and output
53  to GNU Lesser Public License(LGPL)
54- checking libautotrace version number in autotrace.m4
55- output in dr2d format(Andrew Elia)
56- introduced config.h
57
58What's new in AutoTrace 0.30?
59- fixed some bugs in the filtering routine
60- fixed pdf export
61- fixed despeckle
62- fixed emf export
63- better error handling mechanism
64- rpm spec file template(Han-Wen Nienhuys)
65- pkgconfig support
66- man page (R. P. C. Rodgers)
67
68What's new in AutoTrace 0.29?
69- Small bug fix for binary output
70- code rearrangements
71- CGM and MIF export
72- fixes the lowercase/uppercase problems
73- fix for swf export
74
75What's new in AutoTrace 0.28?
76- Several bug fixes
77- Progress bar
78- Cancel point
79- Efforts to make libautotrace.a thread-safe
80- Clean up library name space (all exported symbols have "at_" prefix)
81- DXF, EPD and PDF export
82- Despeckling filter
83
84What's new in AutoTrace 0.27?
85- Parts of the code were rearranged
86- Fixed a bug in color quantization
87- Centerline support
88- Elastic Reality output
89- Now works with new versions of ImageMagick
90- Swf output(via libming. You can get libming from
91	     http://www.opaque.net/ming/)
92- The dxf output was removed because it never worked.
93- Speed up and simplification of the fitting routine
94