Blame SPECS/gdm.spec

2fc437
%global _changelog_trimtime %(date +%s -d "1 year ago")
2fc437
%global _hardened_build 1
2fc437
2fc437
%define libauditver 1.0.6
2fc437
%define gtk3_version 2.99.2
2fc437
%define pam_version 0.99.8.1-11
2fc437
%define desktop_file_utils_version 0.2.90
2fc437
%define nss_version 3.11.1
2fc437
2fc437
Name: gdm
2fc437
Epoch: 1
765e07
Version: 3.28.2
fdca65
Release: 12%{?dist}
765e07
Summary: The GNOME Display Manager
765e07
2fc437
License: GPLv2+
765e07
URL: https://wiki.gnome.org/Projects/GDM
765e07
Source0: http://download.gnome.org/sources/gdm/3.28/gdm-%{version}.tar.xz
2fc437
Source1: org.gnome.login-screen.gschema.override
2fc437
Source2: ja.po
f42647
2fc437
Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
f42647
f42647
Patch20: 0001-Revert-session-forward-is-initial-from-display-to-wo.patch
f42647
Patch21: 0001-worker-add-compat-patch-to-make-new-worker-work-with.patch
f42647
f42647
# breaks upgrades
f42647
Patch40: 0001-Revert-data-Add-gnome-login.session.patch
f42647
# we don't have new enough dbus for this and don't need it with our old dbus
f42647
Patch41: 0001-Revert-gdm-sessions-force-a-session-bus-for-non-seat.patch
f42647
765e07
Patch50: 0001-data-change-cirrus-blacklist-to-use-gdm-disable-wayl.patch
765e07
765e07
Patch60: 0001-manager-plug-leak-in-maybe_activate_other_session.patch
765e07
Patch61: 0002-manager-start-login-screen-if-old-one-is-finished.patch
765e07
Patch62: 0003-manager-don-t-bail-if-session-disappears-out-from-un.patch
765e07
Patch63: 0004-manager-make-get_login_window_session_id-fail-if-no-.patch
765e07
Patch64: 0005-daemon-try-harder-to-get-to-a-login-screen-at-logout.patch
765e07
Patch65: 0006-daemon-ensure-is-initial-bit-is-transferred-to-new-l.patch
4f3de9
Patch66: 0007-local-display-factory-try-even-harder-to-get-to-a-lo.patch
765e07
765e07
Patch70: 0001-daemon-gdm-session-record.c-open-close-the-utmp-data.patch
765e07
fdca65
Patch81: 0001-manager-allow-multiple-xdmcp-logins-for-the-same-use.patch
fdca65
f42647
Patch90: audit-4.patch
f42647
Patch91: clear-screen.patch
f42647
Patch92: 0001-gdm.conf-custom.in-strip-out-reference-to-wayland.patch
f42647
Patch93: system-dconf.patch
f42647
Patch94: classic-session.patch
f42647
Patch95: 0001-data-drop-pam_gdm-reintroduce-pam_env-postlogin.patch
0b53c7
Patch96: 0001-configure-don-t-assume-x-server-defaults-to-local-on.patch
2fc437
2fc437
BuildRequires: pam-devel >= 0:%{pam_version}
2fc437
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
2fc437
BuildRequires: libtool automake autoconf
2fc437
BuildRequires: libattr-devel
2fc437
BuildRequires: gettext
765e07
BuildRequires: git
2fc437
BuildRequires: libdmx-devel
2fc437
BuildRequires: audit-libs-devel >= %{libauditver}
2fc437
BuildRequires: autoconf automake libtool
2fc437
BuildRequires: intltool
2fc437
%ifnarch s390 s390x ppc ppc64
2fc437
BuildRequires: xorg-x11-server-Xorg
765e07
BuildRequires: pkgconfig(xorg-server)
2fc437
%endif
2fc437
BuildRequires: nss-devel >= %{nss_version}
2fc437
BuildRequires: pkgconfig(accountsservice) >= 0.6.3
2fc437
BuildRequires: pkgconfig(check)
2fc437
BuildRequires: pkgconfig(gobject-introspection-1.0)
2fc437
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
2fc437
BuildRequires: pkgconfig(iso-codes)
2fc437
BuildRequires: pkgconfig(libcanberra-gtk3)
2fc437
BuildRequires: pkgconfig(libselinux)
2fc437
BuildRequires: pkgconfig(libsystemd)
2fc437
BuildRequires: pkgconfig(ply-boot-client)
2fc437
BuildRequires: pkgconfig(systemd)
2fc437
BuildRequires: pkgconfig(x11)
2fc437
BuildRequires: pkgconfig(xau)
2fc437
BuildRequires: libXdmcp-devel
2fc437
BuildRequires: systemd
2fc437
BuildRequires: keyutils-libs-devel
2fc437
BuildRequires: dconf
2fc437
2fc437
Requires(pre):    /usr/sbin/useradd
2fc437
Requires(post):   systemd
2fc437
Requires(preun):  systemd
2fc437
Requires(postun): systemd
2fc437
2fc437
Provides: service(graphical-login) = %{name}
2fc437
2fc437
Requires: accountsservice
2fc437
Requires: audit-libs >= %{libauditver}
2fc437
Requires: dconf
2fc437
# since we use it, and pam spams the log if the module is missing
2fc437
Requires: gnome-keyring-pam
2fc437
Requires: gnome-session
765e07
Requires: gnome-settings-daemon >= 3.27.90
2fc437
Requires: gnome-shell
2fc437
Requires: iso-codes
2fc437
# We need 1.0.4-5 since it lets us use "localhost" in auth cookies
2fc437
Requires: libXau >= 1.0.4-4
2fc437
Requires: pam >= 0:%{pam_version}
2fc437
Requires: pulseaudio-gdm-hooks
2fc437
Requires: /sbin/nologin
2fc437
Requires: setxkbmap
2fc437
Requires: systemd >= 186
2fc437
Requires: system-logos
2fc437
Requires: xorg-x11-server-utils
2fc437
Requires: xorg-x11-xinit
2fc437
2fc437
Obsoletes: gdm-libs < 1:3.12.0-3
2fc437
Provides: gdm-libs%{?_isa} = %{epoch}:%{version}-%{release}
2fc437
2fc437
# Swallow up old fingerprint/smartcard plugins
2fc437
Obsoletes: gdm-plugin-smartcard < 1:3.2.1
2fc437
Provides: gdm-plugin-smartcard = %{epoch}:%{version}-%{release}
2fc437
2fc437
Obsoletes: gdm-plugin-fingerprint < 1:3.2.1
2fc437
Provides: gdm-plugin-fingerprint = %{epoch}:%{version}-%{release}
2fc437
2fc437
%description
765e07
GDM, the GNOME Display Manager, handles authentication-related backend
765e07
functionality for logging in a user and unlocking the user's session after
765e07
it's been locked. GDM also provides functionality for initiating user-switching,
765e07
so more than one user can be logged in at the same time. It handles
765e07
graphical session registration with the system for both local and remote
765e07
sessions (in the latter case, via the XDMCP protocol).  In cases where the
765e07
session doesn't provide it's own display server, GDM can start the display
765e07
server on behalf of the session.
2fc437
2fc437
%package devel
2fc437
Summary: Development files for gdm
2fc437
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
f42647
Requires: gdm-pam-extensions-devel = %{epoch}:%{version}-%{release}
2fc437
2fc437
%description devel
2fc437
The gdm-devel package contains headers and other
2fc437
files needed to build custom greeters.
2fc437
f42647
%package pam-extensions-devel
f42647
Summary: Macros for developing GDM extensions to PAM
f42647
Group: Development/Libraries
f42647
Requires: pam-devel
765e07
Obsoletes: gdm-pam-extensions < 1:3.28.2-5
765e07
Provides: gdm-pam-extensions = %{epoch}:%{version}-%{release}
f42647
f42647
%description pam-extensions-devel
f42647
The gdm-pam-extensions-devel package contains headers and other
f42647
files that are helpful to PAM modules wishing to support
f42647
GDM specific authentication features.
f42647
2fc437
%prep
2fc437
%autosetup -S git
2fc437
2fc437
cp -f $RPM_SOURCE_DIR/ja.po po
2fc437
2fc437
intltoolize --force --copy --automake
2fc437
autoreconf --force --install --verbose
2fc437
2fc437
%build
2fc437
2fc437
%configure --with-pam-prefix=%{_sysconfdir} \
2fc437
           --with-run-dir=/run/gdm \
2fc437
           --with-default-path="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" \
2fc437
           --enable-split-authentication \
2fc437
           --enable-profiling      \
2fc437
           --enable-console-helper \
2fc437
           --with-plymouth \
2fc437
           --disable-systemd-journal \
2fc437
           --disable-user-display-server \
f42647
           --enable-wayland-support \
2fc437
           --with-selinux
2fc437
2fc437
# drop unneeded direct library deps with --as-needed
2fc437
# libtool doesn't make this easy, so we do it the hard way
2fc437
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
2fc437
2fc437
make %{?_smp_mflags}
2fc437
2fc437
2fc437
%install
765e07
mkdir -p %{buildroot}%{_sysconfdir}/gdm/Init
765e07
mkdir -p %{buildroot}%{_sysconfdir}/gdm/PreSession
765e07
mkdir -p %{buildroot}%{_sysconfdir}/gdm/PostSession
2fc437
765e07
make install DESTDIR=%{buildroot}
2fc437
765e07
rm -f %{buildroot}%{_sysconfdir}/pam.d/gdm
2fc437
2fc437
# add logo to shell greeter
765e07
cp -a %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas
2fc437
2fc437
# docs go elsewhere
765e07
rm -rf %{buildroot}/%{_prefix}/doc
2fc437
2fc437
# create log dir
765e07
mkdir -p %{buildroot}/var/log/gdm
2fc437
765e07
(cd %{buildroot}%{_sysconfdir}/gdm; ln -sf ../X11/xinit/Xsession .)
2fc437
765e07
mkdir -p %{buildroot}%{_datadir}/gdm/autostart/LoginWindow
2fc437
765e07
mkdir -p %{buildroot}/run/gdm
2fc437
765e07
find %{buildroot} -name '*.a' -delete
765e07
find %{buildroot} -name '*.la' -delete
2fc437
2fc437
%find_lang gdm --with-gnome
2fc437
2fc437
%pre
2fc437
/usr/sbin/useradd -M -u 42 -d /var/lib/gdm -s /sbin/nologin -r gdm > /dev/null 2>&1
2fc437
/usr/sbin/usermod -d /var/lib/gdm -s /sbin/nologin gdm >/dev/null 2>&1
2fc437
# ignore errors, as we can't disambiguate between gdm already existed
2fc437
# and couldn't create account with the current adduser.
2fc437
exit 0
2fc437
2fc437
%post
2fc437
/sbin/ldconfig
2fc437
touch --no-create /usr/share/icons/hicolor >&/dev/null || :
2fc437
2fc437
# if the user already has a config file, then migrate it to the new
2fc437
# location; rpm will ensure that old file will be renamed
2fc437
2fc437
custom=/etc/gdm/custom.conf
2fc437
2fc437
if [ $1 -ge 2 ] ; then
2fc437
    if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then
2fc437
        oldconffile=/usr/share/gdm/config/gdm.conf-custom
2fc437
    elif [ -f /etc/X11/gdm/gdm.conf ]; then
2fc437
        oldconffile=/etc/X11/gdm/gdm.conf
2fc437
    fi
2fc437
2fc437
    # Comment out some entries from the custom config file that may
2fc437
    # have changed locations in the update.  Also move various
2fc437
    # elements to their new locations.
2fc437
2fc437
    [ -n "$oldconffile" ] && sed \
2fc437
    -e 's@^command=/usr/X11R6/bin/X@#command=/usr/bin/Xorg@' \
2fc437
    -e 's@^Xnest=/usr/X11R6/bin/Xnest@#Xnest=/usr/X11R6/bin/Xnest@' \
2fc437
    -e 's@^BaseXsession=/etc/X11/xdm/Xsession@#BaseXsession=/etc/X11/xinit/Xsession@' \
2fc437
    -e 's@^BaseXsession=/etc/X11/gdm/Xsession@#&@' \
2fc437
    -e 's@^BaseXsession=/etc/gdm/Xsession@#&@' \
2fc437
    -e 's@^Greeter=/usr/bin/gdmgreeter@#Greeter=/usr/libexec/gdmgreeter@' \
2fc437
    -e 's@^RemoteGreeter=/usr/bin/gdmlogin@#RemoteGreeter=/usr/libexec/gdmlogin@' \
2fc437
    -e 's@^GraphicalTheme=Bluecurve@#&@' \
2fc437
    -e 's@^BackgroundColor=#20305a@#&@' \
2fc437
    -e 's@^DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin@#&@' \
2fc437
    -e 's@^RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin@#&@' \
2fc437
    -e 's@^HostImageDir=/usr/share/hosts/@#HostImageDir=/usr/share/pixmaps/faces/@' \
2fc437
    -e 's@^LogDir=/var/log/gdm@#&@' \
2fc437
    -e 's@^PostLoginScriptDir=/etc/X11/gdm/PostLogin@#&@' \
2fc437
    -e 's@^PreLoginScriptDir=/etc/X11/gdm/PreLogin@#&@' \
2fc437
    -e 's@^PreSessionScriptDir=/etc/X11/gdm/PreSession@#&@' \
2fc437
    -e 's@^PostSessionScriptDir=/etc/X11/gdm/PostSession@#&@' \
2fc437
    -e 's@^DisplayInitDir=/var/run/gdm.pid@#&@' \
2fc437
    -e 's@^RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot@#&@' \
2fc437
    -e 's@^HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff@#&@' \
2fc437
    -e 's@^ServAuthDir=/var/gdm@#&@' \
2fc437
    -e 's@^Greeter=/usr/bin/gdmlogin@Greeter=/usr/libexec/gdmlogin@' \
2fc437
    -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' \
2fc437
    $oldconffile > $custom
2fc437
fi
2fc437
2fc437
if [ $1 -ge 2 -a -f $custom ] && grep -q /etc/X11/gdm $custom ; then
2fc437
   sed -i -e 's@/etc/X11/gdm@/etc/gdm@g' $custom
