gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD annotated tag, release-3.6, created. rele


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD annotated tag, release-3.6, created. release-3.6
Date: Wed, 23 May 2012 06:19:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The annotated tag, release-3.6 has been created
        at  4d7b7d7683c455b0a16d7645f366aff375bda389 (tag)
   tagging  8887b3f1da74039a9599653e49bf24736af0fdc3 (commit)
  replaces  release-3.5
 tagged by  Eric S. Raymond
        on  Wed May 23 02:18:41 2012 -0400

- Log -----------------------------------------------------------------
Tagged for external release 3.6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQBPvIFBrfUW04Qh8RwRAgncAJ9it1107cQmQDCryGO8zkmAgDp/egCbBbTS
e9e32MgbpvLJcBzXc5MaoVc=
=bESp
-----END PGP SIGNATURE-----

Beat Bolli (3):
      Fix a NMEA2000 mis-cleanup.
      Fix syntax errors.
      Fix a block nesting error in the Garmin driver.

Bernd Zeimetz (5):
      List architectures without issues, too.
      Fix handling of -lcap and -lrt.
      Check for -W flags supported by the compiler.
      Scons breaks scan-build's environment.
      typo fix.

Chris Kuethe (1):
      NMEA2000 depends on CAN which only exists on linux

Christian Gagneraud (12):
      Add missing attitude field initialisation in NMEA TNTHTM
      Add new NMEA talker ID (WI, HC and TI)
      Add missing attitude field initialisation in NMEA HDT
      Fix documentation following patches that fix the missing initialisations 
in the attitude structure
      Fixes for reporting of AIS met/hydro message.
      [AIS] Typos fixes and other nitpicks
      [AIS] ais.py: Add DAC/FID to histogram output
      [AIS] ais.py: Add IMO236 met/hydro message (type 8, dac 1, fid 11)
      [AIS] Fix decoding of IMO236 met/hydro message
      [AIS] Use a dedicated stucture for IMO236 met/hydro message
      [AIS] Add 2 regression testcases for IMO236 met/hydro message
      Fix attitude documentation.

Eric S. Raymond (155):
      Normal commits resume.
      Leap-second warning status from GPS subframe info it's passed to ntpd.
      Minor fix for the lerap-second notification patch
      Beginning of NMEA200 driver.  Franework code, nowhere near working.
      Warn against using the . target.
      Remove unused production.
      Head off atemps at scons '.' and scons -c '.', they won't work.
      www/cycle.png was accidentally removed before a commit.  Restore it.
      To-do update.
      scan-build seems to have become pickier about what counts as assigned.
      Minor improvements to RTCM2 doc comments.
      Byte-swapping code, not yet needed and conditioned out.
      Rename some bit extractors.
      Clean up, since we have good regression tests.
      Fix up the build for the bits tester.
      Prepare to support little-endian field extraction.  Not yet tested.
      More steps towards little-endiuan extraction.
      Prepare for unit tests of little-endian extraction.
      First regressions for little-endian extraction pass.
      First multibyte test of little-endian extraction succeeds.
      Another multibyte test of little-endian extraction succeeded.
      splint cleanup.  All regressuin tests pass.
      Get rid of magic number.
      Typo fix.
      bits.c has to move, otherwise linker gets cconfused while building 
test_bits.
      Avoid a possible nunerical instability in interpolating geoid separation.
      Fix a strange type goof. Might solve an s390 port problem.
      Comment typo fixes.
      Suppress compiler warnings and do splint cleanup.  All regression tests 
pass.
      Add the bits tester to the normal regression tests.
      Attempt to head off a compiler warning.
      Documentation and port-issue updates.
      New Hacking Guide section on how to write support for new sentences.
      Markup fix.
      tnt-revolution test rebuoild was required by Christian Gagneraud's 
changes.
      Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd
      Document NMEA2000 support.
      Allow use of the CTS line for NNTP.
      Partial splint cleanup.
      More partial splint cleanup.
      Partial splint cleanup of NMEA2000 driver.
      Yet more splint cleanup.
      First cut at documenting NMEA2000 device initialization.
      Yet more splint cleanup.
      Yet more splint cleanup.
      Use size_t where appropriate, suppressing some splint warnings.
      Typo fix.
      Have a single point of truth about NMEA2000 handler declaration.
      Typo fix.
      Explain a race condition.
      Typo fix.
      Adjust comment for scons.
      Hardware table entry for Macx-1.
      Coverity scanning found two bad-sizeof defects.
      Coverity scan found a bad loop test.
      Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd
      More coverity-inspired fixes.
      More Coverity-spawned fixes. All regression tests pass.
      Armor the JSON code against zeroed value or attribute pointers.
      Simplify code for parsing old protocol.
      Shameless microtweaking.
      Speklling fixes from Jon Schleuter.
      Plug a socket leak. This is Coverity defect #11.
      Clue in Coverity about functions returning handles.
      Coverity complains because the isdst field isn't initialized.
      A script for the front end of a Coverity self-build.
      Store some critical information.
      Suppress Coverity false positives.
      Don't wire in what you can deduce.
      An attempt at scan submission through the Coverity website.
      Factor out more stuff.
      Avoid overrunning an NMEA2000 device name buffer.  Coverity defect #12.
      Suppress more non-defects.
      Typo fix.
      Get rid of nullbool default - not used, and it causes a bad smell to 
Coverity.
      Fix confusing whitespace.
      Be more explicit about a Coverity workaround.
      Coverity may be being overly fussy, but this guard is probably a good 
idea.
      Sigh, scan submission via curl looks like it works but actually fails.
      Pacify Coverity some more.
      I don't think the NULL case is possible here, but let's make Coverity 
happy.
      Try to get Coverity suppressions to the right place.
      Oops, pull the right things out of git.
      Comment fix.
      More comment fixes.
      Coverity defect #13: a slow resource leak.
      Still working on pacifying Coverity. All regression tests pass.
      Simplify and improve the UBX mode-setting code.
      Magic-number elimination.
      More info in the UBX driver header comment.
      Comment typo fix.
      More Coverity suppressions.
      Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd
      Remove broken timesetting script.
      Remove dangling index item.
      According to the Geostar reference, the code to set NMEA mode was wrong.
      Zero Coverity defects!
      Document our reliability engineering.
      Typo fix.
      Note our major accomplishment for this release.
      STAGING_PREFIX -> STAGING_DIR which is how OpenWrt wants it.
      Explain better why we use chrpath.
      Eliminated a bug Rick Bywater tripped over.
      Safer strncat(3) usage.
      Eliminate a potential buffer overrun.
      Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd
      Now possible to more easily suppress use of chrpath.
      Bug-fix an AIS analysis.  All regression tests pass.
      Split up a context, this will be needed for the NMEA2000 driver's AIS 
support.
      Separate binary AIS decoding from ASCII-armored AIVDM decoding.
      Narrow the scope of some splint annotations.
      Move AIVDM-unarmoring code so the NMEA2000 driver can link less.
      Change a filename to reflect reality.  All regression tests pass.
      Comment out a dead increment found by scan-build.
      New version of cppcheck requires more suppressions.
      Delete ppstest.  It never worked quite right, and now we can just use 
gpsd.
      Cleanup motivated by new cppcheck with more tests. All regression tests 
pass.
      Correct error reported by Roberto Flores Santiago <address@hidden>
      Typo fix.
      Another typo fix.
      Clean up from cppcheck warnings. All regression tests pass.
      Staying Coverity-clean is now part of the release process.
      Update the release procedure.
      Comment out dead code.  All regression tests pass.
      Magic-number elimination.  Document Beat Bolli's assumptions.
      Fix a cppcheck warning about possible field overflows.
      More cppcheck warning fixups. All regression tests pass.
      Yet more cppcheck fixups.  All regression tests pass.
      Remove duplicate symbol. Code is now found clean by cppcheck 1.52.
      Correct a minor error in kukabu's last patch.
      Delete reference to removed file.
      Remove now-unneeded inclusion.
      Ugh.  This should have been in the last commit.
      Add Reinhard.Arlt's FAQ on setting up NMEA2000.
      Typo fixes.
      Explain a non-interference check.
      FAQ update.
      Comment typo fix.
      NEWS update.
      Typo fix.
      Fix computation of buffer length arguments in strlcat(3) calls.
      Fix a few remnant strlcat calls that still weren't right.
      Magic-number elimination.
      New item for release procedure.
      Point to the AOSA essay.
      Typo fix.
      Remove obsoletre upstream-bug reports.
      Pacify splint.
      NEWS update.
      Appease splint, which can't parse declarations after executable code.
      Explicitly initialize AIS queue pointer.
      Minor fix to website updater,
      Add the cansetup script.
      IALA-A126 messages from Christian Gagneraud <address@hidden>.
      Version bump for 3.6 release.

Gary E. Miller (12):
      fixcnt was never cleared on a bad fix.
      Fix a bad cast.
      Add logging for unlogged NTP error path.
      Fix a typo in a previous patch.
      Typo fix.
      Fix a segfault in geoid computation.
      Fix type error in ntpshm.c
      Typo fix in doc.
      Fix numerous typos in the subframe decoder
      Shutup Coverity and Splint about a hackish #ifdef
      dvancing the twirly baton only each 11th line, the whole
      Explicitly mention in 'gpsd -h' if NTPSHM and PPS are compiled in.

Michael Tatarinov (2):
      Clean up the leap-second warning code.
      Fixed a bug in the definition CAN support...

Mike Frysinger (1):
      fix building with clock_gettime and newer glibc

Reinhard Arlt (14):
      Fix compiler warnings, channel number added
      Add -n option to read nmea183 messeages from gpsd
      Local bitfield routines removed, use bits.h now.
      remove unused bitfield routines.
      Disable logfile for now, as it breaks build on ubuntu 12.04
      Fix build with nmea2000=false.
      Some cleanup, print_data use gpsd_report now, LOG_FILE enabled again.
      Use macro UNUSED.
      Make PGN handler 'static'.
      Fix some splint warnings.
      Fix more splint warnings.
      typo fixed.
      Merge branch 'master' of git://git.sv.gnu.org/gpsd
      Update gpsdadata.status.

address@hidden (1):
      NMEA2000 support patches.  All regression tests pass.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]