Blame SPECS/gdm.spec

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