diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-31 02:19:01 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-31 02:19:01 +0000 |
commit | c9fcce730483358594c9556426098ac3325da47f (patch) | |
tree | 52c775fc929c94ad577da32ea79c5b93fab6b86a | |
parent | e6e6b9960262ab30d64486898fc147c7010a5559 (diff) |
Version bump: 1.0.3xdm-1-0-3XORG-7_0_99_901
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ 2006-03-30 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: + Version bump: 1.0.3 + +2006-03-30 Alan Coopersmith <alan.coopersmith@sun.com> + * daemon.c: * util.c: Drop all setpgrp/setpgid silliness and just use setsid everywhere. diff --git a/configure.ac b/configure.ac index 0d7d0b6..d1c6f8a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,10 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -dnl $XdotOrg: app/xdm/configure.ac,v 1.36 2006/03/27 23:59:21 alanc Exp $ +dnl $XdotOrg: app/xdm/configure.ac,v 1.37 2006/03/30 21:14:31 alanc Exp $ AC_PREREQ([2.57]) -AC_INIT(xdm,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) +AC_INIT(xdm,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |