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