summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-01 22:01:42 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-01 22:01:42 -0400
commit46ef6a8f8c7fb36fd4d24c49b324388e0e176d4c (patch)
tree6084192767e1e8a83922e545778b9b85ed8908d3 /gpsd.h-tail
parent467ae9984c1b3ffac2a7999b98f06effe06ccdcf (diff)
downloadgpsd-46ef6a8f8c7fb36fd4d24c49b324388e0e176d4c.tar.gz
Update documentation to capture the new behavior around _text attributes
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail5
1 files changed, 4 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 6027e0d1..afc9dd08 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -38,7 +38,10 @@ typedef unsigned int speed_t;
* 3.7 PPS message added to repertoire. SDDBT water depth reported as
* negative altitude with Mode 3 set.
* 3.8 AIS course nember becomes float in scaled mode (bug fix).
- * 3.9 split24 flag added.
+ * 3.9 split24 flag added. Controlled-vocabulary fields are now always
+ * dumped in both numeric and string form, with the string being the
+ * value of a synteshized additional attribute with "_text" appended.
+ * (Thus, the 'scaled' flag no longer affects display of these fields.)
*/
#define GPSD_PROTO_MAJOR_VERSION 3 /* bump on incompatible changes */
#define GPSD_PROTO_MINOR_VERSION 9 /* bump on compatible changes */