summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-07-13 17:00:52 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-07-13 17:00:52 -0400
commite06da9a921fa46634f28286b5daf9c85ff8c7a34 (patch)
tree7af3cf6ca2a6009df21ca23e3c222c876095d7b3
parent95ae8e6d3cf0305fb78bdab0ff8a0118a63fbb1d (diff)
downloadgpsd-e06da9a921fa46634f28286b5daf9c85ff8c7a34.tar.gz
Documentation update.
-rw-r--r--gpscap.ini1
-rw-r--r--www/future.html6
2 files changed, 6 insertions, 1 deletions
diff --git a/gpscap.ini b/gpscap.ini
index 9b9d7b0d..57e6423e 100644
--- a/gpscap.ini
+++ b/gpscap.ini
@@ -1772,6 +1772,7 @@ submitter = Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
techdoc = http://www.skytraq.com.tw/download/Venus634LPx_PB_v3.pdf
tested = 2.90
vendor = SkyTraq
+logs = venus634lp.log
#% Techway
diff --git a/www/future.html b/www/future.html
index 94eed664..ce58bfa7 100644
--- a/www/future.html
+++ b/www/future.html
@@ -117,13 +117,17 @@ data from us and handle the DBUS publishing job for us.</p>
<h2 id="api_cleanup">Client API cleanup</h2>
-<p>This is not a near-term project.</p>
+<p>This will happen after 2.95 but before 3.0.</p>
<p>The client API has some historical baggage, unfortunate naming, and
scar tissue in it. At some point we're going to bump the API major
version number to 5 and make the following changes:<p>
<ul>
+<li>MAXCHANNELS will increase so we can handle a GPS + GLONASS
+constellation. This has become a production issue because of the
+Geostar Geos 1M.</p>
+
<li><p>gps_open_r() will be renamed to gps_open(). The existing
gps_open() will go away.</p></li>