diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-02-09 08:00:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-02-09 08:00:13 +0000 |
commit | 1d500a9be85819f070e05e652c307739fb9e74ce (patch) | |
tree | e24f6fae9b4220de6940ac5ce31e3d5dba02e448 /gpsd.spec.in | |
parent | 1eac149e87c393c31916c27b9b0afdc6c884e452 (diff) | |
download | gpsd-1d500a9be85819f070e05e652c307739fb9e74ce.tar.gz |
Fixed that bothersome arithmetic error.
Diffstat (limited to 'gpsd.spec.in')
-rw-r--r-- | gpsd.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in index a7c3ee9a..0abae1ae 100644 --- a/gpsd.spec.in +++ b/gpsd.spec.in @@ -124,7 +124,8 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi - gpsprobe now hunts through plausible baud rates when looking for NMEA data from a GPS. The -b (baudrate) option fixes a speed, disabling the baud-matching logic. Also, gpsprobe can now recognize SiRF - protocol, though not speak it. + protocol, though not speak it. Fixed a masth domain error in + EarthDistance due to numeric blowup on points very close together. * Tue Feb 1 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.10 - Add -N option to explicitly foreground the daemon. Fixed a bug |