changed render levels for labels/place names
[navit-package] / src / tools / gpx2navit_txt / NEWS
1 0.69
2 ====
3  by Petter Reinholdtsen
4  - Add compile check options
5  - Compile warning fixes
6  by Toshihiro Hiraoka
7  - Bug fix
8  
9 0.68-1
10 ======
11  by Petter Reinholdtsen
12  - Add debian files
13  by Susumu Murakami
14  - RPM package for Vine 3.1
15
16 0.68
17 ==== 
18  by Toshihiro Hiraoka
19  - Change XML parser from libxml2 to expat for big file support
20  - Remake almost all strucutes.
21  - Rewrite almost all sources.
22  - Add three path check options --min-points, --min-length and
23    --min-time to reduce the noise.
24  - Add -b, --basix-columns option
25  - Add -g, --gpxline option
26  - Add -f, --fast option
27  - README
28  - AUTHORS
29  - Change comment style to javadoc style.
30  - Structures flow 
31  - Error code
32
33 0.65-1
34 ======
35  by Petter Reinholdtsen
36  - Add some debian missing files.
37  - Added config.sub and config.guess.
38  - debian package available now!
39
40  by Toshihiro Hiraoka
41  - Stop to use strange version number.
42
43 0.65a
44 =====
45  by Petter Reinholdtsen
46  - Add configure script etc.
47  - Get rid of some warnings about loosing the 'const'-ness of the
48    variable.
49  - Remove unused include <math.h>.
50  - Add include to find prototype for geod_set().
51  - Fix handling of output filename, to make sure it handles
52    './foo.gpx' (used to give random filename).
53  - Correct the prototype of closeFiles().
54  - Add files in debian/ to make debian package.  This is just a
55    framework, and need more work.  The package description and a lot
56    of the support files are from the dh-make package, and should be
57    edited or removed.  To build the package, run debuild from the
58    devscripts package.
59  - Solve some memory leaks and complaints.
60
61  by Toshihiro Hiraoka
62  - Restruct directory
63  - Add many prototypes etc.
64