summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-10-25 11:10:37 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-10-25 11:10:37 +0000
commit7c38a7546c86d32e9abc40baa350b8ea24243609 (patch)
treef6402e3b4b821b4881ca3437fa806985c67c5834
parent336979b9f2afd8ec5711f14a776879d4fb8dc258 (diff)
downloadgpsd-release-2.3.tar.gz
Ready to ship release with Mac OS X port fixes.release-2.3
-rw-r--r--gpsd.spec.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in
index 34cba1ca..1d08924a 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -117,12 +117,13 @@ cp xgpsspeed.ad "$RPM_BUILD_ROOT"%{_libdir}/X11/app-defaults/xgpsspeed
%{_libdir}/python*/site-packages/gpsd.py
%changelog
-* Thu Oct 21 2004 Eric S. Raymond <esr@snark.thyrsus.com> - @VERSION@-1
- Documentation and comment fixes. Last two globals removed from
- low-level interface; library should now be fully re-entrant.
+* Mon Oct 25 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 2.3-1
+- Documentation and comment fixes. Last two globals removed from
+ low-level interface; library should now be fully re-entrant. Mac OS X
+ port fixes.
* Mon Oct 18 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 2.2-1
- Documentation improvements. BSD port fixes. Bug fix: speed timestamp
+- Documentation improvements. BSD port fixes. Bug fix: speed timestamp
wasn't initialized properly in libgps. Device is now an optional
command-line argument of gpsprobe, in line with the clients. gpsd.py
now should handle fvwm devices correctly. Values in gps data
@@ -147,7 +148,7 @@ cp xgpsspeed.ad "$RPM_BUILD_ROOT"%{_libdir}/X11/app-defaults/xgpsspeed
deduces NMEA version. Zodiac Earthmate seems to work.
* Wed Sep 08 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.97-1
- Removed PRWIZCH support (it still passes through in raw mode).
+- Removed PRWIZCH support (it still passes through in raw mode).
Build Motif-dependent programs conditionally. Added gpsprobe.
Fixed a brown-paper-bag-bug in 1.96 RPM packaging.