From 9e792156fd6ea20982e9038ed57297d920686456 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 18 Mar 2009 21:09:31 +0000 Subject: Prepare to ship 2.39. --- NEWS | 2 +- configure.ac | 2 +- timebase.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6518a00d..cba7aba6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Wed Mar 18 2009 Eric S. Raymond - 2.39dev +* Wed Mar 18 2009 Eric S. Raymond - 2.39 Fixed potential core dump in C client handling of "K" responses. Made device hotplugging work again; had been broken by changes in udev. Introduced major and minor API version symbols into the public interfaces. diff --git a/configure.ac b/configure.ac index 0880cffe..42c7307d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl $Id$ AC_INIT -AM_INIT_AUTOMAKE(gpsd, 2.39dev) +AM_INIT_AUTOMAKE(gpsd, 2.39) dnl AC_PREFIX_PROGRAM(gcc) AM_CONFIG_HEADER(gpsd_config.h) AC_LANG([C]) diff --git a/timebase.h b/timebase.h index dcd6853f..5ea8bf17 100644 --- a/timebase.h +++ b/timebase.h @@ -35,9 +35,9 @@ */ #define LEAP_SECONDS 14 -/* IERS says the next leap-second will be inserted at the end of 2008. +/* IERS says no leap second will be inserted in June 2009. */ -#define START_SUBFRAME 1230785999 /* 31 Dec 2008 23:59:59 */ +#define START_SUBFRAME 1262321999 /* 31 Dec 2009 23:59:59 */ /* * This is used only when an NMEA device issues a two-digit year in a GPRMC -- cgit v1.2.1