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

xinit: Changes to 'refs/tags/xinit-1.3.1-1'



Tag 'xinit-1.3.1-1' created by Cyril Brulebois <kibi@debian.org> at 2011-07-25 08:49 +0000

Tagging upload of xinit 1.3.1-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4tLiwACgkQeGfVPHR5Nd0U5ACfWu49Q8VPUQTyHIgoowBoEZba
VQIAoL0Sh1dtSA+TkIdQkiGq26PD43LS
=MWfN
-----END PGP SIGNATURE-----

Changes since xinit-1.3.0-1:
Alan Coopersmith (4):
      Add usual set of URLs to README
      config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      Merge adjacent if (timeout) blocks

Cyril Brulebois (10):
      Mention upstream git URL in a comment.
      Fix minor typos in startx's comments.
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Update Uploaders list. Thanks, David & Brice!
      Wrap Depends/Recommends.
      Get rid of obsolete Replaces on xbase-clients from before lenny.
      Update 03_debian_startx_manpage.diff, startx.man moved below man/.
      Bump Standards-Version to 3.9.2 (no changes).
      Upload to unstable.

Gaetan Nadon (7):
      config: remove unrequired AC_SUBST([*_CFLAGS])
      config: remove unrequired AC_SUBST([*_LIBS])
      config: remove the workaround for the deprecated AC_HELP_STRING
      man: remove trailing spaces and tabs
      Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man pages
      Move man pages in the man directory
      DIST_SUBDIRS is not required when using AM_CONDITIONALs

Jeremy Huddleston (17):
      launchd: Reorganized layout of launchd sources
      launchd: Log messages to ASL rather than fprintf
      launchd: Enable stdout/stderr redirection to ASL
      launchd: Fix make dist
      launchd: Remove dead EXTRA_DIST
      launchd: console_redirect: Actually read and log the remaining data when we get EV_EOF
      launchd: Brownbag fix string compare
      privileged_startx: Prefer /usr/bin/mktemp
      launchd: Silence clang static analyzer
      Rename launchd-id-prefix to bundle-id-prefix
      launchd: include config.h
      launchd: syslog: Use facility org.x rather than user
      configure.ac: Fix support for the deprecated --with-launchd-id-prefix
      launchd Set the correct id for privileged_startx
      launchd: Update console redirection to work with libdispatch
      launchd: Fix an array-index-out-of-bounds crasher
      configure.ac: Bump version to 1.3.1

Tom Doherty (1):
      Minor typo.

---
 .gitignore                                            |    1 
 ChangeLog                                             |  289 ++++++++++++
 Makefile.am                                           |   31 -
 README                                                |   26 +
 configure.ac                                          |   44 +
 cpprules.in                                           |   22 
 debian/changelog                                      |   11 
 debian/control                                        |   18 
 debian/patches/03_debian_startx_manpage.diff          |    4 
 debian/watch                                          |    2 
 launchd/Makefile.am                                   |    3 
 launchd/console_redirect.c                            |  418 ++++++++++++++++++
 launchd/console_redirect.h                            |   44 +
 launchd/privileged_startx/.gitignore                  |    9 
 launchd/privileged_startx/10-tmpdirs.cpp              |   46 +
 launchd/privileged_startx/20-font_cache.cpp           |   35 +
 launchd/privileged_startx/Makefile.am                 |   82 +++
 launchd/privileged_startx/client.c                    |   66 ++
 launchd/privileged_startx/privileged_startx.c         |   63 ++
 launchd/privileged_startx/privileged_startx.defs      |   40 +
 launchd/privileged_startx/privileged_startx.plist.cpp |   28 +
 launchd/privileged_startx/privileged_startx_types.h   |   10 
 launchd/privileged_startx/server.c                    |  320 +++++++++++++
 launchd/user_startx/.gitignore                        |    2 
 launchd/user_startx/Makefile.am                       |   49 ++
 launchd/user_startx/launchd_startx.c                  |   64 ++
 launchd/user_startx/startx.plist.cpp                  |   25 +
 man/Makefile.am                                       |   20 
 man/startx.man                                        |  224 +++++++++
 man/xinit.man                                         |  199 ++++++++
 org.x.startx.plist.cpp                                |   24 -
 privileged_startx/.gitignore                          |    9 
 privileged_startx/10-tmpdirs.cpp                      |   37 -
 privileged_startx/20-font_cache.cpp                   |   35 -
 privileged_startx/Makefile.am                         |   80 ---
 privileged_startx/client.c                            |   62 --
 privileged_startx/org.x.privileged_startx.plist.cpp   |   28 -
 privileged_startx/privileged_startx.c                 |   59 --
 privileged_startx/privileged_startx.defs              |   40 -
 privileged_startx/privileged_startx_types.h           |   10 
 privileged_startx/server.c                            |  306 -------------
 startx.cpp                                            |    8 
 startx.man                                            |  223 ---------
 xinit.c                                               |    5 
 xinit.man                                             |  199 --------
 45 files changed, 2127 insertions(+), 1193 deletions(-)
---


Reply to: