Blame SPECS/gdm.spec

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