summaryrefslogtreecommitdiff
path: root/gpsd.spec.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-08-18 22:36:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-08-18 22:36:29 +0000
commit4bf8bd5599e2dc58477b399fdb102252a197f69e (patch)
tree2a52a12261b27c533acdcfc639b5affc09dcbaeb /gpsd.spec.in
parentb62c70817d406b8cbc3cca8dbb85b73e3cb9c12b (diff)
downloadgpsd-4bf8bd5599e2dc58477b399fdb102252a197f69e.tar.gz
Enable 'j' command in cgps.
Diffstat (limited to 'gpsd.spec.in')
-rw-r--r--gpsd.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in
index 364fe1cc..17547f35 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -152,7 +152,8 @@ cp gps.py gpsfake.py "$RPM_BUILD_ROOT"%{_libdir}/python${PYVERSION}/site-package
now possible to configure compile-time limits on the number of devices
and client sessions. Eliminate use of fuser(1) in gpsfake. Get it
working with EarthMates again, this had been broken since 2.15. Add
- j command to enable data smoothing.
+ j command to enable data smoothing. Massive string safety audit and OpenBSD
+ port by Chris Kuethe.
* Fri Jun 9 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.33-1
- Fix bad unit conversion in V output. Clean up some man-page messes.