summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-02-15 10:35:11 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-02-15 10:35:11 +0000
commit7d7fe2fae58ff0025cc61b1543e1c9f10aa7d2c1 (patch)
tree8f4c4e0267978af1af391bdd521e263ce1e6225f
parent88fd76b730724b7f96293863545c0e123da9bf68 (diff)
downloadgpsd-7d7fe2fae58ff0025cc61b1543e1c9f10aa7d2c1.tar.gz
Version bump.release-2.12
-rw-r--r--configure.ac2
-rw-r--r--gpsd.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3a5cebc7..0515789b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT
-AM_INIT_AUTOMAKE(gpsd, 2.11)
+AM_INIT_AUTOMAKE(gpsd, 2.12)
AC_PREFIX_PROGRAM(gcc)
AM_CONFIG_HEADER(config.h)
AC_LANG([C])
diff --git a/gpsd.spec.in b/gpsd.spec.in
index 5fce8e2e..01ac7b21 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -124,7 +124,7 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi
%{_libdir}/python*/site-packages/gpsd.py*
%changelog
-* Fri Feb 11 2005 Eric S. Raymond <esr@snark.thyrsus.com> - @VERSION@-1
+* Tue Feb 15 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.12-1
- Fixed core-dump bug in processing of the GLL variant that does not
include an FAA Mode Indicator. When using the NMEA driver, gpsd now
hunts for a baud rate rather than requiring a fixed one to be set.