From ad8b1e102ad434bef373b5ff80cd86c60b3fc103 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Jun 2015 10:09:38 -0400 Subject: Version bump for release 3.15. --- NEWS | 5 +++-- SConstruct | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 48dd73da..bb04c756 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ GPSD project news -Repository head: + +3.15: 2015-06-03 (Eric S. Raymond ) Fix a rare crash bug related to devices becomin inaccessible while timed out. Accept NMEA 4.1 GSV sententences with the trailing signal-ID field. Fixed incorrect decode of south latitudes in AIS Type 17 messages. @@ -10,7 +11,7 @@ Repository head: 3.14: 2015-03-14 (Eric S. Raymond ) The Pi Day release, 3.14 on 3/14 2015 at 9:26. Longer timeouts on test clients. Skyview support for the Beidou and QZSS constellations in the NMEA0183 driver. - ntpmon renamed to ntpshmmon - it doesn't actually monitor NTP itself. + ntpmon rename to ntpshmmon - it doesn't actually monitor NTP itself. New HOWTO on the website: "Introduction to Time Service". 3.13: 2015-02-26 (Eric S. Raymond ) diff --git a/SConstruct b/SConstruct index 74fb3d20..28cebf0e 100644 --- a/SConstruct +++ b/SConstruct @@ -24,7 +24,7 @@ # * Coveraging mode: gcc "-coverage" flag requires a hack for building the python bindings # Release identification begins here -gpsd_version = "3.15~dev" +gpsd_version = "3.15" # client library version libgps_version_current = 22 -- cgit v1.2.1