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

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



Tag 'xinit-1.0.8-1' created by Julien Cristau <jcristau@debian.org> at 2008-03-18 23:57 +0000

Tagging upload of xinit 1.0.8-1 to unstable.

Changes since xinit-1.0.7-2:
Adam Jackson (1):
      xinit 1.0.8

David Nusinow (3):
      Remove make-orig-tar-gz target
      Kill the manifest code.
      Unbreak installs on non-launchd systems

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Jeremy Huddleston (19):
      Added some support for Xquartz on OS-X.
      Added Apple launchd support
      Changed x11-exec to actually start X11.app.  X11.app will be responsible for calling xinit.
      OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming its dock icon
      Added support for OS-X preferences to disable tcp/ip connections and xauth
      OS-X: Made defaults test more robust
      OS-X: Need to use bash --login to setup the environment from launchd.
      XQuartz doesn't need the -launchd command line argument anymore.
      OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching.
      OS-X: Add bindir to $PATH in startx if it's not there
      OS-X: Fixed typo
      OS-X: Set fontpath in xinitrc to include system / user fonts.  Additionally fixed font scaling issues (trac #52)
      Apple: use -nocpp arg to xrdb if cpp is not installed
      Apple: Cleaned up font path setting and added font caching to xinitrc
      Apple: Support spaces in $HOME for font path, and remove duplicate entry
      Added org.x.X11.plist.cpp to EXTRA_DIST
      Apple: font caching and defaults
      Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files
      Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx

Julien Cristau (6):
      Merge tag 'xinit-1.0.8' of git.freedesktop.org:/git/xorg/app/xinit into debian-unstable
      New upstream release, update patches and changelogs
      autoreconf
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Update debian/control
      Prepare changelog for upload

Matthieu Herrb (2):
      Use /dev/arandom instead of /dev/urandom to generate the cookie
      Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/app/xinit

root (1):
      Define APPLE for the rest of us

---
 .gitignore                                          |    2 
 ChangeLog                                           |  209 ++++++++++++
 INSTALL                                             |    5 
 Makefile.am                                         |   58 +--
 Makefile.in                                         |  128 ++++---
 aclocal.m4                                          |   84 +++-
 config.guess                                        |   32 +
 config.h.in                                         |    6 
 config.sub                                          |   44 ++
 configure                                           |  338 ++++++++++++++++++--
 configure.ac                                        |   38 ++
 cpprules.in                                         |   37 ++
 debian/changelog                                    |   16 
 debian/control                                      |    9 
 debian/patches/001_debian_xinitrc.diff              |   36 +-
 debian/patches/02_startx_hostname.diff              |   52 +--
 debian/patches/04_startx_paths.diff                 |   20 -
 debian/patches/06_move_serverauthfile_into_tmp.diff |   20 -
 debian/patches/series                               |    6 
 debian/xsfbs/xsfbs.mk                               |   76 ----
 depcomp                                             |   33 +
 install-sh                                          |  228 +++++++------
 org.x.X11.plist.cpp                                 |   27 +
 startx.cpp                                          |  188 +++++++----
 xinit.c                                             |   98 ++++-
 xinitrc.cpp                                         |   28 +
 26 files changed, 1317 insertions(+), 501 deletions(-)
---


Reply to: