summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--gpsd.spec.in6
-rw-r--r--gpsd.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7be045e5..3dcca67d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT
-AM_INIT_AUTOMAKE(gpsd, 2.10)
+AM_INIT_AUTOMAKE(gpsd, 2.11)
AC_PREFIX_PROGRAM(gcc)
AM_CONFIG_HEADER(config.h)
AC_LANG([C])
diff --git a/gpsd.spec.in b/gpsd.spec.in
index e949a727..d4421a29 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -121,14 +121,14 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi
%{_libdir}/python*/site-packages/gpsd.py*
%changelog
-* Sun Feb 6 2005 Eric S. Raymond <esr@snark.thyrsus.com> - @VERSION@-1
-- gpsprobe now hunts through plausible baud rates when looking for NMEA
+* Thu Feb 10 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.11-1
+- Added gpsprof and the capability to generate GPS latency profiles.
+ 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. Fixed a math domain error in
gps.EarthDistance due to numeric blowup on points very close together,
and another in gps.MeterOffset() that was screwing up gpsprobe plots.
- Added gpsprof and profiling capability.
* Tue Feb 1 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.10
- Add -N option to explicitly foreground the daemon. Fixed a bug
diff --git a/gpsd.xml b/gpsd.xml
index d28a97ec..e0eb675d 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -380,7 +380,7 @@ decimal degrees, not the hybrid degree/minute format described in the
NMEA standard.</para>
<para>The Rockwell protocol is described as an addendum on <ulink
-url='http://www.gpsinformation.net/dale/nmea.htm'>this page about
+url='http://www.gpsinformation.org/dale/nmea.htm'>this page about
NMEA</ulink>.</para>
</refsect1>