Next | Query returned 102 messages, browsing 81 to 90 | Previous

History of commit frequency

CVS Commit History:


   2010-02-07 18:59:40 by Greg Troxel | Files touched by this commit (2)
Log message:
Change deleted comamnd to true (instead of empty) in else/fi to avoid
objections from Mac's /bin/sh.
   2009-12-10 17:56:59 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
As the detection of non-python doesn't really work, pull it in.
Also depend on xmlto, otherwise the man pages are not created.
Bump revision.
   2009-12-07 21:24:22 by Greg Troxel | Files touched by this commit (3)
Log message:
Update ABI_DEPENDS for shlib change, and also API_DEPENDS due to
impending changes.  Revbump those that depend.
   2009-12-07 21:08:59 by Greg Troxel | Files touched by this commit (5)
Log message:
Update to 2.90.

* Fri Dec 4 2009 Eric S. Raymond <esr@snark.thyrsus.com> - 2.90
  GPSD-NG, the new JSON-based command protocol, is now deployed; as a
  consequence, AIS is now fully supported in both daemon and client.
  Detection of end of a fix-reporting cycle is now reliable;
  accordingly data is accumulated from cycle start and the "J"
  (nojitter) opoption on both server and client side is gone. We have
  abandoned the gpsflash subproject since it has become apparent that
  we can't do it without more vendor cooperation than we're likely to
  get. Increase major version of shared library due to significant API
  change. Added new driver for Motorola Oncore receivers, with help
  from HÃ¥kan Johansson. gpsfake can now accept multiple logfiles,
  interleaving test sentences from each.  gpsd now accepts error
  estimates from the NMEA $GPGBS sentence.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-11 00:12:29 by Greg Troxel | Files touched by this commit (1)
Log message:
Straightforward buildlink3 file from Jochen Kunz in private mail.
   2009-02-11 02:05:25 by Greg Troxel | Files touched by this commit (5)
Log message:
Update to 2.38.  patch-ac and patch-ad (security fix to listen only on
localhost) were merged upstream.

* Tue Feb 10 Eric S. Raymond <esr@snark.thyrsus.com> - 2.38
  Regression test load for RoyalTek RGM3800 and Blumax GPS-009 added.
  Scaling on E error-estimate fields fixed to match O. Listen on
  localhost only by default to avoid security problems; this can be
  overridden with the -G command-line option. The packet-state machine
  can now recognize RTCM3 packets, though support is not yet complete.
  Added support for ublox5 and mkt-3301 devices. Add a wrapper around
  gpsd_hexdump to save CPU. Lots of little fixes to various packet
  parsers. Always keep the device open: "-n" is not optional any more.
  xgpsspeed no longer depends on Motif. gpsctl can now ship arbitrary
  payloads to a device. It's possible to send binary through the
  control channel with the new "&" command. Experimental new driver
  for Novatel SuperStarII. The 'g' mode switch command now requires,
  and returns, 'rtcm104v2' rather than 'rtcm104'; this is design forward
  for when RTCM104v2 is fully working.
   2008-10-24 15:25:50 by Greg Troxel | Files touched by this commit (4)
Log message:
Security fix: by default, only listen on INADDR_LOOPBACK, so that
position is only provided on on-machine clients.  Previously, gpsd
listened on INADDR_ANY, providing position of the computer to any host
that asked.  (The fix is in upstream bugzilla, with link in
patches/patch-ac.)
   2008-10-24 15:08:13 by Greg Troxel | Files touched by this commit (2)
Log message:
Update to 2.37.

Upstream has no ChangeLog, no NEWS, nothing obvious on the web site.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.

Next | Query returned 102 messages, browsing 81 to 90 | Previous