summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-01-06 17:23:06 -0500
committerEric S. Raymond <esr@thyrsus.com>2016-01-06 17:23:06 -0500
commit9f19f525709e4a5bbd87aac6b70360f92f023214 (patch)
tree3195a026b06c901fd715f6968a604677afd83d44 /NEWS
parent32ed522e47c6c455002d2536881d6608a965c8f9 (diff)
downloadgpsd-9f19f525709e4a5bbd87aac6b70360f92f023214.tar.gz
NEWS update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 17 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 7c3e94fc..fd8c877d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,23 @@
GPSD project news
Repository head:
- Test rebuilds for mid-2015 leapsecond bump. Regression tests will run even
- if "python" in Python 3. Build correctly on systems where -ltinfo is
- split from -lncurses. Avoid some rare overflow conditions in PPS code.
- Fix bugs in JSON sat-view parsing due to the JSON parser stuffing ints
- into shorts. Various small fixes to AIS interpretation. Prevent a memory
- leak in long-running gpsmon instances.
+
+ Test rebuilds for mid-2015 leapsecond bump. Regression tests will
+ run even if "python" in Python 3. Build correctly on systems where
+ -ltinfo is split from -lncurses. Avoid some rare overflow conditions
+ in PPS code. Fix bugs in JSON sat-view parsing due to the JSON
+ parser stuffing ints into shorts. Various small fixes to AIS
+ interpretation. Prevent a memory leak in long-running gpsmon
+ instances. Fix Savannah bug #45270: serial driver does not work
+ properly on pipes. Fix Savannah bug #44648: GPSD won't build if
+ CCFLAGS contains options that are only compatible with the
+ cros1s-compiler. Fix Savannah bug #45342: SConstruct generates wrong
+ *.pc files. Fix Savannah bug #46495: gpsd_poll may crash due to
+ unitialized pointer (probably due to bugg FD_ISSET on hos
+ system). Fix Savannah bug #46648: gpsd crashes and buffer overflow
+ is reported when terminated. Fix Savannah bug #46802: AIVDM to CSV
+ is broken in some weird cases. Fix Savannah bug #46804: JSON
+ satellite view parsing is somewhat broken.
3.15: 2015-06-03 (Eric S. Raymond <esr@snark.thyrsus.com>)
Fix a rare crash bug related to devices becoming inaccessible while timed out.