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

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



Tag 'xinit-1.3.0-1' created by Cyril Brulebois <kibi@debian.org> at 2010-11-03 02:21 +0000

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

iEYEABECAAYFAkzQxykACgkQeGfVPHR5Nd3r9QCg0fQv4RFQ3ryMrIhwKIBKBfJ7
EugAoKfk3Ayp6cR1XYnRjRC4MfRmXBfQ
=OtnP
-----END PGP SIGNATURE-----

Changes since xinit-1.2.0-2:
Alan Coopersmith (2):
      config: Remove unnecessary calls from configure.ac
      xinit 1.3.0

Cyril Brulebois (7):
      Merge branch 'upstream-unstable' into debian-unstable
      Update changelogs.
      Fix changelog entry for 1.2.0-1.
      Refresh patch: 001_debian_xinitrc.diff (context tweak).
      Refresh other patches: line offsets.
      Add myself to Uploaders.
      Upload to unstable.

David Shao (1):
      DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.c

Gaetan Nadon (6):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: do not include autogen.sh in distribution #24183
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (7):
      Quiet warning for fts_open
      darwin: Handle home directories that contain a single-quote (')
      Updates for .gitignore
      Update to version 1.2.1 for release.
      Enable support for an xinitrc.d directory
      darwin: Make __APPLE__ path in startx POSIX compliant
      launchd: Explicitly search /sbin

Mikhail Gusarov (16):
      Nuke OS/2 and LynxOS support remnants.
      Fix whitespace
      Simplify environment juggling by using fork() instead of vfork()
      Stop converting functions' return types to void
      Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalents
      waitpid(2) is in Unix98
      killpg(2) is in Unix98
      SIGCHLD is in Unix98
      SIGTT{IN,OU} is in Unix98
      setpriority and PRIO_PROCESS are in Unix98
      sys/wait.h is in Unix98
      Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRM
      Use signals from Unix98 and drop pre-POSIX compatibility
      Fix comment indentation
      Rationalize errors output
      Remove OS/2 leftovers

---
 .gitignore                                          |   80 +
 ChangeLog                                           |  317 +++++
 Makefile.am                                         |   10 
 configure.ac                                        |   25 
 debian/changelog                                    |   12 
 debian/control                                      |    2 
 debian/patches/001_debian_xinitrc.diff              |   12 
 debian/patches/02_startx_hostname.diff              |    8 
 debian/patches/03_debian_startx_manpage.diff        |   10 
 debian/patches/06_move_serverauthfile_into_tmp.diff |    8 
 privileged_startx/.gitignore                        |    9 
 privileged_startx/server.c                          |    2 
 startx.cmd                                          |   80 -
 startx.cpp                                          |   18 
 xinit.c                                             | 1164 ++++++++------------
 xinit.def                                           |    4 
 xinitrc.cmd                                         |   61 -
 xinitrc.cpp                                         |    4 
 18 files changed, 935 insertions(+), 891 deletions(-)
---


Reply to: