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