summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-01-01 16:31:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-01-01 16:31:29 +0000
commitf59ed4603c5bc4b4901a9b7de9a4805e605dc1f0 (patch)
treea18666d2c00c3e637170ca10d3f2e0ec33fa9611
parent35576e9dcf08fb09af3b9c47aa07f2943ed80c54 (diff)
downloadgpsd-f59ed4603c5bc4b4901a9b7de9a4805e605dc1f0.tar.gz
Ready to release.
-rw-r--r--Tachometer.c1
-rw-r--r--gpsd.spec.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/Tachometer.c b/Tachometer.c
index 3e55386d..45122c95 100644
--- a/Tachometer.c
+++ b/Tachometer.c
@@ -4,6 +4,7 @@
* Author: Kazuhiko Shutoh, 1989.
* Revised by Shinji Sumimoto, 1989/9 (xtachos)
* Modifications : ilham@mit.edu (July 10 '90)
+ * Cleaned up and simplified by Eric S. Raymond, December 2004.
*
* Permission to use, copy, modify and distribute without charge this software,
* documentation, images, etc. is granted, provided that this comment and the
diff --git a/gpsd.spec.in b/gpsd.spec.in
index df1b3129..5136eaef 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -123,7 +123,7 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi
- Petter Reinholdtsen's fix for gps.py buffering. Fix syntax errors
in udev scriptlets. Clean up after GCC warning messages. Drop use of
vsprintf, so we get a link-time error on systems that might produce
- buffer overruns.
+ buffer overruns (all modern Unixes support vsnsprintf which is safe).
* Thu Dec 23 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 2.5.1
- Use gmtime instead of localtime when guessing the day or year of a date;