summaryrefslogtreecommitdiff
path: root/www/future.html
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-25 13:32:06 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-25 13:32:06 -0500
commit5f4a2717737a4c8c5a94ca70f47893db83a7cc30 (patch)
tree0ee988275f485af925468e5640bc9c0e506bb526 /www/future.html
parente1b64326fdd3037c5a380e9e85e549350bb4bde5 (diff)
downloadgpsd-5f4a2717737a4c8c5a94ca70f47893db83a7cc30.tar.gz
The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.
Diffstat (limited to 'www/future.html')
-rw-r--r--www/future.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/future.html b/www/future.html
index efed9170..c9d140a2 100644
--- a/www/future.html
+++ b/www/future.html
@@ -137,7 +137,7 @@ the public part of gps.h. (Done in 2.96~dev.)</p></li>
<li><p>gps_set_raw_hook() will be removed. Instead, clients will simply
be able to look at the packet buffer directly. (Of course, this is
-only recommended when the PACKET_SET flag is up.)</p></li>
+only recommended when the PACKET_SET flag is up.) (Done in 2.96~dev.)</p></li>
<li><p>gps_poll() will be renamed to gps_read(). (Done in 2.96~dev.)</p></li>