[X2Go-Commits] [x2goclient] branch bugfix/osx updated (6497d0e -> ff4e985)

git-admin at x2go.org git-admin at x2go.org
Fri May 29 00:01:21 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch bugfix/osx
in repository x2goclient.

  discards  6497d0e   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  2dce91d   macbuild.sh: add phase output for bundling nxproxy.
  discards  0a9647c   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  b008ab2   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  dfe8378   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  8a88e4c   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  c156b32   macbuild.sh: add new repeat_str() helper function.
  discards  485ff3e   macbuild.sh: add new get_nesting_level() helper function.
  discards  f5f9f57   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  57521f4   macbuild.sh: add new dependency_error() helper function.
  discards  514809f   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  88dd674   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  ab50515   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  7902347   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  4a056b8   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  429b4d1   compat.{cpp,h}: new files. Implements strndup on OS X 10.6 and below. Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
  discards  86dc149   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  5d6f122   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  7c98298   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  3e087f2   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  eb34a08   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  64e43cd   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  4b615b3   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  b8c05fd   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  4c8e107   x2goclient.cpp: fix string comparison.
  discards  7ce35ec   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  031e170   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  0a18259   x2goclient.cpp: clean up.
  discards  7b7ad47   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  7b5247e   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  83019d3   unixhelper.cpp: kill process group on error.
  discards  4e7591b   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  c785d95   unixhelper.{cpp,h}: add documentation/comments.
  discards  d8f72bf   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  b827c39   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  a871dc8   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  70e6def   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  1ded05d   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  8a825a5   x2goclient.cpp: add myself to copyright header.
  discards  b1fcb02   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  c820165   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  1e86f43   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  c7fd2b6   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  49a6cb8   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  301b58c   release 4.0.4.0
      adds  da4aa04   Continue development
       new  4180aa3   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  c38e322   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  3d878dd   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  4d465fb   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  973cbf7   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  e50fe50   x2goclient.cpp: add myself to copyright header.
       new  d72ebf8   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  33c7db7   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  16016b3   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  b63f664   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  d4c54d5   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  ae4b0b5   unixhelper.{cpp,h}: add documentation/comments.
       new  63c2375   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  9e85ce1   unixhelper.cpp: kill process group on error.
       new  889eb90   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  d498ab7   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  6e49fd6   x2goclient.cpp: clean up.
       new  8fb1c85   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  0e43061   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  bd72aca   x2goclient.cpp: fix string comparison.
       new  7a230d3   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  4ac2eb7   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  f7bc099   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  c61b597   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  aadd8ba   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  ea161b5   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  c3d1071   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  4a86c49   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  6c69514   compat.{cpp,h}: new files. Implements strndup on OS X 10.6 and below. Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
       new  5e7aa3d   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  b5785de   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  3af2bf6   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  c2c335f   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  435cdbf   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  68e2a4e   macbuild.sh: add new dependency_error() helper function.
       new  e1ac5ef   macbuild.sh: add new lazy_canonical_path() helper function.
       new  d8814d3   macbuild.sh: add new get_nesting_level() helper function.
       new  c6b1051   macbuild.sh: add new repeat_str() helper function.
       new  9704980   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  e6a238f   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  d43b53d   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  1bfd279   macbuild.sh: copy PulseAudio libraries and binaries.
       new  2b4d000   macbuild.sh: add phase output for bundling nxproxy.
       new  ff4e985   macbuild.sh: add work-in-progress PulseAudio bundling.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6497d0e)
            \
             N -- N -- N   refs/heads/bugfix/osx (ff4e985)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 44 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                       |    2 +-
 debian/changelog                              |  165 +++++++++++++------------
 man/man1/x2goclient.1                         |    2 +-
 src/version.h                                 |    2 +-
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |   10 +-
 x2goclient.spec                               |    2 +-
 6 files changed, 95 insertions(+), 88 deletions(-)

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list