summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-01-05 17:08:52 -0500
committerEric S. Raymond <esr@thyrsus.com>2016-01-05 17:08:52 -0500
commit1d2d09998f094a8aed07b46b63d9872753c7cf9c (patch)
tree209bd2aa7266e41351e9abd4208f75cf151d76ac /NEWS
parentaa92ce5ace9f5b269b25639f274afa7fd130f503 (diff)
downloadgpsd-1d2d09998f094a8aed07b46b63d9872753c7cf9c.tar.gz
Prevent a memory leak in long-running gpsmon instances.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f22dba3..7c3e94fc 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@ Repository head:
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
+ into shorts. Various small fixes to AIS interpretation. Prevent a memory
+ leak in long-running gpsmon instances.
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.