2fc437
fi
2fc437
2fc437
%systemd_post gdm.service
2fc437
2fc437
%preun
2fc437
%systemd_preun gdm.service
2fc437
2fc437
%postun
2fc437
/sbin/ldconfig
2fc437
if [ $1 -eq 0 ]; then
2fc437
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
2fc437
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
2fc437
fi
2fc437
2fc437
if [ $1 -eq 0 ] ; then
2fc437
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2fc437
fi
2fc437
%systemd_postun
2fc437
2fc437
%triggerun -- gdm < 1:3.14.2-1
2fc437
test -e %{_sysconfdir}/sysconfig/desktop && mv -f %{_sysconfdir}/sysconfig/desktop %{_sysconfdir}/sysconfig/desktop.rpmsave || :
2fc437
2fc437
%posttrans
2fc437
dconf update
2fc437
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
2fc437
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2fc437
2fc437
%files -f gdm.lang
765e07
%doc AUTHORS NEWS README
765e07
%license COPYING
2fc437
%dir %{_sysconfdir}/gdm
2fc437
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
2fc437
%config %{_sysconfdir}/gdm/Init/*
2fc437
%config %{_sysconfdir}/gdm/PostLogin/*
2fc437
%config %{_sysconfdir}/gdm/PreSession/*
2fc437
%config %{_sysconfdir}/gdm/PostSession/*
2fc437
%config %{_sysconfdir}/pam.d/gdm-autologin
2fc437
%config %{_sysconfdir}/pam.d/gdm-password
2fc437
# not config files
2fc437
%{_sysconfdir}/gdm/Xsession
2fc437
%{_datadir}/gdm/gdm.schemas
2fc437
%{_sysconfdir}/dbus-1/system.d/gdm.conf
2fc437
%dir %{_sysconfdir}/gdm/Init
2fc437
%dir %{_sysconfdir}/gdm/PreSession
2fc437
%dir %{_sysconfdir}/gdm/PostSession
2fc437
%dir %{_sysconfdir}/gdm/PostLogin
2fc437
%{_datadir}/pixmaps/*.png
2fc437
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
2fc437
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override
2fc437
%{_libexecdir}/gdm-host-chooser
2fc437
%{_libexecdir}/gdm-session-worker
2fc437
%{_libexecdir}/gdm-simple-chooser
2fc437
%{_libexecdir}/gdm-wayland-session
2fc437
%{_libexecdir}/gdm-x-session
2fc437
%{_sbindir}/gdm
2fc437
%{_bindir}/gdmflexiserver
2fc437
%{_bindir}/gdm-screenshot
765e07
%dir %{_datadir}/dconf
765e07
%dir %{_datadir}/dconf/profile
2fc437
%{_datadir}/dconf/profile/gdm
765e07
%dir %{_datadir}/gdm/greeter
765e07
%dir %{_datadir}/gdm/greeter/applications
2fc437
%{_datadir}/gdm/greeter/applications/*
765e07
%dir %{_datadir}/gdm/greeter/autostart
2fc437
%{_datadir}/gdm/greeter/autostart/*
2fc437
%{_datadir}/gdm/greeter-dconf-defaults
2fc437
%{_datadir}/gdm/locale.alias
2fc437
%{_datadir}/gdm/gdb-cmd
2fc437
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
2fc437
%{_libdir}/security/pam_gdm.so
2fc437
%{_libdir}/libgdm*.so*
f42647
%attr(0711, root, gdm) %dir %{_localstatedir}/log/gdm
2fc437
%attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm
2fc437
%attr(0711, root, gdm) %dir /run/gdm
2fc437
%attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
2fc437
%{_datadir}/icons/hicolor/*/*/*.png
2fc437
%config %{_sysconfdir}/pam.d/gdm-pin
2fc437
%config %{_sysconfdir}/pam.d/gdm-smartcard
2fc437
%config %{_sysconfdir}/pam.d/gdm-fingerprint
2fc437
%{_sysconfdir}/pam.d/gdm-launch-environment
765e07
%{_udevrulesdir}/61-gdm.rules
2fc437
%{_unitdir}/gdm.service
2fc437
2fc437
%files devel
2fc437
%dir %{_includedir}/gdm
2fc437
%{_includedir}/gdm/*.h
f42647
%exclude %{_includedir}/gdm/gdm-pam-extensions.h
765e07
%dir %{_datadir}/gir-1.0
2fc437
%{_datadir}/gir-1.0/Gdm-1.0.gir
2fc437
%{_libdir}/pkgconfig/gdm.pc
2fc437
f42647
%files pam-extensions-devel
f42647
%{_includedir}/gdm/gdm-pam-extensions.h
f42647
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
f42647
2fc437
%changelog
fdca65
* Thu Dec 20 2018 Ray Strode <rstrode@redhat.com> 3.28.2-12
fdca65
- Allow multiple simultaneous XDMCP logins for a user if
fdca65
  xdmcp/AllowMultipleSessionsPerUser=true
fdca65
  Resolves: #1679914
fdca65
0b53c7
* Mon Dec 03 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-11
0b53c7
- Don't assume X server defaults to local only
0b53c7
  Resolves: #1647621
0b53c7
4f3de9
* Fri Oct 05 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-10
4f3de9
- another user switching fix
4f3de9
  Resolves: #1489977
4f3de9
765e07
* Mon Sep 24 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-9
765e07
- fast user switching fix
765e07
  Related: #1597339
765e07
765e07
* Tue Sep 04 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-8
765e07
- Clear utmp entries properly
765e07
  Resolves: #1600079
765e07
765e07
* Mon Jul 30 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-7
765e07
- Another crack at the blank login screen problem
765e07
  Resolves: #1489977
765e07
765e07
* Mon Jul 16 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-6
765e07
- add gdm-pam-extension provides to fix upgrades
765e07
  Resolves: #1601598
765e07
765e07
* Tue Jun 26 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-5
765e07
- Fix double free
765e07
  Related: #1489977
765e07
  Resolves: 1594814
765e07
765e07
* Fri Jun 22 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-4
765e07
- Fix blank login screen problem
765e07
  Resolves: #1489977
765e07
765e07
* Wed Jun 20 2018 Ray Strode <rstrode@redhat.com> - 3.28.2-3
765e07
- Make udev script more friendly to RHEL 7 udev
765e07
  Resolves: #1593356
765e07
765e07
* Tue May 29 2018 Ray Strode <rstrode@redhat.com> - 1:3.28.2-2
765e07
- Drop reference to gconf
765e07
  Resolves: #1542702
765e07
765e07
* Thu May 17 2018 Kalev Lember <klember@redhat.com> - 1:3.28.2-1
765e07
- Update to 3.28.2
765e07
- Resolves: #1567200
765e07
f42647
* Wed Feb 14 2018 Ray Strode <rstrode@redhat.com> - 3.26.2.1-5
f42647
- Fix bullet in session list
f42647
  Resolves: #1527145
f42647
f42647
* Tue Jan 30 2018 Ray Strode <rstrode@redhat.com> - 3.26.2.1-4
f42647
- Repair autologin PAM configuration following rebase.
f42647
  Resolves: #1539106
f42647
f42647
* Tue Nov 14 2017 Ray Strode <rstrode@redhat.com> - 3.26.2.1-3
f42647
- Split PAM macros off into new subpackage
f42647
  Resolves: #1512213
f42647
f42647
* Mon Nov 13 2017 Ray Strode <rstrode@redhat.com> - 3.26.2.1-2
f42647
- Fix permissions on log dir
f42647
  Resolves: #1275532
f42647
f42647
* Tue Oct 31 2017 Ray Strode <rstrode@redhat.com> - 3.26.2.1-1
f42647
- Update to 3.26.2.1
f42647
  Integrates a lot of the downstream patches
f42647
  Related: #1481740
f42647
- Fixes race condition introduced by list display patch
f42647
  Related: #1413900
f42647
f42647
* Tue Oct 17 2017 Ray Strode <rstrode@redhat.com> - 3.26.1-3
f42647
- Revert patch that calls dbus-run-session
f42647
  Related: #1481740
f42647
f42647
* Fri Oct 13 2017 Ray Strode <rstrode@redhat.com> - 3.26.1-2
f42647
- Fix a few warnings discovered by coverity
f42647
  Related: #1481740
f42647
f42647
* Wed Oct 11 2017 Ray Strode <rstrode@redhat.com> - 3.26.1-1
f42647
- Update to 3.26.1
f42647
  Resolves: #1489359
f42647
  Related:  #1481740
f42647
- Enable wayland support
f42647
  Resolves: #1481740
f42647
- Fix bogus wtmp entries
f42647
  Resolves: #1391156
f42647
f42647
* Tue Aug 15 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-14
f42647
- Fix memory corruption bug when user switching
f42647
  Resolves: #1477289
f42647
f42647
* Wed Jul 26 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-13
f42647
- Add support for displaying lists
f42647
  Resolves: #1413900
2fc437
2fc437
* Wed Jul 12 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-12
2fc437
- Ensure X server is dead after logout
2fc437
  Resolves: #1469755
2fc437
2fc437
* Tue May 30 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-11
2fc437
- Add japanese translation
2fc437
  Resolves: #1449632
2fc437
2fc437
* Fri May 12 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-10
2fc437
- Add patches to try to maintain some semblance of compatibility
2fc437
  when live upgrading between 7.3 and 7.4
2fc437
  Related: #1448786
2fc437
2fc437
* Thu May 04 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-9
2fc437
- Make sure reauthentication is run within the user
2fc437
  session.
2fc437
  Resolves:#1448209
2fc437
2fc437
* Wed Apr 05 2017 Ray Strode <rstrode@redhat.com> 3.22.3-8
2fc437
- Reap transient login screens when they are no longer needed
2fc437
- Jump to login screen if we end up on a blank VT
2fc437
  Resolves: #1301028
2fc437
2fc437
* Mon Apr 03 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-7
2fc437
- Fix user switching
2fc437
  Related: #1386862
2fc437
2fc437
* Fri Mar 31 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-6
2fc437
- Fix indirect XDMCP
2fc437
  Resolves: #1273156
2fc437
2fc437
* Thu Mar 16 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-5
2fc437
- Attempt to fix po file installation
2fc437
  Related: #1386862
2fc437
2fc437
* Thu Mar 16 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-4
2fc437
- Drop reference to wayland in config file
2fc437
- use autosetup to simplify spec maintenance
2fc437
  Related: #1386862
2fc437
2fc437
* Fri Mar 10 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-3
2fc437
- Don't fall over if autologin user isn't available
2fc437
  Resolves #1373837
2fc437
2fc437
* Thu Mar  9 2017 Rui Matos <rmatos@redhat.com> - 1:3.22.3-2
2fc437
- Honor anaconda's firstboot being disabled
2fc437
  Resolves: #1226819
2fc437
2fc437
* Mon Mar 06 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-1
2fc437
- Rebase to 3.22.3
2fc437
  Resolves: #1386862
2fc437
2fc437
* Wed Sep 21 2016 Ray Strode <rstrode@redhat.com> - 3.14.2-19
2fc437
- Add error traps around XKillClient calls, fixes regression
2fc437
  on logout
2fc437
  Resolves: #1377987
2fc437
2fc437
* Tue Jul 19 2016 Ray Strode <rstrode@redhat.com> - 3.14.2-18
2fc437
- Fix unlock with XDMCP
2fc437
  Resolves: #1315342
2fc437
- Inform remote display about session exiting when using
2fc437
  XDMCP
2fc437
  Resolves: #1313059
2fc437
2fc437
* Tue Jul 12 2016 Ray Strode <rstrode@redhat.com> - 3.14.2-17
2fc437
- Add versioned requires with gnome-shell
2fc437
  Resolves: #1294546
2fc437
2fc437
* Wed Apr 20 2016 Ray Strode <rstrode@redhat.com> - 3.14.2-16
2fc437
- Be more resiliant against flakey DNS with XDMCP
2fc437
  Resolves: #1286631
2fc437
2fc437
* Wed Apr 20 2016 Ray Strode <rstrode@redhat.com> - 3.14.2-15
2fc437
- Fix language chooser on KDE only systems
2fc437
  Resolves: #1298753
2fc437
2fc437
* Tue Apr 19 2016 Ray Strode <rstrode@redhat.com> - 3.14.2-14
2fc437
- Fix ups to previous patch
2fc437
  Related: #1282577
2fc437
2fc437
* Mon Apr 18 2016 Ray Strode <rstrode@redhat.com> 3.14.2-13
2fc437
- Allow PostLogin script to show windows
2fc437
  Resolves: #1282577
2fc437
2fc437
* Tue Aug 18 2015 Ray Strode <rstrode@redhat.com> 3.14.2-12
2fc437
- don't log to systemd journal so logs end up in the same
2fc437
  place they did in 7.1
2fc437
  Resolves: #1253055
2fc437
2fc437
* Wed Aug 05 2015 Ray Strode <rstrode@redhat.com> 3.14.2-11
2fc437
- Fix console spew on gdm downgrade
2fc437
  Resolves: #1247969
2fc437
2fc437
* Mon Jul 27 2015 Ray Strode <rstrode@redhat.com> 3.14.2-10
2fc437
- Fix console spew introduced in language change feature
2fc437
  Related: #1056181
2fc437
2fc437
* Fri Jul 17 2015 Ray Strode <rstrode@redhat.com> 3.14.2-9
2fc437
- Fix crasher in previous fix if /etc/sysconfig/desktop is not around
2fc437
  Related: #1141676
2fc437
2fc437
* Thu Jul 16 2015 Ray Strode <rstrode@redhat.com> 3.14.2-8
2fc437
- Honor /etc/sysconfig/desktop:DESKTOP=KDE to default to kde
2fc437
  Resolves: #1141676
2fc437
2fc437
* Wed Jul 15 2015 Ray Strode <rstrode@redhat.com> 3.14.2-7
2fc437
- Make sure GDM is shutdown orderly so it can be restarted okay
2fc437
  Related: #1174564
2fc437
  Resolves: 1241227
2fc437
2fc437
* Fri Jul 03 2015 Ray Strode <rstrode@redhat.com> 3.14.2-6
2fc437
- Add -audit 4 to default server flags
2fc437
  Resolves: #1188665
2fc437
2fc437
* Thu Jul 02 2015 Ray Strode <rstrode@redhat.com> 3.14.2-5
2fc437
- Make sure lang changes are picked up on logout
2fc437
  Resolves: #1056181
2fc437
2fc437
* Thu Jun 25 2015 Ray Strode <rstrode@redhat.com> 3.14.2-4
2fc437
- Make sure user customizations to gdm via /etc/dconf/db/gdm.d
2fc437
  continue to work following rebase.
2fc437
  Related: #1174564
2fc437
2fc437
* Tue Jun 23 2015 Ray Strode <rstrode@redhat.com> 3.14.2-3
2fc437
- Add hack to make gdm work on machines that don't have video cards
2fc437
  Resolves: #1168502
2fc437
  Related: 1230255
2fc437
2fc437
* Thu May 21 2015 Ray Strode <rstrode@redhat.com> 3.14.2-2
2fc437
- Add postlogin back to pam config
2fc437
  (spotted by rpmdiff)
2fc437
  Related: #1174564
2fc437
2fc437
* Mon Mar 30 2015 Ray Strode <rstrode@redhat.com> - 1:3.14.2-1
2fc437
- Update to 3.14.2 (based on work from Richard and Kalev)
2fc437
- Drop upstreamed patches
2fc437
  Related: #1174564
2fc437
2fc437
* Thu Nov 13 2014 Ray Strode <rstrode@redhat.com> 3.8.4-32
2fc437
- Fix session chooser for smartcard login
2fc437
  Resolves: #1159056
2fc437
2fc437
* Mon Oct 06 2014 Ray Strode <rstrode@redhat.com> 3.8.4-31
2fc437
- Fix race that sometimes leads to 90 second stall at shutdown
2fc437
  Resolves: #1107811
2fc437
2fc437
* Fri Oct 03 2014 Ray Strode <rstrode@redhat.com> 3.8.4-30
2fc437
- Fix race in timed login
2fc437
  Resolves: #1043571
2fc437
2fc437
* Fri May 23 2014 Ray Strode <rstrode@redhat.com> 3.8.4-29
2fc437
- rebuild for dist confusion
2fc437
  Related: #1086189
2fc437
2fc437
* Mon Apr 28 2014 Ray Strode <rstrode@redhat.com> 3.8.4-28
2fc437
- Fix resource leak when reauthentication client is rejected
2fc437
  Resolves: #1086189
2fc437
2fc437
- Don't reject reauthentication clients with uids that don't
2fc437
  match the uid of those clients' logind sessions.
2fc437
  Related: #1086189 1057179
2fc437
2fc437
* Wed Apr 23 2014 Ray Strode <rstrode@redhat.com> 3.8.4-27
2fc437
- One more PATH logic update
2fc437
  Related: #1080153
2fc437
  Resolves: 1091053
2fc437
2fc437
* Tue Apr 22 2014 Ray Strode <rstrode@redhat.com> 3.8.4-26
2fc437
- Adjust path setting logic one more time to preserve
2fc437
  /sbin and /bin ordering
2fc437
  Related: #1080153
2fc437
  Resolves: 1091053
2fc437
2fc437
* Tue Apr 01 2014 Ray Strode <rstrode@redhat.com> 3.8.4-25
2fc437
- Set proper path for worker session
2fc437
  Resolves: #1080153
2fc437
2fc437
* Thu Mar 27 2014 Ray Strode <rstrode@redhat.com> 3.8.4-24
2fc437
- Obsolete user-switch applet
2fc437
  Related: #1072801
2fc437
2fc437
* Thu Mar 27 2014 Ray Strode <rstrode@redhat.com> 3.8.4-23
2fc437
- Make sure sessions running without seats can authenticate
2fc437
  Resolves: #1057179
2fc437
2fc437
* Thu Mar 27 2014 Ray Strode <rstrode@redhat.com> 3.8.4-22
2fc437
- More pam-gnome-keyring fixes
2fc437
  Resolves: #1057179
2fc437
2fc437
* Wed Mar 26 2014 Ray Strode <rstrode@redhat.com> 3.8.4-21
2fc437
- Fix problem introduced in clear-screen patch
2fc437
  Resolves: #1076222
2fc437
2fc437
* Wed Mar 19 2014 Ray Strode <rstrode@redhat.com> 3.8.4-20
2fc437
- Make sure root user can reauthenticate as well
2fc437
  Resolves: #1057179
2fc437
2fc437
* Wed Mar 12 2014 Ray Strode <rstrode@redhat.com> 3.8.4-18
2fc437
- Make sure pam_gnome_keyring gets notified when the password is changed
2fc437
  in the middle of first login.
2fc437
  Resolves: #1075714
2fc437
2fc437
* Wed Mar 12 2014 Ray Strode <rstrode@redhat.com> 3.8.4-17
2fc437
- Fix uninitialized variable warnings noticed defect scan
2fc437
  Resolves: #1057179
2fc437
2fc437
* Wed Mar 12 2014 Ray Strode <rstrode@redhat.com> 3.8.4-16
2fc437
- Allow reauthentication for non GDM sessions
2fc437
  Resolves: #1057179
2fc437
2fc437
* Mon Feb 03 2014 Ray Strode <rstrode@redhat.com> 3.8.4-15
2fc437
- Fail simple-slave gracefully when run manually with invalid data
2fc437
  Resolves: #1032179
2fc437
2fc437
* Fri Jan 31 2014 Ray Strode <rstrode@redhat.com> - 1:3.8.4-14
2fc437
- Fix empty username crash
2fc437
  Resolves: #1049965
2fc437
2fc437
* Wed Jan 29 2014 Ray Strode <rstrode@redhat.com> - 1:3.8.4-13
2fc437
- Fix infinite recursion -> crash
2fc437
  Resolves: #1032509
2fc437
2fc437
* Wed Jan 29 2014 Ray Strode <rstrode@redhat.com> - 1:3.8.4-12
2fc437
- Fix memory leak
2fc437
  Resolves: #1020885
2fc437
2fc437
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:3.8.4-11
2fc437
- Mass rebuild 2014-01-24
2fc437
2fc437
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:3.8.4-10
2fc437
- Mass rebuild 2013-12-27
2fc437
2fc437
* Wed Dec 11 2013 Matthias Clasen <mclasen@redhat.com> 3.8.4-9
2fc437
- Update translations
2fc437
- Resolves: #1030333
2fc437
2fc437
* Wed Nov 20 2013 Ray Strode <rstrode@redhat.com> 3.8.4-8
2fc437
- Set reauth mode when reauthenticating
2fc437
  Resolves: #1032154
2fc437
2fc437
* Fri Nov 01 2013 Ray Strode <rstrode@redhat.com> 3.8.4-7
2fc437
- Fix XDMCP
2fc437
  Related: #906397
2fc437
2fc437
* Tue Aug 27 2013 Ray Strode <rstrode@redhat.com> 3.8.4-5
2fc437
- Fix crasher reported in Upstream bug 706409
2fc437
2fc437
* Wed Aug 21 2013 Ray Strode <rstrode@redhat.com> 3.8.4-4
2fc437
- Don't force smartcard authentication disabled
2fc437
  Related: #990630
2fc437
2fc437
* Wed Aug 21 2013 Ray Strode <rstrode@redhat.com> 3.8.4-3
2fc437
- default to classic session (again)
2fc437
2fc437
* Wed Jul 31 2013 Ray Strode <rstrode@redhat.com> 3.8.4-2
2fc437
- Hook up system dconf databases to login screen
2fc437
  Related: #990630
2fc437
2fc437
* Tue Jul 30 2013 Ray Strode <rstrode@redhat.com> - 3.8.4-1
2fc437
- Update to 3.8.4
2fc437
2fc437
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
2fc437
- Trim %%changelog
2fc437
2fc437
* Fri Jun 14 2013 Ray Strode <rstrode@redhat.com> 3.8.3-1
2fc437
- Update to 3.8.3
2fc437
2fc437
* Tue May 21 2013 Matthias Clasen <mclasen@redhat.com> 1:3.8.1.1-6
2fc437
- Don't include the fallback greeter
2fc437
2fc437
* Mon May 20 2013 Ray Strode <rstrode@redhat.com> 1:3.8.1.1-5
2fc437
- Fix permissions on /run/gdm
2fc437
  Resolves: #fudge
2fc437
  (http://lists.fedoraproject.org/pipermail/devel/2013-May/182906.html)
2fc437
2fc437
* Mon May 20 2013 Ray Strode <rstrode@redhat.com> 1:3.8.1.1-4
2fc437
- Require gnome-shell. We no longer use the fallback greeter.
2fc437
  (Since gdm 3.7.92).
2fc437
2fc437
* Fri May 17 2013 Ray Strode <rstrode@redhat.com> - 1:3.8.1.1-3
2fc437
- Build with -fpie
2fc437
  Resolves: #955154
2fc437
2fc437
* Thu May 16 2013 Florian Müllner <fmuellner@redhat.com> - 1:3.8.1.1-2
2fc437
- Update branding
2fc437
2fc437
* Wed Apr 17 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.1.1-1
2fc437
- Update to 3.8.1.1
2fc437
2fc437
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1-1
2fc437
- Update to 3.8.1
2fc437
2fc437
* Mon Apr 01 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-2
2fc437
- Drop the metacity dep now that the fallback greeter is gone
2fc437
2fc437
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
2fc437
- Update to 3.8.0
2fc437
2fc437
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.92-2
2fc437
- Drop the polkit-gnome dep now that the fallback greeter is gone
2fc437
2fc437
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.92-1
2fc437
- Update to 3.7.92
2fc437
2fc437
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> 3.7.91-1
2fc437
- Update to 3.7.91
2fc437
2fc437
* Wed Feb 27 2013 Ray Strode <rstrode@redhat.com> 3.7.90-3
2fc437
- Fix up runtime dir for real
2fc437
2fc437
* Tue Feb 26 2013 Ray Strode <rstrode@redhat.com> 3.7.90-2
2fc437
- Fix up runtime dir path (spotted by dwalsh)
2fc437
2fc437
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-1
2fc437
- Update to 3.7.90
2fc437
2fc437
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.5-1
2fc437
- Update to 3.7.5
2fc437
2fc437
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.3.1-1
2fc437
- Update to 3.7.3.1
2fc437
2fc437
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1:3.7.2-1
2fc437
- Update to 3.7.2
2fc437
2fc437
* Tue Nov 20 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.6.2-2
2fc437
- Remove patch fuzz of 999
2fc437
2fc437
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.2-1
2fc437
- Update to 3.6.2
2fc437
2fc437
* Mon Nov 05 2012 Ray Strode <rstrode@redhat.com> - 1:3.6.1-4
2fc437
- Fix GDM auth cookie problem
2fc437
  Related: #870695
2fc437
2fc437
* Mon Oct 29 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.6.1-3
2fc437
- Add ppc to %%ExcludeArch
2fc437
2fc437
* Thu Oct 18 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.6.1-2
2fc437
- Require gnome-icon-theme-symbolic (#867718)
2fc437
2fc437
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
2fc437
- Update to 3.6.1
2fc437
2fc437
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
2fc437
- Update to 3.6.0
2fc437
2fc437
* Wed Sep 19 2012 Matthias Clasen <mclasen@redhat.com> 1:3.5.92.1-1
2fc437
- Update to 3.5.92.1
2fc437
2fc437
* Fri Sep 07 2012 Ray Strode <rstrode@redhat.com> 1:3.5.91-2
2fc437
- Fix autologin
2fc437
- Fix selinux context after forking session
2fc437
2fc437
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.91-1
2fc437
- Update to 3.5.91
2fc437
2fc437
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.90-1
2fc437
- Update to 3.5.90
2fc437
2fc437
* Tue Aug  7 2012 Lennart Poettering <lpoetter@redhat.com> - 1:3.5.5-2
2fc437
- https://fedoraproject.org/wiki/Features/DisplayManagerRework
2fc437
- https://bugzilla.redhat.com/show_bug.cgi?id=846135
2fc437
- Ship and use gdm.service
2fc437
- Force gdm onto VT1
2fc437
2fc437
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.5-1
2fc437
- Update to 3.5.5
2fc437
2fc437
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.4.2-2
2fc437
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2fc437
2fc437
* Thu Jul 19 2012 Ray Strode <rstrode@redhat.com> 3.5.4.2-1
2fc437
- Update to 3.5.4.2
2fc437
- Fixes non-autologin
2fc437
2fc437
* Thu Jul 19 2012 Ray Strode <rstrode@redhat.com> 3.5.4.1-1
2fc437
- Update to 3.5.4.1
2fc437
- Fixes autologin
2fc437
- Fixes logind integration
2fc437
- Fixes dconf incompatibility
2fc437
2fc437
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.5.4-3
2fc437
- Fix dconf profile syntax
2fc437
2fc437
* Thu Jul 19 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.5.4-2
2fc437
- Require systemd >= 186 for libsystemd-login
2fc437
2fc437
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
2fc437
- Update to 3.5.4
2fc437
2fc437
* Thu Jun 28 2012 Ray Strode <rstrode@redhat.com> 3.5.2-4
2fc437
- Build with plymouth support (woops).
2fc437
2fc437
* Wed Jun 13 2012 Ray Strode <rstrode@redhat.com> 3.5.2-3
2fc437
- Drop unused spool dir
2fc437
  Related: #819254
2fc437
2fc437
* Sat Jun  9 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.5.2-2
2fc437
- Fix gnome-shell detection
2fc437
2fc437
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.2-1
2fc437
- Update to 3.5.2
2fc437
2fc437
* Sat Apr 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.1-1
2fc437
- Update to 3.4.1
2fc437
2fc437
* Mon Apr 09 2012 Ray Strode <rstrode@redhat.com> 3.4.0.1-5
2fc437
- One more try at fixing crash
2fc437
  Resolves: #810451
2fc437
2fc437
* Mon Apr 09 2012 Ray Strode <rstrode@redhat.com> 3.4.0.1-4
2fc437
- Fix crash
2fc437
  Resolves: #810451
2fc437
2fc437
* Thu Apr  5 2012 Matthias Clasen <mclasen@redhat.com> 3.4.0.1-3
2fc437
- Make session unlocking after user switching work
2fc437
2fc437
* Mon Apr 02 2012 Ray Strode <rstrode@redhat.com> 3.4.0.1-2
2fc437
- Move pam_gnome_keyring after XDG_RUNTIME_DIR is setup
2fc437
  Resolves: #809152
2fc437
2fc437
* Tue Mar 27 2012 Ray Strode <rstrode@redhat.com> 3.4.0.1-1
2fc437
- Update to 3.4.0.1
2fc437
- fixes autologin
2fc437
2fc437
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
2fc437
- Update to 3.4.0
2fc437
2fc437
* Tue Mar 20 2012 Ray Strode <rstrode@redhat.com> 3.3.92.1-1
2fc437
- Update to 3.3.92.1
2fc437
2fc437
* Wed Feb 15 2012 Ray Strode <rstrode@redhat.com> 3.2.1.1-14
2fc437
- More consolekit registration fixes
2fc437
2fc437
* Mon Feb 13 2012 Ray Strode <rstrode@redhat.com> 3.2.1.1-12
2fc437
- Restore ConsoleKit registration if ConsoleKit is installed
2fc437
2fc437
* Tue Feb  7 2012 Lennart Poettering <lpoetter@redhat.com> - 1:3.2.1.1-11
2fc437
- Add multi-seat patch from gdm git master
2fc437
2fc437
* Thu Jan 26 2012 Ray Strode <rstrode@redhat.com> 3.2.1.1-10
2fc437
- Drop system-icon-theme requirement since we don't depend
2fc437
  on it anymore
2fc437
2fc437
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1.1-9
2fc437
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2fc437
2fc437
* Wed Nov 09 2011 Adam Williamson <awilliam@redhat.com> 1:3.2.1.1-8
2fc437
- sync with recent changes on f16 branch:
2fc437
	+ update to 3.2.1.1
2fc437
	+ properly set up PAM files
2fc437
	+ auth fixes
2fc437
	+ put fallback plugin development files in -devel
2fc437
	+ require metacity to fix #746693
2fc437
	+ fix logo in fallback mode - just set it to a Fedora file
2fc437
2fc437
* Thu Nov 03 2011 Ray Strode <rstrode@redhat.com> 3.2.1-3
2fc437
- Drop fprintd-pam dependency and make Harald's laptop
2fc437
  more lean and streamlined.
2fc437
2fc437
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
2fc437
- Rebuilt for glibc bug#747377
2fc437
2fc437
* Tue Oct 18 2011 Ray Strode <rstrode@redhat.com> 3.2.1-1
2fc437
- Update to 3.2.1
2fc437
- Move plugins into main package
2fc437
2fc437
* Wed Oct  5 2011 Adam Williamson <awilliam@redhat.com> - 1:3.2.0-2
2fc437
- shell_check.patch (upstream): re-add check for gnome-shell presence
2fc437
  before using it to handle login (RH #743596)
2fc437
2fc437
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
2fc437
- Update to 3.2.0
2fc437
2fc437
* Tue Jun 28 2011 Ray Strode <rstrode@redhat.com> 3.1.2-3
2fc437
- Disable fatal critcals
2fc437
  Resolves: #717324
2fc437
2fc437
* Tue Jun 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1.2-2
2fc437
- Fix /dev/ull typo in scriptlets (#693046).
2fc437
2fc437
* Mon Jun 13 2011 Ray Strode <rstrode@redhat.com> 3.1.2-1
2fc437
- Update for release
2fc437
2fc437
* Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 3.0.4-1
2fc437
- Update to latest version
2fc437
  Resolves CVE-2011-1709
2fc437
2fc437
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-2
2fc437
- Put the Fedora logo back in the greeter
2fc437
2fc437
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
2fc437
- Update to 3.0.0
2fc437
2fc437
* Tue Mar 22 2011 Ray Strode <rstrode@redhat.com> 2.91.94-1
2fc437
- Update to 2.91.94
2fc437
2fc437
* Wed Mar 09 2011 Ray Strode <rstrode@redhat.com> 2.91.93-2
2fc437
- Fix autologin crash
2fc437
2fc437
* Tue Mar 08 2011 Ray Strode <rstrode@redhat.com> 2.91.93-1
2fc437
- Update to 2.91.93
2fc437
2fc437
* Tue Feb 22 2011 Ray Strode <rstrode@redhat.com> 2.91.6-11
2fc437
- Dropping async code didn't work.  The bug was still
2fc437
  around.  This commit should fix it.
2fc437
2fc437
* Fri Feb 18 2011 Ray Strode <rstrode@redhat.com> 2.91.6-10
2fc437
- Fix user list async bugs by dropping async code and
2fc437
  moving to accounts service library
2fc437
  Resolves: #678236
2fc437
- Add requires for accounts service to spec since it isn't
2fc437
  optional (and hasn't been for a while)
2fc437
2fc437
* Thu Feb 17 2011 Ray Strode <rstrode@redhat.com> 2.91.6-9
2fc437
- Add back session chooser
2fc437
  Resolves: #539638
2fc437
2fc437
* Mon Feb 14 2011 Ray Strode <rstrode@redhat.com> 2.91.6-8
2fc437
- Do build with pam stack changes need to get ecryptfs
2fc437
  working.
2fc437
  Resolves: #665061
2fc437
2fc437
* Mon Feb 14 2011 Ray Strode <rstrode@redhat.com> 2.91.6-7
2fc437
- Fix crasher and rendering glitches
2fc437
  Resolves: #674978
2fc437
2fc437
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-6
2fc437
- Rebuild against newer gtk
2fc437
2fc437
* Wed Feb 09 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-5
2fc437
- Drop the requires on plymouth-gdm-hooks since it no longer exists
2fc437
2fc437
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.6-4
2fc437
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2fc437
2fc437
* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-3
2fc437
- Really disable gnome-settings-daemon plugins in the greeter
2fc437
2fc437
* Fri Feb 04 2011 Ray Strode <rstrode@redhat.com> 2.91.6-2
2fc437
- Drop some unimportant patches
2fc437
- Attempt to fix bug 674978 (theme related crash)
2fc437
2fc437
* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 2.91.6-1
2fc437
- Update to 2.91.6
2fc437
2fc437
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:2.91.4-6
2fc437
- Dir ownership fixes.
2fc437
2fc437
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-5
2fc437
- Fix swapped LHS and RHS in more-aggressive-about-loading-icons
2fc437
  patch
2fc437
2fc437
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-4
2fc437
- Update previous patch to handle NULL better
2fc437
2fc437
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-3
2fc437
- Fix icon ref counting issue
2fc437
2fc437
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-2
2fc437
- Be more aggresive about loading icons
2fc437
  (right now we fail, which combined with fatal criticals
2fc437
  gives us crashes)
2fc437
2fc437
* Fri Dec 17 2010 Ray Strode <rstrode@redhat.com> 2.91.4-1
2fc437
- Update to 2.91.4
2fc437
2fc437
* Wed Dec 15 2010 Christopher Aillon <caillon@redhat.com> 2.32.0-4
2fc437
- Add maybe-set-is-loaded.patch to ensure we end up with a loaded user
2fc437
2fc437
* Wed Dec 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 1:2.32.0-3
2fc437
- plymouth.patch: xserver 1.10 takes "-background none" root argument
2fc437
  instead of the fedora-specific "-nr".
2fc437
- Add missing BuildRequires for dbus-glib-devel
2fc437
2fc437
* Mon Nov 15 2010 Dan Williams <dcbw@redhat.com> 2.32.0-2
2fc437
- Fix upower build requirement
2fc437
2fc437
* Wed Sep 29 2010 Ray Strode <rstrode@redhat.com> 2.32.0-1
2fc437
- Update to 2.32.0
2fc437
2fc437
* Tue Aug 17 2010 Ray Strode <rstrode@redhat.com> 2.31.90-1
2fc437
- Update to 2.31.90
2fc437
2fc437
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-3
2fc437
- Kill explicit library deps
2fc437
2fc437
* Tue Apr 27 2010 Ray Strode <rstrode@redhat.com> 2.30.2-2
2fc437
- Update multistack patch
2fc437
- Add accounts service patch
2fc437
- Update plymouth patch
2fc437
2fc437
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-1
2fc437
- Update to 2.30.2
2fc437
- Spec file cleanups
2fc437
2fc437
* Tue Apr 06 2010 Ray Strode <rstrode@redhat.com> 2.30.0-2
2fc437
- Update plymouth patch to work with 0.8.1
2fc437
2fc437
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
2fc437
- Update to 2.30.0
2fc437
2fc437
* Wed Mar 24 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-4
2fc437
- Drop hal dependency
2fc437
2fc437
* Tue Mar 09 2010 Ray Strode <rstrode@redhat.com> 2.29.92-3
2fc437
- Drop Prereq in favor of Requires(pre)
2fc437
2fc437
* Tue Mar 09 2010 Ray Strode <rstrode@redhat.com> 2.29.92-2
2fc437
- Rebase multistack patch
2fc437
2fc437
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
2fc437
- Update to 2.29.92
2fc437
2fc437
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
2fc437
- Update to 2.29.6
2fc437
2fc437
* Thu Jan 28 2010 Ray Strode <rstrode@redhat.com> 2.29.5-2
2fc437
- name graphical-login vprovides (bug 559268)
2fc437
2fc437
* Tue Jan 26 2010 Ray Strode <rstrode@redhat.com> 2.29.5-1
2fc437
- Update to 2.29.5
2fc437
2fc437
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.4-3
2fc437
- Rebuild
2fc437
2fc437
* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 2.29.4-2
2fc437
- Fix boot
2fc437
2fc437
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.4-1
2fc437
- Update to 2.29.4
2fc437
2fc437
* Wed Dec 09 2009 Ray Strode <rstrode@redhat.com> 2.29.1-3
2fc437
- Update to work better with latest plymouth
2fc437
2fc437
* Thu Dec 03 2009 Ray Strode <rstrode@redhat.com> 2.29.1-2
2fc437
- Drop upstreamed patches
2fc437
- rebase multi-stack patch
2fc437
2fc437
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.1-1
2fc437
- Update to 2.29.1
2fc437
2fc437
* Sat Oct 31 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-20
2fc437
- Don't show 'Lock Screen' in the user switcher if locked down
2fc437
2fc437
* Sat Oct 31 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-18
2fc437
- Actually set up statusicon padding
2fc437
2fc437
* Fri Oct 30 2009 Ray Strode <rstrode@redhat.com> 2.28.1-17
2fc437
- Make the user list slide animation smoother
2fc437
2fc437
* Thu Oct 29 2009 Ray Strode <rstrode@redhat.com> 2.28.1-16
2fc437
- Shrink autologin timer
2fc437
- Make language dialog not double spaced
2fc437
2fc437
* Thu Oct 29 2009 Ray Strode <rstrode@redhat.com> 2.28.1-15
2fc437
- Don't show fingerprint task button unless fingerprint is
2fc437
  enabled
2fc437
- Don't show smartcard task button and list item unless
2fc437
  pcscd is running.
2fc437
2fc437
* Wed Oct 28 2009 Ray Strode <rstrode@redhat.com> 2.28.1-14
2fc437
- Don't show image on login button
2fc437
2fc437
* Wed Oct 28 2009 Ray Strode <rstrode@redhat.com> 2.28.1-13
2fc437
- Fix double free during user switching (might address
2fc437
  bug 512944)
2fc437
2fc437
* Tue Oct 27 2009 Ray Strode <rstrode@redhat.com> 2.28.1-12
2fc437
- One more go at bug 527920
2fc437
2fc437
* Tue Oct 27 2009 Ray Strode <rstrode@redhat.com> 2.28.1-11
2fc437
- Tighten permissions on /var/run/gdm (bug 531063)
2fc437
2fc437
* Mon Oct 26 2009 Ray Strode <rstrode@redhat.com> 2.28.1-10
2fc437
- Position shutdown menu properly on multihead machines
2fc437
2fc437
* Fri Oct 23 2009 Ray Strode <rstrode@redhat.com> 2.28.1-9
2fc437
- Don't show hostname by default if it's localhost
2fc437
2fc437
* Fri Oct 23 2009 Ray Strode <rstrode@redhat.com> 2.28.1-8
2fc437
- Attempt to fix crash some users see.
2fc437
- Clean up rebase
2fc437
2fc437
* Fri Oct 23 2009 Ray Strode <rstrode@redhat.com> 2.28.1-7
2fc437
- Show Other user even when there are no other users
2fc437
  (bug 527920)
2fc437
2fc437
* Fri Oct 23 2009 Ray Strode <rstrode@redhat.com> 2.28.1-6
2fc437
- Properly read default keyboard layout (bug 530452)
2fc437
2fc437
* Fri Oct 23 2009 Ray Strode <rstrode@redhat.com> 2.28.1-5
2fc437
- Remove tool tip from login button
2fc437
2fc437
* Thu Oct 22 2009 Ray Strode <rstrode@redhat.com> 2.28.1-4
2fc437
- Fix autologin window spasms
2fc437
- Fix autologin timer animation
2fc437
- Make autologin and multistack play better together
2fc437
- Add padding to notification tray
2fc437
2fc437
* Wed Oct 21 2009 Ray Strode <rstrode@redhat.com> 2.28.1-3
2fc437
- Move date from panel to clock tooltip
2fc437
2fc437
* Tue Oct 20 2009 Ray Strode <rstrode@redhat.com> 2.28.1-2
2fc437
- Move shutdown functions to panel from login window
2fc437
2fc437
* Tue Oct 20 2009 Ray Strode <rstrode@redhat.com> 2.28.1-1
2fc437
- Update to 2.28.1
2fc437
2fc437
* Fri Oct 09 2009 Ray Strode <rstrode@redhat.com> 2.28.0-9
2fc437
- Fix Other... user.
2fc437
2fc437
* Fri Oct  9 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.28.0-8
2fc437
- Move bubbles to the lower right on the login screen
2fc437
2fc437
* Wed Oct 07 2009 Ray Strode <rstrode@redhat.com> - 1:2.28.0-7
2fc437
- Fix gdm-password / xguest interaction (bug 524421)
2fc437
2fc437
* Mon Oct  5 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.28.4-6
2fc437
- Fix the autostart file for at-spi-registryd
2fc437
2fc437
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.28.4-5
2fc437
- Handle keyboard layout variants
2fc437
2fc437
* Mon Sep 28 2009 Ray Strode <rstrode@redhat.com> - 1:2.28.0-4
2fc437
- Add cache dir to package manifest
2fc437
2fc437
* Mon Sep 28 2009 Richard Hughes  <rhughes@redhat.com> - 1:2.28.0-3
2fc437
- Add a patch to use DeviceKit-power rather than the removed methods in
2fc437
  gnome-power-manager.
2fc437
2fc437
* Fri Sep 25 2009 Ray Strode <rstrode@redhat.com> 1:2.28.0-2
2fc437
- Fix autologin
2fc437
2fc437
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> 1:2.28.0-1
2fc437
- Update to 2.28.0
2fc437
2fc437
* Sat Aug 29 2009 Caolán McNamara <caolanm@redhat.com> 1:2.27.90-2
2fc437
- rebuild with new audit
2fc437
2fc437
* Mon Aug 24 2009 Ray Strode <rstrode@redhat.com> 1:2.27.90-1
2fc437
- update to 2.27.90
2fc437
2fc437
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:2.27.4-7
2fc437
- rebuilt with new audit
2fc437
2fc437
* Wed Aug 19 2009 Lennart Poettering <lpoetter@redhat.com> 1:2.27.4-6
2fc437
- Add pulseaudio-gdm-hooks to dependencies
2fc437
2fc437
* Thu Aug 06 2009 Ray Strode <rstrode@redhat.com> 1:2.27.4-5
2fc437
- rebuild
2fc437
2fc437
* Sat Aug  1 2009 Matthias Clasen <mclasen@redhat.com> 1:2.27.4-4
2fc437
- Drop unneeded direct deps
2fc437
2fc437
* Fri Jul 24 2009 Ray Strode <rstrode@redhat.com> 1:2.27.4-3
2fc437
- Fix delay during login
2fc437
2fc437
* Mon Jul 20 2009 Ray Strode <rstrode@redhat.com> 1:2.27.4-2
2fc437
- Use correct multi-stack patch
2fc437
2fc437
* Mon Jul 20 2009 Ray Strode <rstrode@redhat.com> 1:2.27.4-1
2fc437
- Update to 2.27.4
2fc437
2fc437
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1:2.26.1-13
2fc437
- Requires: xorg-x11-xkb-utils -> Requires: setxkbmap
2fc437
2fc437
* Wed Jul 01 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-12
2fc437
- Drop defunct arch conditional buildrequires
2fc437
2fc437
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-11
2fc437
- Rebuild against new libxklavier
2fc437
2fc437
* Fri Jun 12 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-10
2fc437
- Bump rev to fix upgrade path
2fc437
2fc437
* Tue Jun  9 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-8
2fc437
- Port to PolicyKit 1
2fc437
2fc437
* Wed Jun 03 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-5
2fc437
- Fix language parsing code (bug 502778)
2fc437
2fc437
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-4
2fc437
- Don't drop schemas translations from po files
2fc437
2fc437
* Fri Apr 24 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-3
2fc437
- Add Requires for pam modules in plugins
2fc437
2fc437
* Tue Apr 21 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-2
2fc437
- Stop inactive pam conversations when one succeeds.
2fc437
  Should fix bug 496234
2fc437
2fc437
* Tue Apr 14 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-1
2fc437
- Update to 2.26.1
2fc437
2fc437
* Mon Apr 13 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-8
2fc437
- Add less boring multistack patch for testing
2fc437
2fc437
* Mon Mar 23 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-7
2fc437
- Load session and language settings when username is read on
2fc437
  Other user
2fc437
2fc437
* Fri Mar 20 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-6
2fc437
- Fix problem in keyboard layout selector (483195)
2fc437
2fc437
* Thu Mar 19 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-5
2fc437
- Use gethostname() _properly_ instead of g_get_host_name() when writing
2fc437
  out xauth files, because the hostname may change out from
2fc437
  under us and glib caches it.
2fc437
2fc437
* Thu Mar 19 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-4
2fc437
- Use gethostname() instead of g_get_host_name() when writing
2fc437
  out xauth files, because the hostname may change out from
2fc437
  under us and glib caches it.
2fc437
2fc437
* Wed Mar 18 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-3
2fc437
- emit "user-selected" signal for non-user items in the list
2fc437
  as well.
2fc437
2fc437
* Mon Mar 16 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-2
2fc437
- Clean up empty auth dirs so they don't hang around forever
2fc437
  (bug 485974)
2fc437
2fc437
* Mon Mar 16 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-1
2fc437
- Update to 2.26.0
2fc437
- Drop gcc workaround.  it might not be needed now.
2fc437
2fc437
* Sat Mar 14 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-20
2fc437
- Drop the use localhost patch because it broke things.
2fc437
  Instead add authorization that doesn't depend on a hostname
2fc437
2fc437
* Thu Mar 12 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-19
2fc437
- Add a lame patch in the off chance it might work around a
2fc437
  gcc bug on ppc:
2fc437
      unable to find register to spill in class 'LINK_OR_CTR_REGS'
2fc437
  Probably won't work.
2fc437
2fc437
* Thu Mar 12 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-18
2fc437
- Add Requires: libXau >= 1.0.4-4 to use localhost in xauth cookies
2fc437
- Use localhost instead of g_get_host_name ()
2fc437
2fc437
* Thu Mar 12 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-17
2fc437
- Don't force X server on active vt more than once
2fc437
2fc437
* Tue Mar 10 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-16
2fc437
- Store greeter's auth cookie under "localhost" instead
2fc437
  of g_get_host_name() since NetworkManager tries to synchronize
2fc437
  the internal hostname with the externally resolvable one.
2fc437
2fc437
* Mon Mar 9 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-15
2fc437
- Don't race with PAM modules that ask questions during
2fc437
  pam_open_session (and don't subsequently go bonkers when
2fc437
  losing the race).
2fc437
2fc437
* Fri Mar 6 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-14
2fc437
- Reset "start session when ready" state to FALSE when starting
2fc437
  new greeter from existing slave.  May fix problem Chris Ball
2fc437
  is seeing with language selection in autologin the second time
2fc437
  after boot up.
2fc437
2fc437
* Thu Mar 5 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-13
2fc437
- 2.25.2-10 fixes were actually only for timed login.
2fc437
  Add same fix for auto login
2fc437
2fc437
* Thu Mar 5 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-12
2fc437
- Create settings object early to prevent assertion failures
2fc437
  when one pam conversation completes before another starts.
2fc437
2fc437
* Wed Mar 4 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-11
2fc437
- Bring back language/session/layout selector for autologin
2fc437
2fc437
* Wed Mar 4 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-10
2fc437
- Add some fixes for autologin
2fc437
2fc437
* Tue Mar 3 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-9
2fc437
- Add limited 'one-stack-only' version of multistack patch
2fc437
  (See https://fedoraproject.org/wiki/Features/MultiplePAMStacksInGDM)
2fc437
- Drop 10 second delay in start up because of broken autostart
2fc437
  file
2fc437
2fc437
* Fri Feb 27 2009 Matthias Clasen  <mclasen@redhat.com>
2fc437
- Require PolicyKit-authentication-agent
2fc437
2fc437
* Tue Feb 24 2009 Matthias Clasen  <mclasen@redhat.com>
2fc437
- Refine the hal patch
2fc437
2fc437
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.25.2-6
2fc437
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2fc437
2fc437
* Fri Feb 20 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.2-5
2fc437
- Get the default keyboard layout out of hal device properties
2fc437
  instead of /etc/sysconfig/keyboard
2fc437
2fc437
* Fri Feb 20 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-4
2fc437
- add Provides: service(graphical-login) to help anaconda
2fc437
2fc437
* Thu Jan 22 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.2-3
2fc437
- Open log files for append to make selinux lock down easier
2fc437
2fc437
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.25.2-2
2fc437
- Update to 2.25.2
2fc437
- Drop the xkb groups workaround to see if the issue disappeared
2fc437
2fc437
* Thu Dec  4 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.25.1-2
2fc437
- Update to 2.25.1
2fc437
2fc437
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.24.0-11
2fc437
- Respect system keyboard setting
2fc437
2fc437
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-10
2fc437
- Rework "force X on vt1" code to work after the user logs out
2fc437
2fc437
* Wed Oct 15 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.24.0-9
2fc437
- Save some space
2fc437
2fc437
* Fri Oct  3 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.24.0-8
2fc437
- Don't show a non-functional help menuitem
2fc437
2fc437
* Tue Sep 30 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-7
2fc437
- Make panel slide in initially like the gnome panel
2fc437
2fc437
* Tue Sep 30 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-6
2fc437
- drop background priority change.  Choppyiness in -3 ended up
2fc437
  being a bug in gnome-settings-daemon.
2fc437
- pull patch from upstream to scale face icons with fontsize
2fc437
2fc437
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-5
2fc437
- Require gnome-session
2fc437
2fc437
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-4
2fc437
- Let /var/lib/gdm be owned by gdm, to make pulseaudio happy
2fc437
2fc437
* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-3
2fc437
- Load background after everything else, so the crossfade
2fc437
  isn't choppy.
2fc437
2fc437
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-2
2fc437
- Fix permssions on spool dir
2fc437
2fc437
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-1
2fc437
- Update to 2.24.0
2fc437
2fc437
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-10
2fc437
- Flush X event queue after setting _XROOTPMAP_ID so there's
2fc437
  no race with settings daemon reading the property
2fc437
2fc437
* Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-9
2fc437
- Fix crash from language dialog
2fc437
2fc437
* Wed Sep 17 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-8
2fc437
- canonicalize codeset to match output of locale -m
2fc437
- filter duplicates from language list
2fc437
2fc437
* Tue Sep 16 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.92-7
2fc437
- Plug a few memory leaks
2fc437
2fc437
* Tue Sep 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-6
2fc437
- Use _XROOTPMAP_ID instead of _XSETROOT_ID
2fc437
2fc437
* Tue Sep 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-5
2fc437
- Save root window in XSETROOTID property for transition
2fc437
2fc437
* Fri Sep 12 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-4
2fc437
- Fix bug in last patch
2fc437
2fc437
* Thu Sep 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-3
2fc437
- Add hook to allow for plymouth transition
2fc437
2fc437
* Tue Sep  9 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.92-2
2fc437
- Disallow root login
2fc437
2fc437
* Mon Sep  8 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.92-1
2fc437
- Update to 2.23.92-1
2fc437
2fc437
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.91-0.20080828.2
2fc437
- Update to non-broken snapshot
2fc437
2fc437
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.91-0.20080828.1
2fc437
- Update to snapshot
2fc437
2fc437
* Mon Aug 25 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.90-2
2fc437
- Add desktop file for metacity
2fc437
2fc437
* Mon Aug 25 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.90-1
2fc437
- Update to 2.23.90
2fc437
2fc437
* Thu Aug 14 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1:2.23.2-3
2fc437
- Add upstreamed patch gdm-2.23.2-unknown-lang.patch
2fc437
2fc437
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.2-2
2fc437
- Require plymouth-gdm-hooks so plymouth-log-viewer gets pulled
2fc437
  in on upgrades
2fc437
2fc437
* Wed Jul 30 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.2-1
2fc437
- Update to 2.23.2
2fc437
2fc437
* Mon Jul 28 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.1.0.2008.07.28.1
2fc437
- Update to newer snapshot
2fc437
2fc437
* Mon Jul 21 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.1.0.2008.07.21.3
2fc437
- Update to newer snapshot
2fc437
2fc437
* Mon Jul 21 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.1.0.2008.07.21.2
2fc437
- Update to new snapshot
2fc437
2fc437
* Mon Jul 21 2008 Jon McCann <jmccann@redhat.com> - 1:2.23.1.0.2008.07.21.1
2fc437
- Update to snapshot
2fc437
2fc437
* Fri Jul 11 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.22.0-12
2fc437
- Actually apply the patch
2fc437
2fc437
* Thu Jul 10 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.22.0-11
2fc437
- Fix some broken icons on the login screen
2fc437
2fc437
* Thu Jul 10 2008 Matthias Clasen  <mclasen@redhat.com> - 1:2.22.0-10
2fc437
- Improve rendering of languages
2fc437
2fc437
* Thu Jul  3 2008 Jon McCann <jmccann@redhat.com> - 1:2.22.0-9
2fc437
- Check for a null filesystem type
2fc437
2fc437
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 1:2.22.0-8
2fc437
- After discussion with X team, turn tcp connections off by default,
2fc437
  but add back option to toggle on (bug 446672)
2fc437
2fc437
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 1:2.22.0-7
2fc437
- enable tcp connections by default
2fc437
2fc437
* Thu May  8 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-6
2fc437
- Add a GConf key to disable the user list
2fc437
2fc437
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-5
2fc437
- Autoreconf
2fc437
- Bump rev
2fc437
2fc437
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-4
2fc437
- Add a keyboard chooser to the greeter
2fc437
2fc437
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-3
2fc437
- Fix source url
2fc437
2fc437
* Fri May  1 2008 Jon McCann <jmccann@redhat.com> - 1:2.22.0-2
2fc437
- Retry tagging
2fc437
2fc437
* Fri May  1 2008 Jon McCann <jmccann@redhat.com> - 1:2.22.0-1
2fc437
- Update to 2.22.0
2fc437
- Fix restarting when bus goes away
2fc437
2fc437
* Thu May  1 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.05.01.1
2fc437
- ConsoleKit fixes
2fc437
- Don't show session selector if only one session installed
2fc437
- automatically pop up language/session selectors when using mnemonics
2fc437
2fc437
* Tue Apr 29 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.10-0.2008.04.29.2
2fc437
- Fix debugging
2fc437
- Fix resetting slave after session migration
2fc437
- Desensitize power buttons briefly after page switch
2fc437
- Remove Users: label from greeter
2fc437
2fc437
* Tue Apr 29 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.10-0.2008.04.29.1
2fc437
- make transient greeter less transient to workaround spurious vt switch
2fc437
2fc437
* Mon Apr 28 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.28.1
2fc437
- a11y improvements
2fc437
- make "Suspend" desensitize properly when not-available
2fc437
- make resize animation faster
2fc437
- user switcher fixes
2fc437
2fc437
* Fri Apr 18 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.18.2
2fc437
- Get Chinese back in language list
2fc437
2fc437
* Fri Apr 18 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.18.1
2fc437
- start orca without main window
2fc437
- add missing priorities for plugins
2fc437
- add more failsafe lockdown
2fc437
2fc437
* Wed Apr 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.16.1
2fc437
- Disable typeahead when asking for password so password can't get shown
2fc437
  in clear text (bug 442300)
2fc437
2fc437
* Wed Apr 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.11.4
2fc437
- Use start-here instead of fedora-logo-icon to aid generic-logos
2fc437
2fc437
* Fri Apr 11 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.04.11.3
2fc437
- Fix up the XKB workaround
2fc437
2fc437
* Fri Apr 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.11.2
2fc437
- Fix security issue in last commit
2fc437
2fc437
* Fri Apr 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.11.1
2fc437
- Fix focus handling when tabbing from user-chooser to buttons
2fc437
- don't set real uid to user before setcred
2fc437
- fix permissions on /var/run/gdm ... again
2fc437
2fc437
* Thu Apr 10 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.04.08.4
2fc437
- Work around a XKB problem
2fc437
2fc437
* Tue Apr  8 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.08.3
2fc437
- Language list was incomplete (bug 441613)
2fc437
2fc437
* Tue Apr  8 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.08.2
2fc437
- Fix permissions on /var/run/gdm
2fc437
2fc437
* Tue Apr  8 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.08.1
2fc437
- Install X auth cookies in /var/run/gdm instead of /tmp
2fc437
2fc437
* Mon Apr  7 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.07.3
2fc437
- Disable image for automatic login and other user
2fc437
- Act more sanely if gnome isn't installed
2fc437
2fc437
* Mon Apr  7 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.07.2
2fc437
- Allow double-click to select language from list
2fc437
2fc437
* Mon Apr  7 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.07.1
2fc437
- Make automatic login timer fade in
2fc437
- No more checkboxes in user-switch applet
2fc437
2fc437
* Sun Apr  6 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.06.1
2fc437
- Focus face browser after failed login attempt
2fc437
- disable debug messages until 2.22.0 is released
2fc437
2fc437
* Sat Apr  5 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.04.04.2
2fc437
- Improve handling of CK error messages
2fc437
2fc437
* Sat Apr  5 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.04.1
2fc437
- Fix jump in animation for autologin
2fc437
- Fix crash if LANG="somethingbogus"
2fc437
2fc437
* Sat Apr  5 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.03.3
2fc437
- Fix crash when canceling autologin
2fc437
2fc437
* Fri Apr  4 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.04.03.2
2fc437
- Uninstall gconf schemas before the files are gone
2fc437
2fc437
* Thu Apr  3 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.04.03.1
2fc437
- Update to snapshot
2fc437
- Improves shrink/grow animation of login window
2fc437
2fc437
* Wed Apr  2 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.10-0.2008.04.02.1
2fc437
- Update to snapshot
2fc437
2fc437
* Mon Mar 31 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.03.26.4
2fc437
- Fix a directory ownership oversight
2fc437
2fc437
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.10-0.2008.03.26.3
2fc437
- Fix build due to #436349
2fc437
2fc437
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.10-0.2008.03.26.2
2fc437
- Update to newer snapshot that includes more lockdown
2fc437
2fc437
* Wed Mar 26 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.03.26.1
2fc437
- Update to snapshot
2fc437
- Turn on profiling
2fc437
2fc437
* Fri Mar 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.10-0.2008.03.18.3
2fc437
- Don't require a theme we don't use
2fc437
2fc437
* Wed Mar 19 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.10-0.2008.03.18.2
2fc437
- Fix default path (bug 430187)
2fc437
2fc437
* Tue Mar 18 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.10-0.2008.03.18.1
2fc437
- Update to snapshot
2fc437
2fc437
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.9-5
2fc437
- Implement tooltips in the language selection dialog
2fc437
2fc437
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.9-4
2fc437
- Stop gvfs from using fuse in the sandbox session
2fc437
2fc437
* Tue Mar 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.9-3
2fc437
- remove duplication signal definition from bad patch merge
2fc437
  which led to crash for "Other" user
2fc437
2fc437
* Mon Mar 10 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.9-2
2fc437
- Fix case where we can't lookup a user.
2fc437
2fc437
* Mon Mar 10 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.9-1
2fc437
- Update to 2.21.9
2fc437
2fc437
* Mon Mar 10 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.9-0.2008.03.10.2
2fc437
- Prevent some spurious wake ups caused by the
2fc437
  timed login timer animation
2fc437
2fc437
* Mon Mar 10 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.9-0.2008.03.10.1
2fc437
- Update to latest snapshot
2fc437
2fc437
* Fri Mar 7 2008 David Woodhouse <dwmw2@redhat.com> - 1:2.21.9-0.2008.02.29.3
2fc437
- Fix endianness breakage in signal pipes (#436333)
2fc437
2fc437
* Mon Mar 3 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.9-0.2008.02.29.2
2fc437
- Be more explicit in file list; use less globs
2fc437
- Don't package user-switcher in both packages!
2fc437
2fc437
* Fri Feb 29 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.9-0.2008.02.29.1
2fc437
- Update to snapshot
2fc437
- Split user-switcher out
2fc437
2fc437
* Mon Feb 25 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.8-1
2fc437
- Update to 2.21.8
2fc437
2fc437
* Tue Feb 12 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.7-1
2fc437
- Update to 2.21.7
2fc437
2fc437
* Fri Feb 8 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.7-0.2008.02.08.1
2fc437
- Update to snapshot
2fc437
2fc437
* Wed Jan  30 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.6-1
2fc437
- Update to 2.21.6
2fc437
2fc437
* Thu Jan  24 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.5-2
2fc437
- add BuildRequires for iso-codes-devel
2fc437
2fc437
* Fri Jan  18 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.5-1
2fc437
- Update to 2.21.5
2fc437
2fc437
* Thu Jan  17 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.2-0.2007.11.20.11
2fc437
- Rebuild
2fc437
2fc437
* Mon Jan  15 2008 Dan Walsh <dwalsh@redhat.com> - 1:2.21.2-0.2007.11.20.10
2fc437
- Fix gdm.pam file so that session include system-auth happens after other session setup
2fc437
2fc437
* Mon Jan  7 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.9
2fc437
- hide guest account since it doesn't work
2fc437
2fc437
* Fri Dec 21 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.8
2fc437
- Fix background (and other settings)
2fc437
2fc437
* Wed Dec 19 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.7
2fc437
- Improve animation to be less jumpy
2fc437
2fc437
* Fri Dec 14 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.6
2fc437
- Fix an uninitialized variable that makes the session list stop
2fc437
  growing before its finished sometimes
2fc437
2fc437
* Thu Dec 13 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.5
2fc437
- add session chooser to login screen
2fc437
- add hoaky animations
2fc437
2fc437
* Fri Nov 30 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-0.2007.11.20.4
2fc437
- Use the new "substack" support in pam to make keyring unlocking work
2fc437
2fc437
* Tue Nov 20 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.3
2fc437
- use metacity for now
2fc437
2fc437
* Tue Nov 20 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.2
2fc437
- Drop dont run profile patch since dwalsh changed /usr/sbin/gdm label
2fc437
2fc437
* Tue Nov 20 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.20.1
2fc437
- Update to today's snapshot
2fc437
2fc437
* Mon Nov 19 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.19.3
2fc437
- fix permissions on homedir
2fc437
2fc437
* Mon Nov 19 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.19.2
2fc437
- move homedir to /var/lib/gdm
2fc437
2fc437
* Mon Nov 19 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.19.1
2fc437
- Update to today's snapshot
2fc437
2fc437
* Thu Nov 15 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.14.2
2fc437
- don't source /etc/profile at startup
2fc437
2fc437
* Wed Nov 14 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.14.1
2fc437
- Update to today's snapshot
2fc437
2fc437
* Fri Nov  9 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.09.1
2fc437
- Update to today's snapshot
2fc437
2fc437
* Tue Oct 30 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.1-0.2007.10.30.1
2fc437
- Update to today's snapshot
2fc437
2fc437
* Tue Oct 23 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.1-0.2007.10.23.1
2fc437
- Update to today's snapshot
2fc437
2fc437
* Mon Oct 22 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.1-0.2007.10.22.1
2fc437
- Add a snapshot gdm trunk, totally different unfinished ui...
2fc437
2fc437
* Fri Oct  5 2007 Dan Walsh <dwalsh@redhat.com> - 1:2.20.0-14
2fc437
- Added pam_selinux_permit and pam_namespace to gdm-pam
2fc437
  - This pam module allows user without a password to login when selinux is in enforcing mode
2fc437
- Added pam_namespace to gdm-autologin-pam
2fc437
- These changes were made to make it easier to setup the xguest user account
2fc437
2fc437
* Tue Oct  3 2007 Alexander Larsson <alexl@redhat.com> - 1:2.20.0-14
2fc437
- Fix up pam keyring integration to be what the latest version
2fc437
  of the docs says
2fc437
2fc437
* Tue Oct  2 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-13
2fc437
- Actually add said escape == cancel behavior back
2fc437
2fc437
* Tue Oct  2 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-12
2fc437
- Add escape == cancel behavior back
2fc437
2fc437
* Mon Oct  1 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-11
2fc437
- Fix a refcounting problem with user faces
2fc437
2fc437
* Mon Oct  1 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-10
2fc437
- apply upstream patch from Brady Anderson <brady.anderson@gmail.com>
2fc437
  to fix writing out .dmrc file when setting default language
2fc437
  (upstream bug 453916)
2fc437
2fc437
* Fri Sep 28 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-9
2fc437
- drop redhat-artwork dep, add fedorainfinity-gdm-theme dep
2fc437
2fc437
* Fri Sep 28 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-8
2fc437
- Another crack at 240853
2fc437
2fc437
* Fri Sep 28 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-7
2fc437
- Fix the stupid bullets again
2fc437
2fc437
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-6
2fc437
- The previously mentioned typo didn't matter before because the
2fc437
  compiled in default matched what the config file was supposed to
2fc437
  say.  This commit restores matched default behavior (bug 301031)
2fc437
2fc437
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-5
2fc437
- Fix an apparent typo in the securitytokens.conf config file
2fc437
  (bug 301031)
2fc437
2fc437
* Thu Sep 20 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-4
2fc437
- Reenable root login due to popular demand
2fc437
2fc437
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-3
2fc437
- Change default theme to FedoraInfinity
2fc437
2fc437
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-2
2fc437
- Fix a hang on restart (#240853)
2fc437
2fc437
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-1
2fc437
- Update to 2.20.0
2fc437
2fc437
* Wed Sep 12 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.8-4
2fc437
- Change default password character back to circle instead of
2fc437
  asterisk (bug 287951)
2fc437
2fc437
* Fri Sep  7 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.8-3
2fc437
- rebuild --with-selinux
2fc437
2fc437
* Fri Sep  7 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.8-2
2fc437
- make things work better for xguest users (bug 254164)
2fc437
2fc437
* Fri Sep  7 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.8-1
2fc437
- Update to 2.19.8
2fc437
2fc437
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.7-1
2fc437
- Update to 2.19.7
2fc437
2fc437
* Fri Aug 24 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.6-5
2fc437
- use pam_selinux instead of home grown selinux code (bug 254164)
2fc437
2fc437
* Wed Aug 22 2007 Kristian Høgsberg <krh@redhat.com> - 1:2.19.6-4
2fc437
- Pass -br to the default X server too.
2fc437
2fc437
* Sat Aug 18 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.6-3
2fc437
- disable root login (see "low-hanging fruit" discussion on
2fc437
  fedora-desktop-list)
2fc437
2fc437
* Thu Aug 16 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.6-2
2fc437
- disable type ahead in user list (bug 252991)
2fc437
2fc437
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.6-1
2fc437
- Update to 2.19.6
2fc437
- Use %%find_lang for help files
2fc437
2fc437
* Sun Aug 12 2007 Adam Jackson <ajax@redhat.com> 1:2.19.5-9
2fc437
- Remove the filereq on /etc/pam.d/system-auth, pam alone is sufficient.
2fc437
- Bump the pam requirement to 0.99, 0.75 is ancient.
2fc437
2fc437
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-8
2fc437
- Make the previous fix actually work
2fc437
2fc437
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-7
2fc437
- Make gdmsetup work with consolehelper and pam again
2fc437
2fc437
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-6
2fc437
- Require gnome-keyring-pam
2fc437
2fc437
* Mon Aug  6 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.5-5
2fc437
- change previous patch to drop even more code
2fc437
2fc437
* Mon Aug  6 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.5-4
2fc437
- turn off dwellmouselistener if devices don't send core events.
2fc437
  don't warp pointer to stylus ever (upstream bug 457998)
2fc437
2fc437
* Fri Aug  3 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.5-3
2fc437
- remove dwellmouselistener module from default configuration.
2fc437
  It's pretty broken (bug 248752)
2fc437
2fc437
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-2
2fc437
- Update license field
2fc437
2fc437
* Tue Jul 31 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-1
2fc437
- Update to 2.19.5
2fc437
2fc437
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.4-2
2fc437
- Add optional gnome-keyring support to the gdm pam stack
2fc437
2fc437
* Tue Jul 10 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.4-1
2fc437
- Update to 2.19.4
2fc437
2fc437
* Wed Jun 27 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.3-3
2fc437
- set Browser=true by default
2fc437
2fc437
* Wed Jun 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-2
2fc437
- Drop an unnecessary file dependency
2fc437
2fc437
* Mon Jun 18 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.3-1
2fc437
- Update to 2.19.3
2fc437
2fc437
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.2-1
2fc437
- Update to 2.19.2
2fc437
2fc437
* Mon May 21 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.1-1
2fc437
- Update to 2.19.1
2fc437
2fc437
* Tue May 15 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-14
2fc437
- hide users from userlist that have disabled shells
2fc437
  (bug 240148)
2fc437
2fc437
* Thu May 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-13
2fc437
- Follow packaging guidelines for scrollkeeper dependencies
2fc437
2fc437
* Mon May  7 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-12
2fc437
- reenable utmp logging (bug 209537)
2fc437
2fc437
* Tue Apr 17 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-11
2fc437
- Be more verbose to help isolate the problem in bug 234567
2fc437
2fc437
* Thu Apr 12 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-10
2fc437
- add "Default" session back to the sessions menu (bug 234218)
2fc437
2fc437
* Thu Apr  5 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-9
2fc437
- don't expect utf-8 usernames for plain greeter face browser
2fc437
  either.
2fc437
2fc437
* Thu Apr  5 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-8
2fc437
- don't expect utf-8 usernames for face browser (bug 235351).
2fc437
2fc437
* Thu Mar 29 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-7
2fc437
- don't strcpy overlapping strings (bug 208181).
2fc437
2fc437
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-6
2fc437
- Hide gdmphotosetup by default, since About Me does the same
2fc437
2fc437
* Tue Mar 20 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-5
2fc437
- add fix to allow themes to cope with low resolution modes
2fc437
  better (bug 232672)
2fc437
2fc437
* Mon Mar 19 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-4
2fc437
- update and reenable security token patch
2fc437
2fc437
* Mon Mar 19 2007 David Zeuthen <davidz@redhat.com> - 1:2.18.0-3
2fc437
- Also pass AT's to the session from the plain greeter (#232518)
2fc437
- New faces including new subpackage gdm-extra-faces
2fc437
2fc437
* Tue Mar 13 2007 David Zeuthen <davidz@redhat.com> - 1:2.18.0-2
2fc437
- Update to upstream release 2.18.0
2fc437
- Switch default theme to FedoraFlyingHigh and show /etc/passwd users
2fc437
- Fix accessibility in the themed greeter (GNOME #412576)
2fc437
- Enable accessible login, make sure gdm can access devices and
2fc437
  pass activated AT's to the login session (#229912)
2fc437
- Disable smart card login for now as patch doesn't apply anymore
2fc437
2fc437
* Fri Mar  9 2007 Ray Strode <rstrode@redhat.com> - 1:2.17.8-3
2fc437
- hide langauges that aren't displayable from the list (bug 206048)
2fc437
2fc437
* Tue Mar  6 2007 Ray Strode <rstrode@redhat.com> - 1:2.17.8-2
2fc437
- turn off pam sanity check because it conflicts with audit
2fc437
2fc437
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.8-1
2fc437
- Update to 2.17.8
2fc437
2fc437
* Sat Feb 24 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.7-5
2fc437
- Fix keynav in the face browser
2fc437
2fc437
* Fri Feb 23 2007 David Zeuthen <davidz@redhat.com> - 1:2.17.7-4
2fc437
- Add some enhancements to the greeter (bgo #411427)
2fc437
2fc437
* Fri Feb 23 2007 Ray Strode <rstrode@redhat.com> - 1:2.17.7-3
2fc437
- Update to 2.17.7
2fc437
2fc437
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.7-2
2fc437
- Don't own /usr/share/icons/hicolor
2fc437
- Install all desktop files
2fc437
2fc437
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.7-1
2fc437
- try to update to 2.17.7
2fc437
- Drop upstreamed patches
2fc437
2fc437
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-4
2fc437
- Reuse existing sessions without asking
2fc437
- Don't show failsafe sessions
2fc437
2fc437
* Sat Feb 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-3
2fc437
- Fix a problem with the ConsoleKit support
2fc437
2fc437
* Tue Feb  6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-2
2fc437
- Apply a patch to improve fast user switching experience
2fc437
2fc437
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-1
2fc437
- Update to 2.17.6
2fc437
2fc437
* Sat Jan 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.5-2
2fc437
- Enable ConsoleKit support
2fc437
2fc437
* Thu Jan 11 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.5-1
2fc437
- Update to 2.17.5
2fc437
2fc437
* Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.4-1
2fc437
- Update to 2.17.4, which fixes CVE-2006-6105
2fc437
2fc437
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.3-1
2fc437
- Update to 2.17.3
2fc437
- Update some patches
2fc437
2fc437
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.2-1
2fc437
- Update to 2.17.2
2fc437
2fc437
* Sun Nov  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.1-1
2fc437
- Update to 2.17.1
2fc437
2fc437
* Thu Oct 26 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.0-2
2fc437
- Fix a crash with launching a11y support
2fc437
2fc437
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.0-1
2fc437
- Update to 2.17.0
2fc437
2fc437
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-17
2fc437
- Make photosetup help button work (#198138)
2fc437
2fc437
* Sun Oct 15 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-16.fc7
2fc437
- don't log canceled pam conversations as failed login attempts
2fc437
2fc437
* Sun Oct 15 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-15.fc7
2fc437
- Prefer modules in secmod db over hardcoded coolkey path
2fc437
2fc437
* Sat Oct 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-14.fc7
2fc437
- have security token monitor helper process kill itself when
2fc437
  the communication pipe to the main process goes away (bug 210677).
2fc437
2fc437
* Wed Oct 10 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-13.fc6
2fc437
- desensitize entry fields until pam asks for input, so if pam
2fc437
  doesn't initially ask for input (like in smart card required mode)
2fc437
  the user can't type something and confuse gdm (bug 201344)
2fc437
2fc437
* Fri Oct 6 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-12.fc6
2fc437
- invoke standard X server with -br option to ensure we get a
2fc437
  black root on startup
2fc437
2fc437
* Thu Oct 5 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-11.fc6
2fc437
- make monitoring code more reliable (bug 208018)
2fc437
2fc437
* Wed Sep 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-10.fc6
2fc437
- Fix small issues in gdmsetup (#208225)
2fc437
2fc437
* Wed Sep 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-9.fc6
2fc437
- Fix a problem with the display of the FedoraDNA theme
2fc437
  in gdmsetup
2fc437
2fc437
* Tue Sep 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-8.fc6
2fc437
- Add as_IN, si_LK to language list (bug 203917)
2fc437
2fc437
* Mon Sep 18 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-7.fc6
2fc437
- fix a problem recently introduced in the smart card forking
2fc437
  code
2fc437
2fc437
* Mon Sep 18 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-6.fc6
2fc437
- fix a problem recently introduced in the smart card driver
2fc437
  loading code (bug 206882)
2fc437
2fc437
* Thu Sep 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-5.fc6
2fc437
- don't leak pipe fds (bug 206709)
2fc437
2fc437
* Thu Sep 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-4.fc6
2fc437
- update security token patch to not poll
2fc437
2fc437
* Fri Sep  8 2006 Jesse Keating <jkeating@redhat.com> - 1:2.16.0-3.fc6
2fc437
- Apply correct defaults patch
2fc437
2fc437
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-2.fc6
2fc437
- Change the default theme to FedoraDNA
2fc437
- Bump redhat-artwork requirement
2fc437
2fc437
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-1.fc6
2fc437
- Update to 2.16.0
2fc437
2fc437
* Sat Aug 26 2006 Karsten Hopp <karsten@redhat.com> - 1:2.15.10-2.fc6
2fc437
- buildrequire inttools as this isn't a requirement of scrollkeeper anymore
2fc437
  and thus missing from the buildroot
2fc437
2fc437
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.10-1.fc6
2fc437
- Update to 2.15.10
2fc437
- Drop upstreamed patch
2fc437
2fc437
* Fri Aug 4 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.9-1
2fc437
- update to 2.15.9
2fc437
2fc437
* Fri Aug 4 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.7-2
2fc437
- update gdmsetup pam file to use config-util stacks
2fc437
2fc437
* Thu Aug 3 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.7-1
2fc437
- update to 2.15.7
2fc437
- drop selinux patch that I don't think was ever finished
2fc437
2fc437
* Thu Aug 3 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-14
2fc437
- fix face browser
2fc437
  (http://bugzilla.gnome.org/show_bug.cgi?id=349640)
2fc437
- fix error message reporting
2fc437
  (http://bugzilla.gnome.org/show_bug.cgi?id=349758)
2fc437
2fc437
* Fri Jul 21 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-13
2fc437
- simply all the security token code by only using one pam stack
2fc437
- drop lame kill on token removal feature
2fc437
2fc437
* Fri Jul 21 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-12
2fc437
- move authcookies out of home directories to prevent problems
2fc437
  on nfs/afs mounted home directories (bug 178233).
2fc437
2fc437
* Fri Jul 21 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-11
2fc437
- really fix annoying dialog problem mentioned in 2.15.6-6
2fc437
2fc437
* Wed Jul 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-10
2fc437
- center cursor on xinerama head (bug 180085)
2fc437
2fc437
* Tue Jul 18 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-9
2fc437
- add "kill all sessions on token removal" feature
2fc437
2fc437
* Tue Jul 18 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-8
2fc437
- reenable session keyring support in pam module (bug 198629)
2fc437
2fc437
* Mon Jul 17 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-7
2fc437
- make security token support use its own config file in
2fc437
  preparation for modularizing it.
2fc437
2fc437
* Mon Jul 17 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-6
2fc437
- fix off-by-one in the process-all-ops patch that was causing
2fc437
  an anoying dialog to pop up on each login
2fc437
2fc437
* Sun Jul 16 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-5
2fc437
- add initial wtmp and btmp logging support
2fc437
2fc437
* Fri Jul 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-4
2fc437
- fix bug in security token support
2fc437
2fc437
* Fri Jul 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-3
2fc437
- fix hang in gdmsetup
2fc437
2fc437
* Fri Jul 14 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-2
2fc437
- put new pam module at top of stack (bug 198629)
2fc437
2fc437
* Wed Jul 12 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.6-1
2fc437
- Update to 2.15.6
2fc437
2fc437
* Wed Jul 12 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.5-4
2fc437
- add new pam module to pam files to support kernel session keyring
2fc437
2fc437
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.15.5-3.1
2fc437
- rebuild
2fc437
2fc437
* Tue Jul 11 2006 Ray Strode <rstrode@redhat.com> 1:2.15.5-3
2fc437
- add initial support for smart card security tokens
2fc437
2fc437
* Fri Jul 7 2006 Ray Strode <rstrode@redhat.com> 1:2.15.5-2
2fc437
- add patch to process all operations when more than one comes
2fc437
  in really quickly
2fc437
- move default "Please enter your username" message to the
2fc437
  greeter instead of the slave so that it doesn't get stacked if
2fc437
  a pam module has a non default message
2fc437
- add new message for reseting the current login operation
2fc437
  (like the cancel button does, but accessible via the gdm fifo)
2fc437
2fc437
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> 1:2.15.5-1
2fc437
- Update to 2.15.5
2fc437
2fc437
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 1:2.15.3-8
2fc437
- replace automake14 buildreq with automake
2fc437
2fc437
* Thu Jun  8 2006 Ray Strode <rstrode@redhat.com> 1:2.15.3-7
2fc437
- fix CVE-2006-2452
2fc437
2fc437
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1:2.15.3-6
2fc437
- buildrequire the server so that we get the path right in the config file
2fc437
2fc437
* Tue Jun 06 2006 Karsten Hopp <karsten@redhat.de> 1:2.15.3-5
2fc437
- buildrequire libdmx-devel
2fc437
2fc437
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.3-4
2fc437
- Require system-logos, not fedora-logos
2fc437
2fc437
* Tue May 23 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.3-3
2fc437
- Support xdm -nodaemon option (bug 192461)
2fc437
2fc437
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.3-2
2fc437
- Add missing BuildRequires (#192494)
2fc437
2fc437
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.3-1
2fc437
- Update to 2.15.3
2fc437
2fc437
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.0-1
2fc437
- Update to 2.15.0
2fc437
2fc437
* Wed Apr 26 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.14.4-2
2fc437
- Update to 2.14.4
2fc437
2fc437
* Wed Apr 12 2006 Ray Strode <rstrode@redhat.com> - 1:2.14.1-4
2fc437
- fix libexecdir substitution problem in configuration file
2fc437
2fc437
* Tue Apr 11 2006 Ray Strode <rstrode@redhat.com> - 1:2.14.1-3
2fc437
- Add gdmthemetester.in to the mix (upstream bug 338079)
2fc437
2fc437
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.14.1-2
2fc437
- Update to 2.14.1
2fc437
2fc437
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 1:2.14.0-1
2fc437
- Update to 2.14.0
2fc437
2fc437
* Tue Mar  7 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.9-4
2fc437
- Follow Solaris's lead and default to AlwaysRestartServer=True
2fc437
  (may work around bug 182957)
2fc437
2fc437
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.9-3
2fc437
- migrate users with baseXsession=/etc/X11/gdm/Xsession to
2fc437
  /etc/X11/xinit/Xsession
2fc437
2fc437
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.9-2
2fc437
- disable sounds completely when disabled in configuration file
2fc437
 (upstream bug 333435)
2fc437
2fc437
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.9-1
2fc437
- Update to 2.13.0.9
2fc437
- Use new %%post section, written by
2fc437
  Michal Jaegermann <michal@harddata.com> (bug 183082)
2fc437
2fc437
* Sat Feb 25 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.8-6
2fc437
- fix a broken link
2fc437
2fc437
* Fri Feb 24 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.8-5
2fc437
- change some /etc/X11 bits in the spec file to /etc
2fc437
2fc437
* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.8-3
2fc437
- add server entry for accel-indirect branch of xorg
2fc437
2fc437
* Wed Feb 15 2006 Ray <rstrode@redhat.com> and Matthias <mclasen@redhat.com> - 1:2.13.0.8-2
2fc437
- malloc memory that is later freed
2fc437
2fc437
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.8-1
2fc437
- update to 2.13.0.8
2fc437
2fc437
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.7.0.2006.02.12-2
2fc437
- migrate custom.conf settings with /etc/X11/gdm to /etc/gdm
2fc437
2fc437
* Sun Feb 12 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.7.0.2006.02.12-1
2fc437
- update to cvs snapshot
2fc437
- move gdm to /etc instead of /etc/X11
2fc437
- move custom gdm.conf to sysconfdir instead of symlinking from
2fc437
  datadir (bug 180364)
2fc437
2fc437
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:2.13.0.7-2.1
2fc437
- bump again for double-long bug on ppc(64)
2fc437
2fc437
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.0.7-2
2fc437
- Make gdmsetup use consolehelper
2fc437
- Don't use deprecated pam_stack
2fc437
2fc437
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:2.13.0.7-1.1
2fc437
- rebuilt for new gcc4.1 snapshot and glibc changes
2fc437
2fc437
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.7-1
2fc437
- update to 2.13.0.7
2fc437
2fc437
* Mon Jan 30 2006 Bill Nottingham <notting@redhat.com>
2fc437
- silence gdm-safe-restart
2fc437
2fc437
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.5-7
2fc437
- sed -ie isn't the same as sed -i -e (we want the latter)
2fc437
2fc437
* Wed Jan 18 2006 Christopher Aillon <caillon@redhat.com> - 1:2.13.0.5-6
2fc437
- Add patch to fix clock to default to 24h in locales that expect it (175453)
2fc437
2fc437
* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.5-1
2fc437
- update to 2.13.0.5 (bug 178099)
2fc437
2fc437
* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.4-5
2fc437
- add new theme by Diana Fong, Máirín Duffy, and me
2fc437
2fc437
* Mon Jan 16 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.4-4
2fc437
- improve migration snippet (bug 177443).
2fc437
2fc437
* Fri Jan 13 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.4-3
2fc437
- migrate X server configuration for pre-modular X configurations.
2fc437
  Problems reported by Dennis Gregorovic <dgregor@redhat.com>
2fc437
2fc437
* Mon Jan 9 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.4-2
2fc437
- use xinit Xsession again.
2fc437
2fc437
* Mon Jan 9 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.4-1
2fc437
- update to 2.13.0.4
2fc437
2fc437
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Mon Nov 16 2005 Ray Strode <rstrode@redhat.com> - 1:2.8.0.4-13
2fc437
- Don't fallback to xsm, try gnome-session instead
2fc437
- Require xorg-x11-xinit
2fc437
2fc437
* Mon Nov 14 2005 Ray Strode <rstrode@redhat.com> - 1:2.8.0.4-12
2fc437
- Make sure that dbus-launch gets called if available
2fc437
2fc437
* Mon Nov 14 2005 Ray Strode <rstrode@redhat.com> - 1:2.8.0.4-11
2fc437
- Don't use X session / setup files anymore.
2fc437
- Don't install early login init scripts
2fc437
- remove xsri dependency
2fc437
- don't prune language lists anymore
2fc437
2fc437
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 1:2.8.0.4-10
2fc437
- also fix default xsession for where its moved in modular X
2fc437
2fc437
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 1:2.8.0.4-9
2fc437
- change requirements for modular X
2fc437
- patch to find x server with modular X
2fc437
2fc437
* Thu Oct 20 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.4-8
2fc437
- redhat-artwork was busted, require new version
2fc437
2fc437
* Tue Oct 18 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.4-7
2fc437
- zero-initialize message buffer,
2fc437
  bug fixed by Josh Parson (jbparsons@usdavis.edu) (bug 160603)
2fc437
- fix typo in redhat-artwork requires line
2fc437
2fc437
* Mon Oct 17 2005 Steve Grubb <sgrubb@redhat.com> 1:2.8.0.4-6
2fc437
- add login audit patch (bug 170569)
2fc437
2fc437
* Mon Oct 17 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.4-5
2fc437
- bump redhat-artwork requirement to get rid of the boot
2fc437
  throbber for now, since it seems to have reappeared
2fc437
  mysteriously (bug 171025)
2fc437
p
2fc437
* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 1:2.8.0.4-4
2fc437
- Change to use getseuserbyname
2fc437
2fc437
* Thu Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1:2.8.0.4-3
2fc437
- Fix selinux not to fail when in permissive mode
2fc437
2fc437
* Thu Sep 27 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.4-2
2fc437
- remove flexiserver from menus
2fc437
2fc437
* Thu Sep  8 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.4-1
2fc437
- update to 2.8.0.4
2fc437
2fc437
* Tue Sep  6 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.2-4
2fc437
- Apply clean up patch from Steve Grubb (gnome bug 315388).
2fc437
2fc437
* Tue Aug 30 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.2-3
2fc437
- Prune language list of installed languages
2fc437
- Make config file noreplace again (bug 167087).
2fc437
2fc437
* Sat Aug 20 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.2-2
2fc437
- hide throbber
2fc437
2fc437
* Fri Aug 19 2005 Ray Strode <rstrode@redhat.com> 1:2.8.0.2-1
2fc437
- update to 2.8.0.2
2fc437
- disable early login stuff temporarily
2fc437
2fc437
* Thu Aug 18 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-18
2fc437
- rebuild
2fc437
2fc437
* Wed Aug 10 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-17
2fc437
- Prune uninstalled languages from language list.
2fc437
2fc437
* Mon May 23 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-16
2fc437
- Make sure username/password incorrect message gets displayed
2fc437
  (bug 158127).
2fc437
- reread system locale before starting gdm in early login mode
2fc437
  (bug 158376).
2fc437
2fc437
* Thu May 19 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-15
2fc437
- Take out some syslog spew (bug 157711).
2fc437
2fc437
* Thu May 12 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-14
2fc437
- Fix processing of new-line characters that got broken
2fc437
  in 2.6.0.8-11 (bug 157442).
2fc437
2fc437
* Tue May  3 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-12
2fc437
- Fix processing of non-ascii characters that got broken
2fc437
  in 2.6.0.8-11, found by Miloslav Trmac <mitr@redhat.com>,
2fc437
  (bug 156590).
2fc437
2fc437
* Thu Apr 28 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-11
2fc437
- Fix halt command (bug 156299)
2fc437
- Process all messages sent to the greeter in a read, not just
2fc437
  the first
2fc437
2fc437
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 1:2.6.0.8-10
2fc437
- silence %%postun
2fc437
2fc437
* Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-9
2fc437
- Change default standard greeter theme to clearlooks and
2fc437
  default graphical greeter theme to Bluecurve specifically.
2fc437
2fc437
- Change default path values (bug 154280)
2fc437
2fc437
* Mon Apr 25 2005 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.8-8
2fc437
- for early-login, delay XDMCP initialization until allow-login
2fc437
2fc437
* Sun Apr 24 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-7
2fc437
- calling gdm_debug and g_strdup_printf from signal handlers are
2fc437
  bad news (Spotted by Mark McLoughlin <markmc@redhat.com>).
2fc437
2fc437
* Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.8-6
2fc437
- Add a throbber for early login
2fc437
2fc437
* Mon Apr 18 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-5
2fc437
- Don't install gnome.desktop to /usr/share/xsessions (bug 145791)
2fc437
2fc437
* Thu Apr 14 2005 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.8-4
2fc437
- Don't do early-login if firstboot is going to run
2fc437
- Make early-login work with timed and automatic logins
2fc437
2fc437
* Wed Apr 13 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-3
2fc437
- Don't hard code dpi setting to 96.0, but instead look at
2fc437
  Xft.dpi
2fc437
2fc437
* Wed Apr 13 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-2
2fc437
- touch /var/lock/subsys/gdm-early-login so gdm gets killed on
2fc437
  runlevel changes (bug 154414)
2fc437
- don't try to use system dpi settings for canvas text (bug 127532)
2fc437
- merge resource database from displays other than :0
2fc437
2fc437
* Sat Apr  2 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-1
2fc437
- update to 2.6.0.8
2fc437
- add new init scripts to support early-login mode
2fc437
2fc437
* Tue Mar 29 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.7-8
2fc437
- Add a --wait-for-bootup cmdline option.
2fc437
2fc437
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1:2.6.0.7-6
2fc437
- Update the GTK+ theme icon cache on (un)install
2fc437
2fc437
* Fri Mar 11 2005 Alexandre Oliva <aoliva@redhat.com> 1:2.6.0.7-5
2fc437
- fix patch for bug 149899 (fixes bug 150745)
2fc437
2fc437
* Wed Mar 09 2005 Than Ngo <than@redhat.com> 1:2.6.0.7-4
2fc437
- add OnlyShowIn=GNOME;
2fc437
2fc437
* Mon Feb 28 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.7-3
2fc437
- seteuid/egid as user before testing for presence of
2fc437
  user's home directory (fixes bug 149899)
2fc437
2fc437
* Thu Feb 10 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.7-2
2fc437
- Turn off "switchdesk" mode by default which accidentally got
2fc437
  turned on by default in 2.6.0.5-4
2fc437
2fc437
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.7-1
2fc437
- Update to 2.6.0.7
2fc437
2fc437
* Tue Jan 25 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-11
2fc437
- Fix bug in greeter sort-session-list patch where selecting
2fc437
  a session did nothing (bug 145626)
2fc437
2fc437
* Thu Dec 9 2004 Dan Walsh <dwalsh@redhat.com> 1:2.6.0.5-10
2fc437
- Remove pam_selinux from gdmsetup pam file
2fc437
2fc437
* Wed Dec  1 2004  Ray Strode  <rstrode@redhat.com> 1:2.6.0.5-9
2fc437
- Look up and use username instead of assuming that user entered
2fc437
  login is cannonical.  Patch from
2fc437
  Mike Patnode <mike.patnode@centrify.com> (fixes bug 141380).
2fc437
2fc437
* Thu Nov 11 2004  Ray Strode  <rstrode@redhat.com> 1:2.6.0.5-8
2fc437
- Sort session list so that default session comes out on top
2fc437
  (fixes bug 107324)
2fc437
2fc437
* Wed Nov 10 2004  Ray Strode  <rstrode@redhat.com> 1:2.6.0.5-7
2fc437
- Make desktop file symlink instead of absolute (bug 104390)
2fc437
- Add flexiserver back to menus
2fc437
2fc437
* Wed Oct 20 2004  Ray Strode  <rstrode@redhat.com> 1:2.6.0.5-6
2fc437
- Clean up xses if the session was successfullly completed.
2fc437
  (fixes bug #136382)
2fc437
2fc437
* Tue Oct 19 2004  Ray Strode  <rstrode@redhat.com> 1:2.6.0.5-5
2fc437
- Prefer nb_NO over no_NO for Norwegian (fixes bug #136033)
2fc437
2fc437
* Thu Oct  7 2004 Alexander Larsson <alexl@redhat.com> - 1:2.6.0.5-4
2fc437
- Change default greeter theme to "Default", require
2fc437
  redhat-artwork with Default symlink.
2fc437
2fc437
* Wed Sep 29 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-3
2fc437
- Check if there is a selected node before using iterator.
2fc437
  (fixes bug #133329).
2fc437
2fc437
* Fri Sep 24 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-2
2fc437
- Don't mess with gdmphotosetup categories.  Upstream categories
2fc437
  are fine.
2fc437
2fc437
* Mon Sep 20 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.5-1
2fc437
- update to 2.6.0.5
2fc437
2fc437
* Tue Aug 3 2004 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.3-5
2fc437
- fix messed up changelog
2fc437
2fc437
* Tue Aug 3 2004 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.3-4
2fc437
- rebuilt
2fc437
2fc437
* Thu Aug 2 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.3-3
2fc437
- rebuilt
2fc437
2fc437
* Mon Jul 26 2004 Bill Nottingham <notting@redhat.com> 1:2.6.0.3-2
2fc437
- fix theme (#128599)
2fc437
2fc437
* Thu Jun 17 2004 Ray Strode <rstrode@redhat.com> 1:2.6.0.3-1
2fc437
- update to 2.6.0.3 (fixes bug #117677)
2fc437
2fc437
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.0-5
2fc437
- rebuild
2fc437
2fc437
* Mon May 17 2004 Than Ngo <than@redhat.com> 1:2.6.0.0-4
2fc437
- add patch to build gdm-binary with PIE
2fc437
2fc437
* Thu Apr 22 2004 Mark McLoughlin <markmc@redhat.com> - 1:2.6.0.0-3
2fc437
- Update the "use switchdesk" message to only be display when
2fc437
  switchdesk-gui is installed and to not reference a non existant
2fc437
  menu item (bug #121460)
2fc437
2fc437
* Fri Apr  2 2004 Colin Walters <walters@redhat.com> 1:2.6.0.0-2
2fc437
- Always put session errors in /tmp, in preparation for
2fc437
  completely preventing gdm from writing to /home/
2fc437
2fc437
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 1:2.6.0.0-1
2fc437
- update to 2.6.0.0
2fc437
2fc437
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 1:2.5.90.3-1
2fc437
- Use selinux patch again
2fc437
2fc437
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 1:2.5.90.3-1
2fc437
- Stop using selinux patch and use pam_selinux instead.
2fc437
2fc437
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 1:2.5.90.2-1
2fc437
- update to 2.5.90.2
2fc437
2fc437
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 1:2.5.90.1-1
2fc437
- update to 2.5.90.1
2fc437
2fc437
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Tue Feb 03 2004 Warren Togami <wtogami@redhat.com> 1:2.4.4.5-9
2fc437
- add two lines to match upstream CVS to xdmcp_sessions.patch
2fc437
  Fully resolves #110315 and #113154
2fc437
2fc437
* Sun Feb 01 2004 Warren Togami <wtogami@redhat.com> 1:2.4.4.5-8
2fc437
- patch30 xdmcp_session counter fix from gdm-2.5.90.0 #110315
2fc437
- automake14 really needed, not automake
2fc437
- BR libcroco-devel, libcroco-devel, libattr-devel, gettext
2fc437
- conditionally BR libselinux-devel
2fc437
- explicit epoch in all deps
2fc437
- make the ja.po time format change with a sed expression rather than
2fc437
  overwriting the whole file (Petersen #113995)
2fc437
2fc437
* Thu Jan 29 2004 Jeremy Katz <katzj@redhat.com> - 1:2.4.4.5-7
2fc437
- fix build with current auto*
2fc437
2fc437
* Tue Jan 27 2004 Jeremy Katz <katzj@redhat.com> 1:2.4.4.5-5
2fc437
- try a simple rebuild for libcroco abi change
2fc437
2fc437
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.5-4
2fc437
- Fix call to is_selinux_enabled
2fc437
2fc437
* Fri Jan 16 2004 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.5-3
2fc437
- Use /sbin/reboot and /sbin/poweroff instead of consolehelper version
2fc437
2fc437
* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.5-2.sel
2fc437
- turn on SELinux
2fc437
2fc437
* Mon Oct 20 2003 Jonathan Blandford <jrb@redhat.com> 2:2.4.4.5-1
2fc437
- get rid of the teal
2fc437
2fc437
* Fri Oct 17 2003 Jonathan Blandford <jrb@redhat.com> 1:2.4.4.5-1
2fc437
- new version
2fc437
2fc437
* Thu Oct  9 2003 Jonathan Blandford <jrb@redhat.com> 1:2.4.4.3-6.sel
2fc437
- new patch from George to fix #106189
2fc437
- change bg color in rhdefaults patch
2fc437
- turn off SELinux
2fc437
2fc437
* Thu Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.3-6.sel
2fc437
- turn on SELinux
2fc437
2fc437
* Tue Oct  7 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.3-5
2fc437
- Fix greeter line-breaking crash (rest of #106189)
2fc437
2fc437
* Tue Oct  7 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.3-4
2fc437
- Set the BaseXSession properly in the config.
2fc437
- This fixes parts of bug #106189
2fc437
2fc437
* Mon Oct  6 2003 Havoc Pennington <hp@redhat.com> 1:2.4.4.3-3
2fc437
- change DefaultSession=Default.desktop to DefaultSession=default.desktop
2fc437
- SELinux off again
2fc437
2fc437
* Fri Oct 3 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.3-2.sel
2fc437
- turn on SELinux
2fc437
2fc437
* Thu Oct  2 2003 Havoc Pennington <hp@redhat.com> 1:2.4.4.3-1
2fc437
- 2.4.4.3
2fc437
- --without-selinux for now, since libselinux not in the buildroot
2fc437
2fc437
* Mon Sep 8 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.0-4
2fc437
- turn off SELinux
2fc437
2fc437
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.0-3.sel
2fc437
- turn on SELinux
2fc437
2fc437
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-2
2fc437
- Use the right default session (#103546)
2fc437
2fc437
* Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-1
2fc437
- update to 2.4.4.0
2fc437
- update to georges new selinux patch
2fc437
2fc437
* Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 1:2.4.2.102-2
2fc437
- Remove scrollkeeper files
2fc437
2fc437
* Tue Aug 26 2003 George Lebl <jirka@5z.com> 1:2.4.2.102-1
2fc437
- updated to 2.4.2.102
2fc437
- removed outdated patches
2fc437
- Use Xsetup_0 only for :0 since that's the way it works
2fc437
  for xdm
2fc437
- remove the gnome.desktop file, its going into gnome-session
2fc437
2fc437
* Thu Aug 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.6-1
2fc437
- update to latest bugfix version on george's advice
2fc437
- remove setlocale patch that's upstream
2fc437
- remove console setup patches that are upstream
2fc437
2fc437
* Thu Jun 12 2003 Dan Walsh <dwalsh@redhat.com> 2.4.1.3-9
2fc437
- Port to SELinux
2fc437
2fc437
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
2fc437
- add explicit epoch's where needed.
2fc437
2fc437
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
2fc437
- fix post: localstatedir -> _localstatedir
2fc437
2fc437
* Thu May  1 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-6
2fc437
- enable UTF-8 for CJK
2fc437
2fc437
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
2fc437
- debuginfo rebuild
2fc437
2fc437
* Thu Feb 20 2003 Owen Taylor <otaylor@redhat.com>
2fc437
- Run the error dialogs under /bin/sh --login, so we
2fc437
  get lang.sh, and thus unicode_start running. Fixes
2fc437
  the X-doesn't-start dialog showing up as random
2fc437
  blinking characters.
2fc437
2fc437
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-2
2fc437
- nuke buildreq Xft
2fc437
2fc437
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-1
2fc437
- upgrade to 2.4.1.3
2fc437
2fc437
* Mon Feb  3 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-6
2fc437
- added gdm-2.4.1.1-64bit.patch to fix 64 bit crash in cookie
2fc437
  generation (#83334)
2fc437
2fc437
* Mon Feb  3 2003 Owen Taylor <otaylor@redhat.com>
2fc437
- Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019)
2fc437
2fc437
* Thu Jan 30 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-3
2fc437
- fix pam.d entry, pam_env wasn't properly patched
2fc437
- disable optimizations on x86_64 to work around gcc bug
2fc437
2fc437
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
2fc437
- rebuilt
2fc437
2fc437
* Mon Jan 20 2003 Owen Taylor <otaylor@redhat.com>
2fc437
- Upgrade to 2.4.1.1 (Fixes #81907)
2fc437
- Redirect stdout of kill to /dev/null (#80814)
2fc437
2fc437
* Thu Jan  9 2003 Havoc Pennington <hp@redhat.com>
2fc437
- 2.4.1.0
2fc437
- add patch from george to ask "are you sure?" for shutdown/reboot since it's now just one click away
2fc437
2fc437
* Thu Dec 19 2002 Havoc Pennington <hp@redhat.com>
2fc437
- 2.4.0.12
2fc437
- update new patch for no-utf8-in-cjk
2fc437
- drop patch to photo setup, now upstream
2fc437
- drop confdocs patch now upstream
2fc437
- move all the gdm.conf changes into single "rhconfig" patch
2fc437
- remove "sid-fix" patch now upstream
2fc437
2fc437
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.0.7-14
2fc437
- remove the directory part of module specifications from the PAM config files,
2fc437
  allowing the same PAM config to work for either arch on multilib boxes
2fc437
2fc437
* Thu Sep  5 2002 Owen Taylor <otaylor@redhat.com>
2fc437
- Change zh_CN entry in language menu to zh_CN.GB18030
2fc437
2fc437
* Thu Sep  5 2002 Akira TAGOH <tagoh@redhat.com> 2.4.0.7-12
2fc437
- copied gdm-ja.po to ja.po.
2fc437
2fc437
* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
2fc437
- Fix problem where gdm was opening ~/.xsession-errors itself to bad effect
2fc437
2fc437
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
2fc437
- include ja.po with new date format
2fc437
2fc437
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
2fc437
- remove noreplace on gdm.conf #71309
2fc437
- make gnome-gdmsetup absolute, #72910
2fc437
2fc437
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
2fc437
- put /usr/X11R6/bin in path for now fixes #72781
2fc437
- use proper i18n algorithm for word wrap, #71937
2fc437
- remove greek text from language picker due to lack
2fc437
  of greek font
2fc437
- reorder PAM config file #72657
2fc437
2fc437
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
2fc437
- improve gdmsetup icon
2fc437
- remove GNOME session, we will instead put it in gnome-session
2fc437
- apply patch from george to make gdmphotosetup file selector
2fc437
  work
2fc437
2fc437
* Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 2.4.0.7-6
2fc437
- Patches for #64902, #66486, #68483, #71308
2fc437
- post-install script changes from the gdm.spec mentioned in #70965
2fc437
- noreplace on gdm.conf for #71309
2fc437
2fc437
* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
2fc437
- put in a patch from george to fix some setsid()/kill() confusion
2fc437
  possibly fixing #72295
2fc437
- turn off UseCirclesInEntry for now, fixes #72433
2fc437
2fc437
* Tue Aug 20 2002 Alexander Larsson <alexl@redhat.com>
2fc437
- Set UseCirclesInEntry to true in config
2fc437
2fc437
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
2fc437
- rename Gnome session to GNOME, this was just bugging me
2fc437
2fc437
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
2fc437
- 2.4.0.7 with bugfixes George kindly did for me,
2fc437
  including mnemonics for the graphical greeter
2fc437
- use Wonderland gtk theme for the nongraphical greeter
2fc437
- remove patches that are now upstream
2fc437
2fc437
* Tue Jul 30 2002 Havoc Pennington <hp@redhat.com>
2fc437
- update rhconfig patch
2fc437
- use pam_timestamp for the config tool
2fc437
- link to a desktop file in redhat-menus
2fc437
- update .gnome2 patch, filed upstream bug
2fc437
- 2.4.0.4
2fc437
- rebuild with new gail, librsvg2
2fc437
2fc437
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
2fc437
- Require redhat-artwork, make the default greeter theme Wonderland
2fc437
- Look for all configuration in .gnome2 not .gnome. This avoids problems
2fc437
  with changes in the set of session/lang.
2fc437
- Remove English from locale.alias, make most locales UTF-8
2fc437
- Call find_lang with the right name
2fc437
2fc437
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
2fc437
- rebuild for new libs
2fc437
- put gdm-autologin pam config file in file list, hope
2fc437
  its absence wasn't deliberate
2fc437
- use desktop-file-install
2fc437
2fc437
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
2fc437
- rebuild in different environment
2fc437
2fc437
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
2fc437
- 2.4.0.0
2fc437
2fc437
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
2fc437
- rebuild in different environment
2fc437
2fc437
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
2fc437
- 2.3.90.3
2fc437
2fc437
* Tue May 14 2002 Matt Wilson <msw@redhat.com> 2.3.90.2.90-1
2fc437
- pulled from current CVS, named it 2.3.90.2.90-1
2fc437
2fc437
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
2fc437
- rebuild for new libs
2fc437
- add URL tag
2fc437
2fc437
* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 2.3.90.1.90-1
2fc437
- Updated to a cvs snapshot that has the new greeter.
2fc437
2fc437
* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
2fc437
- rebuild in rawhide
2fc437
2fc437
* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
2fc437
- fix #52997 (ukrainian in language list)
2fc437
2fc437
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
2fc437
- Add po files from sources.redhat.com
2fc437
2fc437
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
2fc437
- Add po files from sources.redhat.com
2fc437
2fc437
* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
2fc437
- set SESSION to true in console.apps control file
2fc437
2fc437
* Tue Aug 14 2001 Havoc Pennington <hp@redhat.com>
2fc437
- change default title font to work in CJK, #51698
2fc437
2fc437
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
2fc437
- fix %pre for using /var/gdm as home dir
2fc437
2fc437
* Sun Aug  5 2001 Nalin Dahyabhai <nalin@redhat.com>
2fc437
- Tweak PAM setup for gdmconfig to match other consolehelper users
2fc437
2fc437
* Fri Aug  3 2001 Owen Taylor <otaylor@redhat.com>
2fc437
- Set RUNNING_UNDER_GDM when running display init script
2fc437
- Run xsri as the background program
2fc437
2fc437
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
2fc437
- Change how session switching works, #49480
2fc437
- don't offer to make Failsafe the default, #49479
2fc437
2fc437
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
2fc437
- clean up some format string mess, and don't
2fc437
  log username to syslog, #5681
2fc437
- own some directories #50692
2fc437
2fc437
* Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
2fc437
- require/buildrequire latest gnome-libs, to compensate
2fc437
  for upstream crackrock. #50554
2fc437
2fc437
* Tue Jul 31 2001 Havoc Pennington <hp@redhat.com>
2fc437
- get rid of GiveConsole/TakeConsole, bug #33710
2fc437
2fc437
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
2fc437
- use Raleigh theme for gdm
2fc437
2fc437
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
2fc437
- depend on usermode, xinitrc
2fc437
2fc437
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
2fc437
- build requires pam-devel, should fix #49448
2fc437
2fc437
* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
2fc437
- log to /var/log/gdm/*
2fc437
2fc437
* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
2fc437
- make Halt... power off
2fc437
2fc437
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
2fc437
- gdm user's homedir to /var/gdm not /home/gdm
2fc437
2fc437
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
2fc437
- put pam.d/gdm back in file list
2fc437
2fc437
* Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
2fc437
- upgrade to 2.2.3.1, pray this fixes more than it breaks
2fc437
2fc437
* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
2fc437
- add "rpm" user to those not to show in greeter
2fc437
2fc437
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
2fc437
- Upgrade to 2.2.3
2fc437
- require usermode since configure script now checks for it
2fc437
2fc437
* Fri Jun 01 2001 Havoc Pennington <hp@redhat.com>
2fc437
- Prereq for scrollkeeper-update
2fc437
2fc437
* Thu May 30 2001 Havoc Pennington <hp@redhat.com>
2fc437
- New CVS snap with the "no weird sessions" options;
2fc437
  more default settings changes
2fc437
2fc437
* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
2fc437
- Change a bunch of default settings; remaining fixes will involve C hacking
2fc437
2fc437
* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
2fc437
- After, oh, 2 years or so, finally upgrade version and set
2fc437
  release to 1. Remove all hacks and patches, pretty much;
2fc437
  this will break a few things, will be putting them back
2fc437
  via GNOME CVS. All changes should go in 'gdm2' module in
2fc437
  CVS for now.
2fc437
2fc437
  This RPM enables all kinds of features that I'm going to turn
2fc437
  off shortly, so don't get excited about them. ;-)
2fc437
2fc437
* Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
2fc437
- reinitialize pam credentials after calling initgroups() -- the
2fc437
  credentials may be group memberships
2fc437
2fc437
* Mon Mar 19 2001 Owen Taylor <otaylor@redhat.com>
2fc437
- Fix colors patch
2fc437
2fc437
* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
2fc437
- translations
2fc437
2fc437
* Mon Mar  5 2001 Preston Brown <pbrown@redhat.com>
2fc437
- don't screw up color map on 8 bit displays
2fc437
2fc437
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
2fc437
- langify
2fc437
- Don't define and use "ver" and "nam" at the top of the spec file
2fc437
- use %%{_tmppath}
2fc437
2fc437
* Tue Feb 13 2001 Tim Powers <timp@redhat.com>
2fc437
- don't allow gdm to show some system accounts in the browser bugzilla
2fc437
  #26898
2fc437
2fc437
* Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
2fc437
- Updated Japanese translation.
2fc437
2fc437
* Tue Jan 02 2001 Havoc Pennington <hp@redhat.com>
2fc437
- add another close() to the fdleak patch, bugzilla #22794
2fc437
2fc437
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
2fc437
- Return to toplevel main loop and start Xdcmp if enabled
2fc437
  (Bug #16106)
2fc437
2fc437
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
2fc437
- Up Epoch and release
2fc437
2fc437
* Wed Aug 02 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Requires Xsession script
2fc437
2fc437
* Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
2fc437
- Italian is better as it_IT than it_CH (bugzilla 12425)
2fc437
2fc437
* Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
2fc437
- Don't instally gdmconfig as it doesn't work.
2fc437
2fc437
* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Rearrange code to avoid calling innumerable system calls
2fc437
  in a signal handler
2fc437
2fc437
* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Verbose debug spew for infinite loop stuff
2fc437
2fc437
* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Try to fix infinite loops on X server failure
2fc437
2fc437
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
2fc437
- automatic rebuild
2fc437
2fc437
* Thu Jun 29 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Remove Docdir
2fc437
2fc437
* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Fix file descriptor leak (Bugzilla 12301)
2fc437
2fc437
* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Apply security errata patch we released for 6.2
2fc437
- Add Gnome.session back, don't know when it disappeared or why
2fc437
2fc437
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
2fc437
- modify PAM setup to use system-auth
2fc437
2fc437
* Fri May 19 2000 Havoc Pennington <hp@redhat.com>
2fc437
- rebuild for the Winston tree
2fc437
2fc437
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Modify Default.session and Failsafe.session not to add -login option to bash
2fc437
- exec the session scripts with the user's shell with a hyphen prepended
2fc437
- doesn't seem to actually work yet with tcsh, but it doesn't seem to
2fc437
  break anything. needs a look to see why it doesn't work
2fc437
2fc437
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Link PreSession/Default to xdm/GiveConsole
2fc437
- Link PostSession/Default to xdm/TakeConsole
2fc437
2fc437
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Fix the fix to the fix (8877)
2fc437
- remove docs/gdm-manual.txt which doesn't seem to exist from %doc
2fc437
2fc437
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Enhance 8877 fix by not deleting the "Please login"
2fc437
  message
2fc437
2fc437
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
2fc437
- Try to fix bug 8877 by clearing the message below
2fc437
  the entry box when the prompt changes. may turn
2fc437
  out to be a bad idea.
2fc437
2fc437
* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
2fc437
- Fix bug #7666: exec Xsession instead of just running it
2fc437
2fc437
* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
2fc437
- Work around so that russian works (uses koi8-r instead
2fc437
  of the default iso8859-5)
2fc437
2fc437
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
2fc437
- Try again
2fc437
2fc437
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
2fc437
- More fixes for i18n
2fc437
2fc437
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
2fc437
- Fixes for i18n
2fc437
2fc437
* Fri Sep 26 1999 Elliot Lee <sopwith@redhat.com>
2fc437
- Fixed pipewrite bug (found by mkj & ewt).
2fc437
2fc437
* Fri Sep 17 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- added requires for pam >= 0.68
2fc437
2fc437
* Fri Sep 10 1999 Elliot Lee <sopwith@redhat.com>
2fc437
- I just update this package every five minutes, so any recent changes are my fault.
2fc437
2fc437
* Thu Sep 02 1999 Michael K. Johnson <johnsonm@redhat.com>
2fc437
- built gdm-2.0beta2
2fc437
2fc437
* Mon Aug 30 1999 Michael K. Johnson <johnsonm@redhat.com>
2fc437
- built gdm-2.0beta1
2fc437
2fc437
* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- included rmeier@liberate.com patch for tcp socket X connections
2fc437
2fc437
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- fix to handling ancient gdm config files with non-standard language specs
2fc437
- dont close display connection for xdmcp connections, else we die if remote
2fc437
  end dies.
2fc437
2fc437
* Fri Apr 16 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- fix language handling to set GDM_LANG variable so gnome-session
2fc437
  can pick it up
2fc437
2fc437
* Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- fix so certain dialog boxes dont overwrite background images
2fc437
2fc437
* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
2fc437
- do not specify -r 42 to useradd -- it doesn't know how to fall back
2fc437
  if id 42 is already taken
2fc437
2fc437
* Fri Apr 9 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- removed suspend feature
2fc437
2fc437
* Mon Apr 5 1999 Jonathan Blandford <jrb@redhat.com>
2fc437
- added patch from otaylor to not call gtk funcs from a signal.
2fc437
- added patch to tab when username not added.
2fc437
- added patch to center About box (and bring up only one) and ignore "~"
2fc437
  and ".rpm" files.
2fc437
2fc437
* Fri Mar 26 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- fixed handling of default session, merged all gdmgreeter patches into one
2fc437
2fc437
* Tue Mar 23 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- remove GNOME/KDE/AnotherLevel session scripts, these have been moved to
2fc437
  the appropriate packages instead.
2fc437
- added patch to make option menus always active (security problem otherwise)
2fc437
- added jrb's patch to disable stars in passwd entry field
2fc437
2fc437
* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- made sure /usr/bin isnt in default path twice
2fc437
- strip binaries
2fc437
2fc437
* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- fixed to use proper system path when root logs in
2fc437
2fc437
* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- linked Init/Default to Red Hat default init script for xdm
2fc437
- removed logo from login dialog box
2fc437
2fc437
* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
2fc437
- pam_console integration
2fc437
2fc437
* Tue Mar 09 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- added session files for GNOME/KDE/AnotherLevel/Default/Failsafe
2fc437
- patched gdmgreeter to not complete usernames
2fc437
- patched gdmgreeter to not safe selected session permanently
2fc437
- patched gdmgreeter to center dialog boxes
2fc437
2fc437
* Mon Mar 08 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- removed comments from gdm.conf file, these are not parsed correctly
2fc437
2fc437
* Sun Mar 07 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- updated source line for accuracy
2fc437
2fc437
* Fri Feb 26 1999 Owen Taylor <otaylor@redhat.com>
2fc437
- Updated patches for 1.0.0
2fc437
- Fixed some problems in 1.0.0 with installation directories
2fc437
- moved /usr/var/gdm /var/gdm
2fc437
2fc437
* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
2fc437
- moved files from /usr/etc to /etc
2fc437
2fc437
* Tue Feb 16 1999 Michael Johnson <johnsonm@redhat.com>
2fc437
- removed commented-out #1 definition -- put back after testing gnome-libs
2fc437
  comment patch
2fc437
2fc437
* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
2fc437
- initial packaging