Tag 'xinit-1.3.1' created by Jeremy Huddleston <jerem...@apple.com> at 2011-07-25 00:16 +0000
xinit-1.3.1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) iD8DBQBOLLXWjC1Anjf1NmMRAiw8AJ4rQ08mpFH/VZoxYZdGHfKVzsYs/ACfShAw MVHC05NHMCq5D2GAB2keL/s= =ODAR -----END PGP SIGNATURE----- Changes since xinit-1.3.0: 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 (1): Fix minor typos in startx's comments. 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 Makefile.am | 31 - README | 26 + configure.ac | 44 + cpprules.in | 22 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 -------- 40 files changed, 1812 insertions(+), 1184 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xsrvs-0001ff...@moszumanska.debian.org