Blame SPECS/gdm.spec

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