summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-28 07:30:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-28 07:30:08 -0400
commit01eb9e6e05786086b4c771fa1fde1018cc0bf185 (patch)
tree8e3c71c9d254c9f9a24194203ce0597abbf8f834
parent35099067d963dbc35b8dd9187b87eaccc42f15be (diff)
downloadgpsd-01eb9e6e05786086b4c771fa1fde1018cc0bf185.tar.gz
Version bump for 3.1 release. All regression tests and sanity checks pass.release-3.1
-rw-r--r--NEWS4
-rw-r--r--SConstruct8
2 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 60623149..f4f65cba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Sat Aug 26 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 3.1~dev
+* Sun Aug 28 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 3.1
The Irene release, rocking you like a hurricane and brought to you
from the storm shelter in my basement. This is a snap release mainly
to get some scons recipe cleanups out the door. Parallelized builds
@@ -8,7 +8,7 @@
on systems with implicit linking. One old bug fixed (code was
previously present but broken): Under Linux, gpsd will refrain from
opening serial or USB devices that another process has open,
- avoiding potential problems with class FF USB devices opened by
+ avoiding potential problems with class 0xFF USB devices opened by
other programs. One new bug fix: we now use an atof()
implementation that ignores locale, avoiding problems where decimal
point is a comma. One new feature: Change -N semantics so it only
diff --git a/SConstruct b/SConstruct
index db99b3f4..28739067 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,17 +12,17 @@
# cppcheck - run the cppcheck static tester on the code
# xmllint - run xmllint on the documentation
# testbuild - test-build the code from a tarball
+#
+# Setting the DESTDIR environment variable will prefix the install destinations
+# without changing the --prefix prefix.
# Unfinished items:
# * Qt binding (needs to build .pc, .prl files)
# * Allow building for multiple python versions)
# * Out-of-directory builds: see http://www.scons.org/wiki/UsingBuildDir
-#
-# Setting the DESTDIR environment variable will prefix the install destinations
-# without changing the --prefix prefix.
# Release identification begins here
-gpsd_version = "3.1~dev"
+gpsd_version = "3.1"
libgps_major = 20
libgps_minor = 0
libgps_age = 0