summaryrefslogtreecommitdiff
path: root/gpsd.spec.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-14 23:58:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-14 23:58:01 +0000
commit8c7ea306a6e7b5a1e78bd139f7413f81bce08132 (patch)
tree9988b6c5c4becd2b6dcf6fc9ce7f5d4978fe1217 /gpsd.spec.in
parent997706c85198692fc1cf1545f8aff8ef88dc55b7 (diff)
downloadgpsd-8c7ea306a6e7b5a1e78bd139f7413f81bce08132.tar.gz
gps_poll now handles multi-line resonses.
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 bf5e1ae1..4e4c8446 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -106,7 +106,8 @@ cp gps.py gpsd.py "$RPM_BUILD_ROOT"%{_libdir}/python${PYVERSION}/site-packages
(important!). Fix bonehead error in interpretation of PGRME. We
don't use O_SYNC (it turned out not to be reliable) so remove it to make
life easier under Mac OS X. Allow gpsfake to accept subsecond cycle times.
- Add a FAQ to the HTML documentation.
+ Add a FAQ to the HTML documentation. gps_poll() now handles multi-line
+ responses.
* Fri Mar 11 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.16-1
- New F command allows changing the GPS device after startup time.