enable silent rules, if available
[fso-gpsd.git] / ChangeLog
blob533d691675a7f20ff3a096b3f2420c0518df806b
1 fso-gpsd 0.9
2         * Fixed compilation warning: ignoring return value of ‘chdir’,
3           declared with attribute warn_unused_result
5 fso-gpsd 0.8 - 2008-12-06
6         * Improved logging
7         * Optimization
8         * Renamed local variable sin to avoid compiler warnings
9         * Improved Gypsy compatibility
10         * Made device, service and server path configurable
11         * Made TCP address configurable
12         * Fixed a possible race condition
14 fso-gpsd 0.7 - 2008-10-25
15         * Fixed speed for frameworkd 2008-09-28 and newer
16           framework commit: daf0729351631f93f9f2f22af33d46658c6f5d68
17         * Removed -Wall flag from AM_CFLAGS
18         * Improved ANSI C99 standard compliance
19         * Removed dependency on dbus-1
21 fso-gpsd 0.6 - 2008-09-18
22         * Fixed a possible race condition
23         * Fixed GPS resource usage
25 fso-gpsd 0.5 - 2008-09-06
26         * Fixed NMEA latitude and longitude generation for negative values
28 fso-gpsd 0.4 - 2008-09-04
29         * Fixed fixstatus for position.field != 7
31 fso-gpsd 0.3 - 2008-08-27
32         * Renamed fsogpsd -> fso-gpsd
33         * Fixed NMEA GSA pdop, hdop, vdop
34         * Fixed NMEA RMC speed, direction
35         * Fixed V command response
37 fsogpsd 0.2 - 2008-08-27
38         * Fixed NMEA checksum
39         * Fixed NMEA RMC year
41 fsogpsd 0.1 - 2008-08-26
42         * First public release