1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057 |
- %define pango_version 1.22.0
- %define gtk2_version 2.14.0
- %define libglade2_version 2.6.0
- %define librsvg2_version 2.22.0
- %define libxml2_version 2.5.10
- %define rarian 0.8
- %define pam_version 0.99.8
- %define desktop_file_utils_version 0.3
- %define gail_version 1.18.0
- %define consolekit_version 0.2.7
- %define hal_version 0.5.9
- Summary: The GNOME Display Manager.
- Summary(ja): GNOME ディスプレイマネージャ
- Name: gdm
- Version: 2.32.0
- Release: 2%{?_dist_release}
- License: LGPL/GPL
- Group: User Interface/X
- URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
- Source: %{name}-%{version}.tar.bz2
- Source1: gdm-pam
- Source2: gdm-autologin-pam
- Source10: polkit-gnome-authentication-agent-1.desktop
- Source110: gnome.desktop
- Source130: gdm-2.32.0-ja.po
- Source200: gdm-restart
- Source201: gdm-safe-restart
- Source202: gdm-stop
- ## patches from fedora
- #Patch2: gdm-2.32-plymouth.patch
- #Patch96: gdm-multistack.patch
- # Fedora-specific
- Patch97: gdm-bubble-location.patch
- Patch98: tray-padding.patch
- ## patches from ubuntu
- Patch102: 02_x_server_location.patch
- Patch105: 05_initial_server_on_vt7.patch
- Patch108: 08_use_polkit_for_settings.patch
- #Patch109: 09_gdmsetup.patch
- Patch109: gdm-2.32.0-gdmsetup.patch
- Patch127: 27_save_root_window.patch
- Patch128: 28_plymouth_transition.patch
- Patch132: 32-hide-mouse-cursor.patch
- ## patches for vine
- Patch500: gdm-2.32.0-vine-release.patch
- ## fix metacity warning
- ## http://git.gnome.org/browse/gdm/commit/?h=gnome-2-28&id=98a1649b17320957b9a2521af07d15ba51c187c9
- Patch501: gdm-2.32.0-greeter-login-window-be-dock.patch
- # security fix
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Requires(pre): shadow-utils
- Requires: pam >= %{pam_version}
- Requires: hal >= %{hal_version}
- Requires: ConsoleKit >= %{consolekit_version}
- Requires: usermode-gtk
- Requires: xinitrc
- Requires: xorg-x11-xdm
- Requires: util-linux
- Requires: vine-backgrounds >= 4.0
- Requires: gnome-settings-daemon
- Requires: polkit-gnome
- Requires: iso-codes
- Requires: gnome-session
- Requires: gnome-keyring-pam
- BuildRequires: scrollkeeper >= %{scrollkeeper_version}
- BuildRequires: pango-devel >= %{pango_version}
- BuildRequires: gtk2-devel >= %{gtk2_version}
- BuildRequires: libglade2-devel >= %{libglade2_version}
- BuildRequires: librsvg2-devel >= %{librsvg2_version}
- BuildRequires: libxml2-devel >= %{libxml2_version}
- BuildRequires: usermode
- BuildRequires: pam-devel >= %{pam_version}
- BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
- BuildRequires: gail-devel >= %{gail_version}
- BuildRequires: libtool, automake, autoconf
- BuildRequires: ConsoleKit
- BuildRequires: libdmx-devel, audit-libs-devel
- BuildRequires: libcanberra-devel
- BuildRequires: polkit-devel
- BuildRequires: gnome-panel-devel
- BuildRequires: libxklavier-devel
- BuildRequires: upower-devel
- BuildRequires: libXdmcp-devel
- BuildRequires: check-devel
- BuildRequires: libICE-devel
- BuildRequires: gnome-doc-utils
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: daisuke
- %description
- Gdm (the GNOME Display Manager) is a highly configurable
- reimplementation of xdm, the X Display Manager. Gdm allows you to log
- into your system with the X Window System running and supports running
- several different X sessions on your local machine at the same time.
- %prep
- %setup -q
- cp -f %{SOURCE130} po/ja.po
- #%patch2 -p1 -b .plymouth
- #%patch96 -p1 -b .multistack
- %patch97 -p1 -b .bubble-location
- %patch98 -p1 -b .tray-padding
- %patch102 -p1 -b .force-vt7
- %patch105 -p1 -b .xserver
- %patch108 -p1 -b .polkit
- %patch109 -p1 -b .gdmsetup
- %patch127 -p1 -b .slave_save_root_window
- %patch128 -p1 -b .plymouth
- %patch132 -p1 -b .hide-mouse-cursor
- %patch500 -p1 -b .vine-release
- %patch501 -p1 -b .greeter-login-window-be-dock
- autoreconf -i -f
- cp -f %{SOURCE1} data/gdm
- cp -f %{SOURCE2} data/gdm-autologin
- %build
- %configure --with-sysconfsubdir=X11/gdm \
- --with-dmconfdir=%{_sysconfdir}/X11/dm \
- --with-pam-prefix=%{_sysconfdir} \
- --with-working-directory=%{_localstatedir}/gdm \
- --enable-console-helper \
- --disable-scrollkeeper \
- --with-console-kit \
- --without-selinux
- # drop unneeded direct library deps with --as-needed
- # libtool doesn't make this easy, so we do it the hard way
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' \
- -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
- %__make -C po
- %__make %{?_smp_mflags}
- %install
- [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Init
- mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PreSession
- mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PostSession
- make install DESTDIR=$RPM_BUILD_ROOT
- # docs go elsewhere
- rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc
- # create log dir
- mkdir -p $RPM_BUILD_ROOT/var/log/gdm
- # and a spool dir
- mkdir -p $RPM_BUILD_ROOT/var/spool/gdm
- # change default Init script for :0 to be Vine Linux default
- #ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT/etc/X11/gdm/Init/:0
- # remove the gdm Xsession as we're using the xdm one
- rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Xsession
- (cd $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm; ln -sf ../xinit/Xsession .)
- rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.a
- rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
- mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow
- # temporarily manually copy this
- cp -f %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow/polkit-gnome-authentication-agent-1.desktop
- mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/gdm/greeter
- rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
- find $RPM_BUILD_ROOT -name '*.a' -delete
- find $RPM_BUILD_ROOT -name '*.la' -delete
- rm -f $RPM_BUILD_ROOT%{_includedir}/gdm/simple-greeter/gdm-greeter-extension.h
- rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdmsimplegreeter.pc
- %find_lang gdm --with-gnome
- # install Vine Theme
- #mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdm/themes/
- #tar xzvf %{SOURCE100} -C $RPM_BUILD_ROOT%{_datadir}/gdm/themes/
- # install gnome.desktop
- # XXX: this should be included in each desktop environment package.
- mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
- cp %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
- install -m 0755 %{SOURCE200} %{SOURCE201} %{SOURCE202} $RPM_BUILD_ROOT%{_sbindir}/
- %find_lang gdm
- %clean
- [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
- %pre
- if [ "$1" -gt 1 ]; then
- if [ -f %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas ];
- then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
- fi
- fi
- /usr/sbin/useradd -M -u 42 -d %{_localstatedir}/gdm -s /sbin/nologin -r gdm > /dev/null 2>&1
- /usr/sbin/usermod -d %{_localstatedir}/gdm -s /sbin/nologin gdm >/dev/null 2>&1
- # ignore errors, as we can't disambiguate between gdm already existed
- # and couldn't create account with the current adduser.
- exit 0
- %post
- /sbin/ldconfig
- scrollkeeper-update >& /dev/null ||:
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- fi
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
- # if the user already has a config file, then migrate it to the new
- # location; rpm will ensure that old file will be renamed
- custom=/etc/X11/gdm/custom.conf
- if [ $1 -ge 2 ] ; then
- if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then
- oldconffile=/usr/share/gdm/config/gdm.conf-custom
- elif [ -f /etc/X11/gdm/gdm.conf ]; then
- oldconffile=/etc/X11/gdm/gdm.conf
- fi
- # Comment out some entries from the custom config file that may
- # have changed locations in the update. Also move various
- # elements to their new locations.
- [ -n "$oldconffile" ] && sed \
- -e 's@^command=/usr/X11R6/bin/X@#command=/usr/bin/Xorg@' \
- -e 's@^Xnest=/usr/X11R6/bin/Xnest@#Xnest=/usr/bin/Xnest@' \
- -e 's@^BaseXsession=/etc/X11/xdm/Xsession@#BaseXsession=/etc/X11/xdm/Xsession@' \
- -e 's@^BaseXsession=/etc/gdm/Xsession@#&@' \
- -e 's@^Greeter=/usr/bin/gdmgreeter@#Greeter=/usr/libexec/gdmgreeter@' \
- -e 's@^RemoteGreeter=/usr/bin/gdmlogin@#RemoteGreeter=/usr/libexec/gdmlogin@' \
- -e 's@^GraphicalTheme=Vine@#&@' \
- -e 's@^BackgroundColor=#27408b@#&@' \
- -e 's@^DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin@#&@' \
- -e 's@^RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin@#&@' \
- -e 's@^HostImageDir=/usr/share/hosts/@#HostImageDir=/usr/share/pixmaps/faces/@' \
- -e 's@^LogDir=/var/log/gdm@#&@' \
- -e 's@^PostLoginScriptDir=/etc/X11/gdm/PostLogin@#&@' \
- -e 's@^PreLoginScriptDir=/etc/X11/gdm/PreLogin@#&@' \
- -e 's@^PreSessionScriptDir=/etc/X11/gdm/PreSession@#&@' \
- -e 's@^PostSessionScriptDir=/etc/X11/gdm/PostSession@#&@' \
- -e 's@^DisplayInitDir=/var/run/gdm.pid@#&@' \
- -e 's@^RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot@#&@' \
- -e 's@^HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff@#&@' \
- -e 's@^ServAuthDir=/var/gdm@#&@' \
- -e 's@^Greeter=/usr/bin/gdmlogin@Greeter=/usr/libexec/gdmlogin@' \
- -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' \
- $oldconffile > $custom
- fi
- /usr/sbin/gdm-safe-restart >/dev/null 2>&1 || :
- exit 0
- %preun
- if [ "$1" -eq 0 ]; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
- fi
- %postun
- /sbin/ldconfig
- scrollkeeper-update >& /dev/null ||:
- touch --no-create %{_datadir}/icons/hicolor ||:
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- fi
- %files -f gdm.lang
- %defattr(-, root, root)
- %doc AUTHORS COPYING ChangeLog NEWS README TODO
- %dir %{_sysconfdir}/X11/gdm
- # Not sure which package %{_sysconfdir}/X11/dm dir should belong to,
- # this dir was agreed on among KDM and GDM maintainer to host
- # the new session setup
- %config %{_sysconfdir}/X11/dm/Sessions/*
- %config(noreplace) %{_sysconfdir}/X11/gdm/custom.conf
- %config %{_sysconfdir}/X11/gdm/Init/*
- %config %{_sysconfdir}/X11/gdm/PostLogin/*
- %config %{_sysconfdir}/X11/gdm/PreSession/*
- %config %{_sysconfdir}/X11/gdm/PostSession/*
- %config %{_sysconfdir}/pam.d/gdm
- %config %{_sysconfdir}/pam.d/gdm-autologin
- %config %{_sysconfdir}/dbus-1/system.d/gdm.conf
- %dir %{_sysconfdir}/X11/gdm/Init
- %dir %{_sysconfdir}/X11/gdm/PreSession
- %dir %{_sysconfdir}/X11/gdm/PostSession
- %dir %{_sysconfdir}/X11/gdm/PostLogin
- %{_sysconfdir}/gconf/schemas/*.schemas
- %{_sysconfdir}/X11/gdm/Xsession
- %{_datadir}/pixmaps/*.png
- %dir %{_datadir}/pixmaps/faces
- %{_datadir}/pixmaps/faces/*.png
- %{_datadir}/pixmaps/faces/*.jpg
- %{_datadir}/icons/hicolor/*/apps/*.png
- %dir %{_datadir}/gdm
- %{_datadir}/gdm/*
- %{_datadir}/applications/gdmsetup.desktop
- %{_datadir}/gnome/help/gdm
- %{_datadir}/omf/gdm
- %{_datadir}/polkit-1/actions/gdm.policy
- %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
- %{_libdir}/bonobo/servers/GNOME_FastUserSwitchApplet.server
- %{_bindir}/*
- %{_libexecdir}/*
- %{_sbindir}/*
- %dir %{_var}/log/gdm
- %dir %{_var}/spool/gdm
- %dir %{_var}/run/gdm/greeter
- %attr(1770, gdm, gdm) %dir %{_localstatedir}/gdm
- %attr(1770, gdm, gdm) %{_localstatedir}/gdm/.gconf.mandatory/%gconf-tree.xml
- %attr(1770, gdm, gdm) %{_localstatedir}/gdm/.gconf.path
- %attr(1755, gdm, gdm) %dir %{_localstatedir}/run/gdm/greeter
- %attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm
- %attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
- %changelog
- * Wed Mar 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.0-2
- - add Patch501 to fix metacity warning..
- - update ja.po
- * Tue Mar 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.0-1
- - update to 2.32.0
- - remove R: plymouth-gdm-hooks
- - use ubuntu plymouth integration patch instead of fedora's.
- - update ubuntu patches
- * Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-6
- - remove Patch1 (gdm-2.30.2-UTF-8.patch)
- * Mon Jan 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-5
- - add Patch1 (gdm-2.30.2-UTF-8.patch)
- * Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-4
- - add BuildRequires: polkit-devel, gnome-panel-devel, libxklavier-devel, upower-devel,
- libXdmcp-devel, gnome-doc-utils, libICE-devel
- - add Patch100 (01_upower.patch) from ubuntu
- - add Patch105 (02_x_server_location.patch) from ubuntu
- - add Patch501 (gdm-2.30.2_add_dbus_glib_to_applet_deps.patch)
- - add configure option (--with-working-directory=%%{_localstatedir}/gdm)
- - fix %files (fix working directory)
- * Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-3
- - fix patch500: fix login panel crash on x86_64 (<BTS:992>)
- * Fri May 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-2
- - add patch104: hide mouse cursor on startup user session
- - add patch500: read vine-release to get system version
- * Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-1
- - new upstream release
- - add patch101,102,103 from ubuntu
- - drop themes
- * Sat Jul 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.20.10-6
- - update Patch100: fix typo & change BackgroundColor/GraphicalThemedColor
- <BTS:VineLinux:0732>
- - add BuildRequires: libdmx-devel, audit-libs-devel
- * Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-5
- - add patch11: add hibernate button in GDM menu
- - add pathc18: use combo boxc for language selector
- * Mon May 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-4
- - remove explicit dependency to gnome libraries
- - remove BR: libgnome{ui,canvas}-devel
- - add Requires: xorg-x11-xdm
- * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-3
- - update vine themes
- - sync Vine-list with new Vine theme
- * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-2
- - update vine theme
- * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-1
- - update to 2.20.10
- - update vine themes
- - add Requires: vine-backgrounds >= 4.0
- * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.8-1
- - update to 2.20.8
- - gdm-2.22/24 still not mature, so We are staying
- with gdm-2.20 branch.
- * Wed Jun 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.5-2
- - rebuilt with --with-console-kit
- - TODO: update to 2.22.0 with PolicyKit support
- * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.5-1
- - update to 2.20.5
- - TODO: update to 2.22.0
- - TODO: update theme to support gdm-2.22.0
- - build with xorg-x11-7.3
- * Mon Jan 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-0vl4
- - added gdm-2.18.1-gdmphotosetup-desktop.patch
- * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl3
- - import some upstream patches
- * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
- - update Vine theme
- * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
- - new upstream release
- * Thu Dec 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.10-0vl5
- - rebuilt for VineSeed
- * Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.2
- - add Vendor/Distribution tag
- - fix changelog typo
- * Mon Dec 18 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.1
- - add patch200 for fix CVE-2006-6105
- * Thu Sep 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl4
- - update locale.alias
- - remove unsupported langs, add ja_JP.UTF-8
- * Fri Sep 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl3
- - update gdm-theme-vine
- - shrink image size
- * Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl2
- - update gdm-theme-vine
- - add Face-browser version of Vine theme.
- * Sat Aug 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl1
- - new upstream release
- - update gdm-theme-vine
- - drop Patch10 (merged in upstream)
- * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.8-0vl1
- - new upstream release
- - add Patch10 to fix autologin
- (<BTS:63>, http://bugzilla.gnome.org/show_bug.cgi?id=344191)
- * Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.7-0vl1
- - new upstream release
- * Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.6-0vl1
- - new upstream release
- - remove xsri dependency
- * Sun May 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl2
- - use consolehelper for gdmsetup
- * Sat May 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
- - new upstream release
- * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
- - new upstream release
- * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
- - rebuild to change _localstatedir
- * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
- - new upstream release
- * Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.0.10-0vl2
- - fix %%post script for Vine Linux
- - remove Patch17,18 which are not needed for Vine Linux
- * Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13.0.10-0vl1
- - new upstream release
- - updated %%post and %%postun script
- * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.4-0vl1
- - new upstream release
- - import gdm-theme-vine from Vine Linux 3.2
- * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.6-0vl1
- - new upstream release
- - build with gnome-2.8.1
- * Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.5-0vl1
- - new upstream release
- - update Vine patch
- - remove obsolete patch and ja.po
- * Fri Oct 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl10
- - update Vine theme for Vine Linux 3.1
- * Mon Jul 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl9
- - rebuild to fix bogus consolehelper symlinks
- * Fri Jul 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl8
- - revert 0vl7's change..
- * Thu Jul 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl7
- - use 100dpi for X resolution instead of 96dpi
- * Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl6
- - Requires usermode-gtk instead of usermode
- * Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl5
- - move WindowMaker.desktop to WindowMaker package.
- * Fri Apr 2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl4
- - add modified ja.po to fix a strange date notation in gdmlogin.
- * Wed Mar 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl3
- - add new Vine theme, rename old Vine theme to AquaVine
- - switch to new default Theme
- * Fri Mar 5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl2
- - update GDM-Vine theme to change font size.
- * Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl1
- - new upstream release
- * Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.4-0vl1
- - new upstream release
- * Sun Sep 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.3-0vl1
- - new upstream release
- - fix locale.alias to use ja_JP.eucJP instead of UTF-8 for Japanese locale.
- (this was fixed in 2.4.0.12, but it does not works with 2.4.4.x)
- * Tue Sep 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.1-0vl1
- - new upstream release
- * Sat Sep 13 2003 KAZUKI SHIMURA <rito@pos.to> 2.4.4.0-0vl4
- - fix LogDir/ServAuthDir
- * Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl3
- - add WindowMaker.desktop which should go to WindowMaker package.
- * Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl2
- - update ja.po
- - modified gdm.conf
- * Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl1
- - new upstream release
- - partially merged with rawhide package
- * Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-2
- - Use the right default session (#103546)
- * Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-1
- - update to 2.4.4.0
- - update to georges new selinux patch
- * Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 1:2.4.2.102-2
- - Remove scrollkeeper files
- * Tue Aug 26 2003 George Lebl <jirka@5z.com> 1:2.4.2.102-1
- - updated to 2.4.2.102
- - removed outdated patches
- - Use Xsetup_0 only for :0 since that's the way it works
- for xdm
- - remove the gnome.desktop file, its going into gnome-session
- * Thu Aug 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.6-1
- - update to latest bugfix version on george's advice
- - remove setlocale patch that's upstream
- - remove console setup patches that are upstream
- * Thu Jun 12 2003 Dan Walsh <dwalsh@redhat.com> 2.4.1.3-9
- - Port to SELinux
- * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
- - add explicit epoch's where needed.
- * Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- - fix post: localstatedir -> _localstatedir
- * Thu May 1 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-6
- - enable UTF-8 for CJK
- * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- - debuginfo rebuild
- * Thu Feb 20 2003 Owen Taylor <otaylor@redhat.com>
- - Run the error dialogs under /bin/sh --login, so we
- get lang.sh, and thus unicode_start running. Fixes
- the X-doesn't-start dialog showing up as random
- blinking characters.
- * Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-2
- - nuke buildreq Xft
- * Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-1
- - upgrade to 2.4.1.3
- * Mon Feb 3 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-6
- - added gdm-2.4.1.1-64bit.patch to fix 64 bit crash in cookie
- generation (#83334)
- * Mon Feb 3 2003 Owen Taylor <otaylor@redhat.com>
- - Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019)
- * Thu Jan 30 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-3
- - fix pam.d entry, pam_env wasn't properly patched
- - disable optimizations on x86_64 to work around gcc bug
- * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- - rebuilt
- * Mon Jan 20 2003 Owen Taylor <otaylor@redhat.com>
- - Upgrade to 2.4.1.1 (Fixes #81907)
- - Redirect stdout of kill to /dev/null (#80814)
- * Thu Jan 9 2003 Havoc Pennington <hp@redhat.com>
- - 2.4.1.0
- - add patch from george to ask "are you sure?" for shutdown/reboot since
- it's now just one click away
- * Thu Dec 19 2002 Havoc Pennington <hp@redhat.com>
- - 2.4.0.12
- - update new patch for no-utf8-in-cjk
- - drop patch to photo setup, now upstream
- - drop confdocs patch now upstream
- - move all the gdm.conf changes into single "rhconfig" patch
- - remove "sid-fix" patch now upstream
- * Sun Jan 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.2-0vl1
- - new upstream release
- - add '-dpi 96' to Xserver option. (change default to 96dpi)
- * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.1-0vl1
- - new upstream release
- * Sat Jan 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.0-0vl1
- - new upstream release
- - update PreReq tag.
- - discard scrollkeeper outputs.
- * Fri Jan 3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl3
- - add Vine theme as default.
- - change ja locale from utf8 to eucJP
- - add Xsession/Xclients script for gdm.
- - add Sessions/* for Gnome/WindowMaker.
- * Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl2
- - remove redhat category
- * Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl1
- - merged with rawhide release for gnome2.
- * Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.0.7-14
- - remove the directory part of module specifications from the PAM config files,
- allowing the same PAM config to work for either arch on multilib boxes
- * Thu Sep 5 2002 Owen Taylor <otaylor@redhat.com>
- - Change zh_CN entry in language menu to zh_CN.GB18030
- * Thu Sep 5 2002 Akira TAGOH <tagoh@redhat.com> 2.4.0.7-12
- - copied gdm-ja.po to ja.po.
- * Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
- - Fix problem where gdm was opening ~/.xsession-errors itself to bad effect
- * Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
- - include ja.po with new date format
- * Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- - remove noreplace on gdm.conf #71309
- - make gnome-gdmsetup absolute, #72910
- * Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- - put /usr/X11R6/bin in path for now fixes #72781
- - use proper i18n algorithm for word wrap, #71937
- - remove greek text from language picker due to lack
- of greek font
- - reorder PAM config file #72657
- * Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- - improve gdmsetup icon
- - remove GNOME session, we will instead put it in gnome-session
- - apply patch from george to make gdmphotosetup file selector
- work
- * Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 2.4.0.7-6
- - Patches for #64902, #66486, #68483, #71308
- - post-install script changes from the gdm.spec mentioned in #70965
- - noreplace on gdm.conf for #71309
- * Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
- - put in a patch from george to fix some setsid()/kill() confusion
- possibly fixing #72295
- - turn off UseCirclesInEntry for now, fixes #72433
- * Tue Aug 20 2002 Alexander Larsson <alexl@redhat.com>
- - Set UseCirclesInEntry to true in config
- * Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
- - rename Gnome session to GNOME, this was just bugging me
- * Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
- - 2.4.0.7 with bugfixes George kindly did for me,
- including mnemonics for the graphical greeter
- - use Wonderland gtk theme for the nongraphical greeter
- - remove patches that are now upstream
- * Tue Jul 30 2002 Havoc Pennington <hp@redhat.com>
- - update rhconfig patch
- - use pam_timestamp for the config tool
- - link to a desktop file in redhat-menus
- - update .gnome2 patch, filed upstream bug
- - 2.4.0.4
- - rebuild with new gail, librsvg2
- * Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
- - Require redhat-artwork, make the default greeter theme Wonderland
- - Look for all configuration in .gnome2 not .gnome. This avoids problems
- with changes in the set of session/lang.
- - Remove English from locale.alias, make most locales UTF-8
- -C all find_lang with the right name
- * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
- - rebuild for new libs
- - put gdm-autologin pam config file in file list, hope
- its absence wasn't deliberate
- - use desktop-file-install
- * Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
- - rebuild in different environment
- * Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
- - 2.4.0.0
- * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- - rebuild in different environment
- * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- - 2.3.90.3
- * Tue May 14 2002 Matt Wilson <msw@redhat.com> 2.3.90.2.90-1
- - pulled from current CVS, named it 2.3.90.2.90-1
- * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
- - rebuild for new libs
- - add URL tag
- * Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 2.3.90.1.90-1
- - Updated to a cvs snapshot that has the new greeter.
- * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
- - rebuild in rawhide
- * Tue Sep 4 2001 Havoc Pennington <hp@redhat.com>
- - fix #52997 (ukrainian in language list)
- * Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
- - Add po files from sources.redhat.com
- * Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
- - Add po files from sources.redhat.com
- * Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
- - set SESSION to true in console.apps control file
- * Tue Aug 14 2001 Havoc Pennington <hp@redhat.com>
- - change default title font to work in CJK, #51698
- * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
- - fix %pre for using /var/gdm as home dir
- * Sun Aug 5 2001 Nalin Dahyabhai <nalin@redhat.com>
- - Tweak PAM setup for gdmconfig to match other consolehelper users
- * Fri Aug 3 2001 Owen Taylor <otaylor@redhat.com>
- - Set RUNNING_UNDER_GDM when running display init script
- - Run xsri as the background program
- * Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
- - Change how session switching works, #49480
- - don't offer to make Failsafe the default, #49479
- * Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
- - clean up some format string mess, and don't
- log username to syslog, #5681
- - own some directories #50692
- * Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
- - require/buildrequire latest gnome-libs, to compensate
- for upstream crackrock. #50554
- * Tue Jul 31 2001 Havoc Pennington <hp@redhat.com>
- - get rid of GiveConsole/TakeConsole, bug #33710
- * Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
- - use Raleigh theme for gdm
- * Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
- - depend on usermode, xinitrc
-
- * Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
- - build requires pam-devel, should fix #49448
- * Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
- - log to /var/log/gdm/*
- * Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
- - make Halt... power off
- * Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
- - gdm user's homedir to /var/gdm not /home/gdm
- * Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
- - put pam.d/gdm back in file list
- * Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
- - upgrade to 2.2.3.1, pray this fixes more than it breaks
- * Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
- - add "rpm" user to those not to show in greeter
- * Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
- - Upgrade to 2.2.3
- - require usermode since configure script now checks for it
- * Fri Jun 01 2001 Havoc Pennington <hp@redhat.com>
- - Prereq for scrollkeeper-update
- * Thu May 30 2001 Havoc Pennington <hp@redhat.com>
- - New CVS snap with the "no weird sessions" options;
- more default settings changes
- * Wed May 30 2001 Havoc Pennington <hp@redhat.com>
- - Change a bunch of default settings; remaining fixes will involve C hacking
- * Wed May 30 2001 Havoc Pennington <hp@redhat.com>
- - After, oh, 2 years or so, finally upgrade version and set
- release to 1. Remove all hacks and patches, pretty much;
- this will break a few things, will be putting them back
- via GNOME CVS. All changes should go in 'gdm2' module in
- CVS for now.
- This RPM enables all kinds of features that I'm going to turn
- off shortly, so don't get excited about them. ;-)
- * Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
- - reinitialize pam credentials after calling initgroups() -- the
- credentials may be group memberships
- * Mon Mar 19 2001 Owen Taylor <otaylor@redhat.com>
- - Fix colors patch
- * Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
- - translations
- * Mon Mar 5 2001 Preston Brown <pbrown@redhat.com>
- - don't screw up color map on 8 bit displays
- * Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
- - langify
- - Don't define and use "ver" and "nam" at the top of the spec file
- - use %%{_tmppath}
- * Tue Feb 13 2001 Tim Powers <timp@redhat.com>
- - don't allow gdm to show some system accounts in the browser bugzilla
- #26898
- * Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
- - Updated Japanese translation.
- * Tue Jan 02 2001 Havoc Pennington <hp@redhat.com>
- - add another close() to the fdleak patch, bugzilla #22794
- * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
- - Return to toplevel main loop and start Xdcmp if enabled
- (Bug #16106)
- * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
- - Up Epoch and release
- * Wed Aug 02 2000 Havoc Pennington <hp@redhat.com>
- - Requires Xsession script
- * Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
- - Italian is better as it_IT than it_CH (bugzilla 12425)
- * Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
- - Don't instally gdmconfig as it doesn't work.
- * Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
- - Rearrange code to avoid calling innumerable system calls
- in a signal handler
- * Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
- - Verbose debug spew for infinite loop stuff
- * Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
- - Try to fix infinite loops on X server failure
- * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- - automatic rebuild
- * Thu Jun 29 2000 Havoc Pennington <hp@redhat.com>
- - Remove Docdir
- * Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
- - Fix file descriptor leak (Bugzilla 12301)
- * Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
- - Apply security errata patch we released for 6.2
- - Add Gnome.session back, don't know when it disappeared or why
- * Thu Jun 1 2000 Nalin Dahyabhai <nalin@redhat.com>
- - modify PAM setup to use system-auth
- * Fri May 19 2000 Havoc Pennington <hp@redhat.com>
- - rebuild for the Winston tree
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - Modify Default.session and Failsafe.session not to add -login option to bash
- - exec the session scripts with the user's shell with a hyphen prepended
- - doesn't seem to actually work yet with tcsh, but it doesn't seem to
- break anything. needs a look to see why it doesn't work
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - Link PreSession/Default to xdm/GiveConsole
- - Link PostSession/Default to xdm/TakeConsole
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - Fix the fix to the fix (8877)
- - remove docs/gdm-manual.txt which doesn't seem to exist from %doc
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - Enhance 8877 fix by not deleting the "Please login"
- message
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - Try to fix bug 8877 by clearing the message below
- the entry box when the prompt changes. may turn
- out to be a bad idea.
- * Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
- - Fix bug #7666: exec Xsession instead of just running it
- * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
- - Work around so that russian works (uses koi8-r instead
- of the default iso8859-5)
- * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
- - Try again
- * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
- - More fixes for i18n
- * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
- - Fixes for i18n
- * Fri Sep 26 1999 Elliot Lee <sopwith@redhat.com>
- - Fixed pipewrite bug (found by mkj & ewt).
- * Fri Sep 17 1999 Michael Fulbright <drmike@redhat.com>
- - added requires for pam >= 0.68
- * Fri Sep 10 1999 Elliot Lee <sopwith@redhat.com>
- - I just update this package every five minutes, so any recent changes are my fault.
- * Thu Sep 02 1999 Michael K. Johnson <johnsonm@redhat.com>
- - built gdm-2.0beta2
- * Mon Aug 30 1999 Michael K. Johnson <johnsonm@redhat.com>
- - built gdm-2.0beta1
- * Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
- - included rmeier@liberate.com patch for tcp socket X connections
- * Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
- - fix to handling ancient gdm config files with non-standard language specs
- - dont close display connection for xdmcp connections, else we die if remote
- end dies.
- * Fri Apr 16 1999 Michael Fulbright <drmike@redhat.com>
- - fix language handling to set GDM_LANG variable so gnome-session
- can pick it up
- * Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
- - fix so certain dialog boxes dont overwrite background images
- * Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
- - do not specify -r 42 to useradd -- it doesn't know how to fall back
- if id 42 is already taken
- * Fri Apr 9 1999 Michael Fulbright <drmike@redhat.com>
- - removed suspend feature
- * Mon Apr 5 1999 Jonathan Blandford <jrb@redhat.com>
- - added patch from otaylor to not call gtk funcs from a signal.
- - added patch to tab when username not added.
- - added patch to center About box (and bring up only one) and ignore "~"
- and ".rpm" files.
- * Fri Mar 26 1999 Michael Fulbright <drmike@redhat.com>
- - fixed handling of default session, merged all gdmgreeter patches into one
- * Tue Mar 23 1999 Michael Fulbright <drmike@redhat.com>
- - remove GNOME/KDE/AnotherLevel session scripts, these have been moved to
- the appropriate packages instead.
- - added patch to make option menus always active (security problem otherwise)
- - added jrb's patch to disable stars in passwd entry field
- * Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
- - made sure /usr/bin isnt in default path twice
- - strip binaries
- * Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
- - fixed to use proper system path when root logs in
- * Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
- - linked Init/Default to Red Hat default init script for xdm
- - removed logo from login dialog box
- * Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
- - pam_console integration
- * Tue Mar 09 1999 Michael Fulbright <drmike@redhat.com>
- - added session files for GNOME/KDE/AnotherLevel/Default/Failsafe
- - patched gdmgreeter to not complete usernames
- - patched gdmgreeter to not safe selected session permanently
- - patched gdmgreeter to center dialog boxes
- * Mon Mar 08 1999 Michael Fulbright <drmike@redhat.com>
- - removed comments from gdm.conf file, these are not parsed correctly
- * Sun Mar 07 1999 Michael Fulbright <drmike@redhat.com>
- - updated source line for accuracy
- * Fri Feb 26 1999 Owen Taylor <otaylor@redhat.com>
- - Updated patches for 1.0.0
- - Fixed some problems in 1.0.0 with installation directories
- - moved /usr/var/gdm /var/gdm
- * Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
- - moved files from /usr/etc to /etc
- * Tue Feb 16 1999 Michael Johnson <johnsonm@redhat.com>
- - removed commented-out #1 definition -- put back after testing gnome-libs
- comment patch
- * Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
- - initial packaging
|