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, Hejira, created. Hejira


From: Eric S. Raymond
Subject: [Gpsd-commit-watch] [SCM] GPSD annotated tag, Hejira, created. Hejira
Date: Mon, 03 Oct 2011 11:35:42 +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, Hejira has been created
        at  d5bda3fe9f133c835678fdebc07369b8a0af025a (tag)
   tagging  a98e65e54178c39d6b15d64f87c9c560149bbac5 (commit)
  replaces  release-3.1
 tagged by  Eric S. Raymond
        on  Sat Oct 1 20:58:47 2011 -0400

- Log -----------------------------------------------------------------
This tag marks our flight from Berlios on learning it is to be shut down.

Eric S. Raymond (170):
      3.2 development resumes.
      Update the release procedure.
      In the build recipe, set pkgconfigdir properly for Fredora systems.
      Yes, for 54-bit systems only.  Duh!
      Less klugy way of handling the Fedora case.
      Typo fix.
      Add more cleanup actions for generated files.  All regression tests pass.
      More default cleanups.
      It's gpsdctl.8, not gpasdctl.8.
      Documentation typo fix.
      Remove the scons configuration scratch directory on -c.
      Update NEWS and TODO lists for current reality.
      Systematize some cleanup actions.
      Typo fix.
      Remove TODO item for change in privilege-dropping.
      Remove duplicate TODO item.
      Remove an incorrect assertion.
      More TODO updates.
      Remove proposal that test clients do PCMCIA-like beep codes on status 
changes.
      Removed the proposal about timezone setting.
      Put an FR where the FRs belong.
      Typo fix.
      Add a wrning about multi-word options.
      Accept SHLINKFLAGS from the environment.
      Typo fix.
      Cross-compilation tweak.
      Enable packet sniffer to recognize ECDIS NMEA packets with $EC leader.
      Update list of recognized talker prefixes.
      Additional explanation.
      Added 'strip' option to build.
      Don't prepend the prefix to link paths twice.
      Fix rpath handling to not leave a security hole.
      Prevent use of prototype device when GPSD_GROUP is defined.
      Add an option to disable building Python support.  All regression tests 
pass.
      Make the scons help for gpsd_user and gpsd_group a bit clearer.
      Tweaks for building in some edge cases.
      Fix a typo that created a duplicate dependency.
      Fix some compiler warnings.
      Lose unneeded debug option.
      Warn about some new (minor) bugs.
      Try once again to make -G work with IPV6.
      Add the force_global configure option (always operate in -G mode).
      Add a sanoty check.
      Add some debugging.
      Use ISO 8601 dates consistently.
      Document which Linux kernel modules might be required (for embedded 
deployment.
      Slight revision of some advice.
      Typo fix.  All regression tests pass.
      Defensive programming.
      Use SiRF MID27 to set used flags on SBAS satellites.
      Correction for SBAS satellite use bit code.
      Sort out some issues with PRN handling.
      splint revealed some problems with the previous commit.
      Revert "Try once again to make -G work with IPV6."
      Do a better job of merging flags from the external environment.
      Fix an incorrect prototype.
      Fix up the website-maker part of the recipe.
      Correction to MergeFlags argument passing.
      -G option now works under IPV6.
      Typo fix.
      Reorganize the installation instructions.
      Split out build instructions so we can add a detailed section on 
cross-build.
      More updates for the build instructions.
      First version of cross-build instructions.
      Avoid testing for QtNetwork if we're not going to build wiyj it anyway.
      luneff's revisions to the cross-build instructions.
      Experimental sysroot option.
      Update the cross-build instructions to use the new sysroot option.
      "--sysroot" needs to be "sysroot" now.
      Be more systematic about environment-variable imports.
      Note that the old profiling stuff no longer works.
      Remove the old latency-profiling machinery.
      Make the 'uninstrumented' plot work again.
      Fix the gpsprof device query to work with the new Python interface.
      splint cleanup.
      More conversion to the new Python interface.
      Typo fix.
      Leapsecond setup needs to be visible.
      Restore raw plot capability.
      Polis h the profiling code.
      Cycle-start detection by timing works on a SiRF at 9600bps.
      Cosmetic consistency tweak.
      Remove ancient unused code.
      Add a historical note.
      Add decode time to the profiling.
      Refactor the raw plot to make adding new numbers easier.
      Describe the latency components.
      Re-enable the & and ! control-socket commands.
      Prfile numbers now include a per-cycle chracter count.
      Refactor so the data method has access to device parameters.
      Asdd a gpspipe option to enable profiling.
      Profiling can isolate RS232 transmission time.
      Plot bars in a more useful order.
      Small refactoring step and optimization.
      splint cleanup.
      Add a useful header.
      Dump (-d) option for gpsprof, and updated documentation.
      Add use_chrpath=no possibility for people doing crossbuilds.
      Typo fix.
      Add a warning about chrpath.
      If the profiling code isn't compiled in, timing policy bit must be forced 
off.
      Note for the future.
      Explain the constraint on a non-chrpath built better.
      Profiling code has been replaced.
      First step towards including new profiling results.
      Restore gpsprof's -T option.
      Improved captioning in the plots.
      Add a whole-cycle timing graph to the latency white paper.
      Finish the explanation of per-cycle profiling methods.
      Wrap up the new material in the profiling paper.
      A bit of backstop in case chrpath is not present.
      Fix an incorrect graph reference.
      Typo fix.
      Typo fix.
      Typo refix.
      Refactor gpsprof to put most plotting machinery in a common base class.
      Change the semantics of gpsprof -d so we can both dump and plot in one 
run.
      Typo fix.
      Add whole-cycle profiling to show vendor binary orotocols don't cut 
latency.
      Update the installation docs.
      We have more exact latency measurements now.
      More documentation updates.
      Make installation instructions accessible from the Web.
      More installation-document updates.
      First cut at clockwatcher client.
      Ignore the experimental clockwatcher binary.
      Add another client application.
      Avoid code duplication of DBUS client stuff.
      Belated commit of new file created by gpxlogger refactoring.
      Improve normal termination in gpxlogger.
      Remove incorrect comment.
      Refactoring step and minor fixes.
      More refactoring. Bring DBUS API closer to the generic one.
      More refactoring.
      Converge the library APIs for different transports more closely.
      More API convergence.
      Get back to a state where the shm export works.
      Splitting of clockwatcher was premature. We need to fix the library API 
first.
      Abstract out the shm export main loop.
      Break out prototypes for client library export methgods into a new 
heasder.
      splint cleanup.
      Repair compilation of DBUS + Qt.
      First step in runtime export dispatch for the client library.
      Avoid a name collision.
      Runtime dispatch to methods is working in the client library.
      Simplify gpxlogger.
      Canned mainloop function for socket export...
      Simplify gpxlogger.  All three exports work.
      splint cleanup.
      More gpxlogger simplification. All transports work.
      Remove an unncessary inclusion.
      splint cleanup.
      Fixes suggested by Hal Murray.
      Typo fix.
      Thinko fix.
      Typo fix.
      Fix bug in data() method for spaceplotting.
      Add advice about chrpath.
      Display vendor notes in the HTML of the hardware table.
      Typo fixes.
      Refactor to create shared code useful for clockwatcher.
      Avoid failure on very long gpsprof runs.
      Refactoring and splint cleanup.
      Fix an error in the whole-cycle visualizations.
      Typo fix.
      Re-do runtime dispatch in the client library.
      Magic-number elimination.
      splint cleanup.
      Savannah's CVS-to-web stuff is a pain.  For now, put pages at ibiblio.
      Template some things so we can change sites easily.

Michael Tatarinov (2):
      Define default gpsd_user name in SConstruct.
      Remove duplicate code.

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


hooks/post-receive
-- 
GPSD



reply via email to

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