gnome-session/gnome-session.spec

1439 lines
46 KiB
RPMSpec
Raw Normal View History

2013-06-22 04:59:20 +00:00
%global _changelog_trimtime %(date +%s -d "1 year ago")
2011-02-02 18:04:27 +00:00
%define po_package gnome-session-3.0
2013-05-15 15:14:55 +00:00
%if 0%{?fedora}
%else
%global with_session_selector 1
%endif
Name: gnome-session
Version: 3.27.4
Release: 1%{?dist}
2016-09-19 19:45:47 +00:00
Summary: GNOME session manager
License: GPLv2+
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-session/3.27/%{name}-%{version}.tar.xz
2009-03-06 17:14:35 +00:00
# Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202
Patch1: gnome-session-3.3.92-nv30.patch
Patch3: gnome-session-3.6.2-swrast.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=772421
Patch4: 0001-check-accelerated-gles-Use-eglGetPlatformDisplay-EXT.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=792932
Patch5: 0001-data-Adjust-to-g-s-d-s-plugin-removals.patch
2016-07-26 14:05:48 +00:00
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
2016-07-26 14:05:48 +00:00
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(gnome-desktop-3.0)
2016-07-26 14:05:48 +00:00
BuildRequires: pkgconfig(gtk+-3.0)
2016-06-22 16:43:03 +00:00
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xtrans)
BuildRequires: pkgconfig(xtst)
# this is so the configure checks find /usr/bin/halt etc.
BuildRequires: usermode
2006-06-13 02:33:33 +00:00
BuildRequires: gettext
BuildRequires: intltool
2008-07-29 05:09:32 +00:00
BuildRequires: xmlto
BuildRequires: /usr/bin/xsltproc
2010-07-08 16:27:09 +00:00
# an artificial requires to make sure we get dconf, for now
Requires: dconf
2016-09-19 19:45:47 +00:00
Requires: system-logos
# Needed for gnome-settings-daemon
Requires: control-center-filesystem
Requires: gsettings-desktop-schemas >= 0.1.7
# pull in dbus-x11, see bug 209924
Requires: dbus-x11
Conflicts: gnome-settings-daemon < 3.27.90
%description
2009-03-03 17:35:53 +00:00
gnome-session manages a GNOME desktop or GDM login session. It starts up
2008-11-25 06:59:08 +00:00
the other core GNOME components and handles logout and saving the session.
%package xsession
2010-10-22 04:10:42 +00:00
Summary: Desktop file for gnome-session
2015-03-18 13:54:43 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
%description xsession
Desktop file to add GNOME to display manager session menu.
2014-04-08 14:16:34 +00:00
%package wayland-session
Summary: Desktop file for wayland based gnome session
2015-03-18 13:54:43 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: xorg-x11-server-Xwayland%{?_isa}
2014-04-08 14:16:34 +00:00
%description wayland-session
Desktop file to add GNOME on wayland to display manager session menu.
%prep
2017-07-31 15:00:36 +00:00
%autosetup -p1
2011-01-14 12:37:28 +00:00
2008-12-04 15:12:25 +00:00
%build
2018-02-09 14:18:28 +00:00
%meson \
-Dsession_selector=true \
2013-05-15 15:14:55 +00:00
%endif
2018-02-09 14:18:28 +00:00
-Dsystemd=true \
-Dsystemd_journal=true
%meson_build
%install
2015-09-17 09:42:25 +00:00
%make_install
%find_lang %{po_package}
%ldconfig_scriptlets
2008-09-25 18:21:27 +00:00
%files xsession
%{_datadir}/xsessions/*
2014-04-08 14:16:34 +00:00
%files wayland-session
%{_datadir}/wayland-sessions/*
%files -f %{po_package}.lang
%doc AUTHORS NEWS README
%license COPYING
2008-07-29 05:09:32 +00:00
%doc %{_mandir}/man*/*
%{_bindir}/*
2015-10-14 19:25:54 +00:00
%{_libexecdir}/gnome-session-binary
2011-03-08 04:54:33 +00:00
%{_libexecdir}/gnome-session-check-accelerated
2016-07-26 14:05:48 +00:00
%{_libexecdir}/gnome-session-check-accelerated-gl-helper
%{_libexecdir}/gnome-session-check-accelerated-gles-helper
%{_libexecdir}/gnome-session-failed
%{_datadir}/gnome-session/
%{_datadir}/doc/gnome-session/dbus/gnome-session.html
2011-03-08 05:07:45 +00:00
%{_datadir}/GConf/gsettings/gnome-session.convert
2011-02-02 19:05:09 +00:00
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
%changelog
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.4-1
2018-02-09 14:18:28 +00:00
- Update to 3.27.4
- Use meson as build system
- Adjust required session components for gnome-settings-daemon 3.27.90
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.1-3
- Switch to %%ldconfig_scriptlets
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.1-2
- Remove obsolete scriptlets
2017-10-08 21:48:34 +00:00
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
- Update to 3.26.1
2017-09-13 22:00:20 +00:00
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
- Update to 3.26.0
2017-09-08 18:45:49 +00:00
* Fri Sep 08 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
- Update to 3.25.92
2017-08-15 21:23:41 +00:00
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
- Update to 3.25.90
2017-07-31 15:00:36 +00:00
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
- Update to 3.25.4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Jul 10 2017 Bastien Nocera <bnocera@redhat.com> - 3.25.3-1
+ gnome-session-3.25.3-1
- Update to 3.25.3
* Wed Jun 21 2017 Ray Strode <rstrode@redhat.com> - 3.24.1-2
- Kill bus clients at log out
Resolves: #1340203
- Address crash in fail whale
Related: #1384508
2017-04-12 16:10:27 +00:00
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
- Update to 3.24.1
2017-03-21 10:07:40 +00:00
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
- Update to 3.24.0
2017-03-16 16:01:01 +00:00
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
- Update to 3.23.92
2017-02-28 12:22:13 +00:00
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.91-1
- Update to 3.23.91
2017-02-14 10:07:48 +00:00
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.4.1-1
- Update to 3.23.4.1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.23.2-2
- Prefer eglGetPlatformDisplay to eglGetDisplay
* Tue Oct 11 2016 Bastien Nocera <bnocera@redhat.com> - 3.23.2-1
+ gnome-session-3.23.2-1
- Update to 3.23.2
2016-09-19 19:44:33 +00:00
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
- Update to 3.22.0
- Don't set group tags
2016-09-19 19:44:33 +00:00
2016-08-19 05:13:16 +00:00
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
- Update to 3.21.90
2016-07-26 14:05:48 +00:00
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
- Update to 3.21.4
2016-06-22 15:50:09 +00:00
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
- Update to 3.21.3
2016-04-13 17:04:31 +00:00
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
- Update to 3.20.1
2016-03-22 19:36:18 +00:00
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
- Update to 3.20.0
2016-03-15 21:21:23 +00:00
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
- Update to 3.19.92
2016-03-07 08:51:59 +00:00
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
- Update to 3.19.91
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-21 19:34:10 +00:00
* Thu Jan 21 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
- Update to 3.19.4
2015-11-11 23:44:42 +00:00
* Wed Nov 11 2015 Ray Strode <rstrode@redhat.com> 3.19.2-0.1.20151111git858812a7
- Add GNOME on Xorg session
2015-11-10 16:44:10 +00:00
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.2-0.1.20151110git9bbaf36d
- Update to git snapshot
* Fri Nov 06 2015 Ray Strode <rstrode@redhat.com> 3.18.1.2-2
- Add patch to make crash logging more obvious
Related: gnome#757571
2015-10-15 20:58:39 +00:00
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1.2-1
- Update to 3.18.1.2
2015-10-15 06:02:26 +00:00
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1.1-1
- Update to 3.18.1.1
2015-10-14 19:25:54 +00:00
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
- Update to 3.18.1
2015-09-21 14:45:14 +00:00
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
- Update to 3.18.0
2015-09-17 09:42:06 +00:00
* Thu Sep 17 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
- Update to 3.17.92
2015-09-17 09:42:25 +00:00
- Use make_install macro
2015-09-17 09:42:06 +00:00
2015-07-22 13:57:55 +00:00
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.0-3
- Bump for new gnome-desktop3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-03-23 18:13:12 +00:00
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
- Update to 3.16.0
2015-03-18 13:41:47 +00:00
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
- Update to 3.15.92
- Remove patch fuzz 2 and drop two upstreamed patches
2015-03-18 13:54:43 +00:00
- Tighten deps with the _isa macro
2015-03-18 13:41:47 +00:00
* Sat Mar 07 2015 Bastien Nocera <bnocera@redhat.com> 3.15.90-2
- Fix SessionIsActive property thereby fixing screens not going to sleep
- Disable GConf autostart support
2015-02-19 12:22:12 +00:00
* Thu Feb 19 2015 David King <amigadave@amigadave.com> - 3.15.90-1
- Update to 3.15.90
2015-01-29 21:32:16 +00:00
* Thu Jan 29 2015 David King <amigadave@amigadave.com> - 3.15.4-1
- Update to 3.15.4
- Use license macro for COPYING
- Use pkgconfig for BuildRequires
2015-01-29 21:32:16 +00:00
2015-01-05 18:44:58 +00:00
* Mon Jan 05 2015 Ray Strode <rstrode@redhat.com> 3.15.3-2
- Fix crasher
Resolves: #1176413
2014-12-19 11:16:38 +00:00
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
- Update to 3.15.3
2014-11-01 21:54:02 +00:00
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.0-2
- Fix compile on RHEL
2014-09-22 18:12:38 +00:00
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Fri Jul 18 2014 Ray Strode <rstrode@redhat.com> 3.13.3-1
- Update to 3.13.3
- Fix classic mode
Resolves: #1120283
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-2
- Pull in xorg-x11-server-Xwayland for the wayland session
2014-04-15 22:26:31 +00:00
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
- Update to 3.12.1
* Tue Apr 15 2014 Ray Strode <rstrode@redhat.com> 3.12.0-3
- Actually move wayland session to subpackage, instead of
copy it to subpackage
2014-04-08 14:16:34 +00:00
* Tue Apr 08 2014 Ray Strode <rstrode@redhat.com> - 3.12.0-2
- Move wayland session to a subpackage
2014-03-25 13:46:49 +00:00
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
- Update to 3.12.0
2014-03-20 09:32:09 +00:00
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
- Update to 3.11.92
2014-02-19 16:43:06 +00:00
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-2
- Rebuilt for gnome-desktop soname bump
2014-01-15 16:33:55 +00:00
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
- Update to 3.11.4
2013-12-17 16:54:50 +00:00
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
- Update to 3.11.3
2013-11-19 11:27:11 +00:00
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
- Update to 3.11.2
2013-11-03 22:22:36 +00:00
* Sun Nov 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.11.1-1
- Update to 3.11.1
2013-11-01 22:56:06 +00:00
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.1-2
- Backport patch for UPower 1.0 support
2013-10-14 16:00:57 +00:00
* Mon Oct 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
- Update to 3.10.1
2013-09-25 10:15:44 +00:00
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
- Update to 3.10.0
2013-09-03 20:29:22 +00:00
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
- Update to 3.9.91
2013-08-22 18:43:28 +00:00
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
- Update to 3.9.90
- Switch to unversioned docdirs (#993784)
2013-08-22 18:43:28 +00:00
2013-08-10 18:27:57 +00:00
* Sat Aug 10 2013 Ray Strode <rstrode@redhat.com> 3.9.5-2
- Remove vendor from desktop-file-install
2013-08-09 23:39:55 +00:00
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
- Update to 3.9.5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-22 04:59:20 +00:00
* Sat Jun 22 2013 Matthias Clasen <mclasne@redhat.com> - 3.8.2.1-2
- Trim %%changelog
2013-05-15 15:14:55 +00:00
* Wed May 15 2013 Matthias Clasen <mclasne@redhat.com> - 3.8.2.1-1
- Update to 3.8.2.1
- Conditionally build session selector
2013-05-14 09:37:30 +00:00
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
- Update to 3.8.2
* Tue Apr 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
- Use the upstream xsession desktop file
- Drop the fallback mode authentication agent autostart file
2013-04-15 20:26:03 +00:00
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
- Update to 3.8.1
* Thu Apr 11 2013 Adam Jackson <ajax@redhat.com> 3.8.0-2
- gnome-session-3.6.2-swrast.patch: Allow running on the classic software
renderer. No effect on arches where we build llvmpipe, but on ppc/s390
classic swrast is marginally less painful than softpipe.
2013-03-26 02:46:20 +00:00
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0
2013-03-20 17:26:35 +00:00
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
- Update to 3.7.92
2013-03-07 03:46:11 +00:00
* Wed Mar 6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
- Update to 3.7.91
2013-02-24 20:20:09 +00:00
* Sun Feb 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.90-2
- Drop obsolete requires (polkit-gnome, polkit-desktop-policy,
notification-daemon)
2013-02-20 11:00:48 +00:00
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
- Update to 3.7.90
2013-02-05 22:07:45 +00:00
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
- Update to 3.7.4
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
- Update to 3.7.3
- Drop the upstreamed llvmpipe patch
- Adjust buildrequires
2012-11-21 10:04:04 +00:00
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
- Update to 3.7.2
2012-11-09 15:54:34 +00:00
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
- Update to 3.7.1
2012-10-18 15:02:01 +00:00
* Thu Oct 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-2
- Set XDG_MENU_PREFIX to pick the correct menu layout in
gnome-shell and alacarte
2012-10-16 17:37:37 +00:00
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
- Update to 3.6.1
2012-09-26 03:44:24 +00:00
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
- Update to 3.6.0
2012-09-06 08:57:46 +00:00
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
- Update to 3.5.91
2012-08-07 11:16:56 +00:00
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
- Update to 3.5.5
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-17 13:40:50 +00:00
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
- Update to 3.5.4
2012-06-07 02:08:53 +00:00
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
- Update to 3.5.2
2012-05-18 11:56:44 +00:00
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
- Update to 3.4.2
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
- Silence rpm scriptlet output
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
- Update to 3.4.1
- Dropped upstreamed systemd patch
2012-04-06 02:08:03 +00:00
* Thu Apr 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.0-2
- Fix a looping PolicyKit dialog on shutdown
2012-03-27 14:24:02 +00:00
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
- Update to 3.4.0
* Thu Mar 22 2012 Adam Williamson <awilliam@redhat.com> - 3.3.92-2
- blacklist NV30 family until RH #745202 is resolved
2012-03-20 23:16:27 +00:00
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
- Update to 3.3.92
2012-02-26 06:41:24 +00:00
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
- Update to 3.3.90
2012-02-10 04:36:50 +00:00
* Thu Feb 9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-2
- Fix a bug in the new system interface registration
2012-02-07 19:45:55 +00:00
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
- Update to 3.3.5
- Use systemd for session tracking
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-21 05:31:22 +00:00
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3-1
- Update to 3.3.3
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 3.3.2-2
- gnome-session-3.3.2-radeon.patch: Blacklist pre-R300 radeons (#758422)
2011-11-24 03:32:42 +00:00
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2-1
- Update to 3.3.2
* Thu Nov 03 2011 Adam Jackson <ajax@redhat.com> 3.3.1-2
- gnome-session-3.3.1-llvmpipe.patch: Don't consider llvmpipe unsupported.
2011-11-02 23:20:08 +00:00
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
- Update to 3.3.1
2011-10-26 23:55:37 +00:00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
- Rebuilt for glibc bug#747377
2011-10-18 11:18:14 +00:00
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
- Update to 3.2.1
2011-09-27 12:18:11 +00:00
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
2011-09-20 18:57:15 +00:00
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
- Update to 3.1.92
2011-10-18 11:18:14 +00:00
* Fri Sep 9 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-3
- Some fixes to make gdm fallback mode login work
* Thu Sep 8 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-2
- Drop GConf2-gtk dep
2011-09-06 11:19:17 +00:00
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-1
- Update to 3.1.91
2011-10-18 11:18:14 +00:00
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
- Update to 3.1.90
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
- Update to 3.1.5
2011-07-04 16:47:56 +00:00
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
- Update to 3.1.3
2011-06-15 17:18:43 +00:00
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
- Update to 3.1.2
* Wed Apr 27 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-2
- Add a quick-and-dirty blacklist for Radeon R100, R200, Intel 8xx
2011-04-26 22:49:58 +00:00
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
- Update to 3.0.1
2011-04-04 23:19:25 +00:00
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
- Update to 3.0.0
2011-03-28 23:21:21 +00:00
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.94-1
- Update to 2.91.94
2011-03-23 23:18:15 +00:00
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 2.91.93-1
- Update to 2.91.93
2011-03-23 21:13:57 +00:00
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
- Update to 2.91.92
2011-03-09 16:53:37 +00:00
* Wed Mar 9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.3-1
- Update to 2.91.91.3
2011-03-09 16:04:46 +00:00
* Wed Mar 9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.2-1
- Update to 2.91.91.2
2011-03-08 19:10:18 +00:00
* Tue Mar 8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-2
- Fix the check-accel utility exit status
2011-03-08 02:55:11 +00:00
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
- Update to 2.91.91
2011-03-01 00:46:27 +00:00
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-5
- Make the new if-session Autostart condition work
2011-02-28 19:19:25 +00:00
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-4
- Fix the autostart syntax
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-3
- Install an autostart file for the authentication agent
in the fallback session
2011-02-22 22:51:58 +00:00
* Tue Feb 22 2011 Ray Strode <rstrode@redhat.com> 2.91.90-2
- Fix crashity crash crash
2011-02-22 04:19:45 +00:00
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
- Update to 2.91.90
2011-02-11 05:15:54 +00:00
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
- Rebuild against newer gtk
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-02 17:14:27 +00:00
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
- 2.91.6
2011-01-25 18:40:21 +00:00
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
- Just require control-center-filesystem (#661565)
2011-01-25 18:42:14 +00:00
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
2011-01-14 12:37:28 +00:00
- Don't run the shell on softpipe
2011-01-09 20:37:45 +00:00
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
- Update to 2.91.4
2010-12-03 18:11:14 +00:00
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-7
- Rebuild against new gtk
* Sun Nov 07 2010 Ray Strode <rstrode@redhat.com> 2.91.0-6
- Fix some cases where the inhibitor dialog shows up when it isn't
supposed to.
2010-11-02 15:57:48 +00:00
* Tue Nov 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-5
- Prepare for libnotify 0.7.0
2010-11-02 01:09:54 +00:00
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-4
- Rebuild against newer gtk3
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-3
- Gconf2 scriptlet accepts schema file names without file extension.
2010-10-22 04:10:42 +00:00
* Fri Oct 15 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-2
- Merge-review cleanup (#225835)
2010-10-06 17:14:08 +00:00
* Wed Oct 6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
- Update to 2.91.0
2010-09-30 11:27:07 +00:00
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
- Update to 2.32.0
2010-09-29 21:20:43 +00:00
* Wed Sep 29 2010 jkeating - 2.31.6-3
- Rebuilt for gcc bug 634757
* Tue Sep 21 2010 Ray Strode <rstrode@redhat.com> - 2.31.6-2
- build fixes
2010-08-07 00:25:44 +00:00
* Fri Aug 6 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
- Update to 2.31.6
2010-07-08 16:27:09 +00:00
* Thu Jul 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
- Require dconf
2010-05-28 00:55:52 +00:00
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
- Update to 2.31.2
* Fri May 07 2010 Colin Walters <walters@verbum.org> - 2.30.0-2
- Use upstream commit for library linking
2010-03-30 02:05:05 +00:00
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
- Update to 2.30.0
2010-03-09 15:07:32 +00:00
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
- Update to 2.29.92
2010-02-11 23:50:43 +00:00
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
- Update to 2.29.6
* Fri Jan 15 2010 Ray Strode <rstrode@redhat.com> - 2.28.0-4
- Nag user if they try to log in as root
* Fri Nov 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
- Add ability to perform actions after a period of idleness
2009-11-02 05:06:56 +00:00
* Fri Oct 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
- Avoid a crash on certain xsmp error conditions
2009-09-24 00:55:22 +00:00
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
- Update to 2.28.0
2009-09-09 04:47:15 +00:00
* Wed Sep 9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
- Update to 2.27.92
2009-08-13 18:44:35 +00:00
* Thu Aug 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
- Require polkit-desktop-policy
2009-07-29 03:09:12 +00:00
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
- Update to 2.27.5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-20 14:36:58 +00:00
* Mon Jul 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-2
- Require polkit-gnome, we need an authentication agent in the session
2009-07-15 18:15:28 +00:00
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
- Update to 2.27.4
2009-07-10 14:03:21 +00:00
* Fri Jul 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-5
- Avoid pointless warnings
2009-06-14 22:15:43 +00:00
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-4
- Drop unused files
* Fri Jun 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-3
- Fix some oversights in the PolicyKit port
2009-06-10 05:16:38 +00:00
* Tue May 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
- Port to PolicyKit 1
2009-04-14 17:11:55 +00:00
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
- Update to 2.26.1
- See http://download.gnome.org/sources/gnome-session/2.26/gnome-session-2.26.1.news
2009-04-08 15:49:57 +00:00
* Wed Apr 8 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0.90-1
- Update to 2.26.0.90
2009-04-05 05:37:04 +00:00
* Sun Apr 5 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
- Avoid some warnings (#493688)
2009-03-17 03:03:32 +00:00
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
- Update to 2.26.0
2009-03-06 17:14:35 +00:00
* Fri Mar 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-2
- Turn off excessive debug spew
2009-03-03 17:35:53 +00:00
* Tue Mar 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
- Update to 2.25.92
2009-02-26 20:17:32 +00:00
* Thu Feb 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-4
- Make -xsession arch again
- Fix xsync usage
2009-02-25 00:31:47 +00:00
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-3
2009-02-25 00:28:46 +00:00
- Make -xsession noarch
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-19 03:15:48 +00:00
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
- Update to 2.25.91
2009-02-03 16:31:16 +00:00
* Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
- Update to 2.25.90
2009-01-20 18:33:06 +00:00
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-2
2009-01-20 18:26:41 +00:00
- Update to 2.25.5
2009-01-20 18:33:06 +00:00
- Fix BuildRequires
2009-01-20 18:26:41 +00:00
2008-12-17 05:54:23 +00:00
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
- Update to 2.25.3
2008-12-04 15:12:25 +00:00
* Thu Dec 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
2008-12-04 14:59:18 +00:00
- Update to 2.25.2
2008-11-25 06:59:08 +00:00
* Tue Nov 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-5
- Spec file cleanups
2008-11-10 19:07:02 +00:00
* Mon Nov 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-4
- Fix client registration in some cases
2008-10-26 19:55:12 +00:00
* Sun Oct 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-3
2008-10-26 19:52:33 +00:00
- Make the capplet resizable (#468577)
2008-10-22 17:13:55 +00:00
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
- Update to 2.24.1
- Drop upstreamed patches
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-11
- Remove some dubious code to fix panel race at startup that
would make shutdown menu item disappear for some users.
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-10
- Rewrite patch another time leverage better api and be more
terse
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-9
- Bring shutdown menu item back. More fallout from my buggy
patch introduced in -7
2008-10-10 00:38:15 +00:00
* Thu Oct 9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-8
- Fix assertion failure in last patch
* Thu Oct 9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-7
- Add new api for panel to figure out whether or not to show
Shutdown menu item.
2008-10-03 04:06:24 +00:00
* Fri Oct 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-6
- Fix missing translations in the capplet
2008-10-03 04:16:27 +00:00
- Fix small UI issues in the capplet
2008-10-03 04:06:24 +00:00
2008-09-28 19:05:33 +00:00
* Sun Sep 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-5
- BR xorg-x11-xtrans-devel (#464316)
* Fri Sep 26 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-4
- Make the new xsession subpackage require the version of
gnome-session it's built against
* Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-3
- Split gnome-session.desktop off into subpackage
2008-09-23 04:08:29 +00:00
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
2008-09-23 03:58:46 +00:00
- Update to 2.24.0
2008-09-23 04:08:29 +00:00
- Drop upstreamed patches
2008-09-23 03:58:46 +00:00
2008-09-19 16:07:22 +00:00
* Thu Sep 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-6
- Plug memory leaks
2008-09-18 14:36:39 +00:00
* Thu Sep 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-5
- Plug memory leaks
2008-09-15 20:40:25 +00:00
* Mon Sep 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-4
- Plug memory leaks
2008-09-15 01:50:49 +00:00
* Sun Sep 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-3
- Plug memory leaks
2008-09-15 00:25:41 +00:00
* Sun Sep 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-2
- Plug memory leaks
2008-09-08 23:48:28 +00:00
* Mon Sep 8 2008 Jon McCann <jmccann@redhat.com> - 2.23.92-1
- Update to 2.23.92
2008-09-03 03:40:11 +00:00
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
- Update to 2.23.91
2008-08-28 14:10:28 +00:00
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91.0.2008.08.28.1
- Update to snapshot
2008-08-23 03:09:13 +00:00
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
- Update to 2.23.90
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-4
- Drop login/logout sound scripts since we do this now in libcanberra
2008-08-12 14:18:26 +00:00
* Tue Aug 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-3
- Fix a crash in the at-spi-registryd-wrapper
2008-08-07 04:06:40 +00:00
* Thu Aug 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
- Fix another icon name
2008-08-05 16:02:10 +00:00
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
- Update to 2.23.6
2008-08-28 14:10:28 +00:00
2008-07-30 20:02:15 +00:00
* Wed Jul 30 2008 Jon McCann <jmccann@redhat.com> - 2.23.6.0.2008.07.30.1
- New snapshot from DBus branch
2008-07-30 02:41:54 +00:00
* Mon Jul 29 2008 Jon McCann <jmccann@redhat.com> - 2.23.6.0.2008.07.29.1
- New snapshot from DBus branch
2008-07-29 05:09:32 +00:00
* Mon Jul 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.5.0.2008.07.28.1
- New snapshot from DBus branch
2008-07-24 23:37:18 +00:00
* Thu Jul 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5.0.2008.07.21.4
- Fix a crash
* Mon Jul 22 2008 Jon McCann <jmccann@redhat.com> - 2.23.5.0.2008.07.21.3
- Add BuildRequires PolicyKit-gnome-devel
2008-07-21 20:59:54 +00:00
* Mon Jul 21 2008 Jon McCann <jmccann@redhat.com> - 2.23.5.0.2008.07.21.2
- New snapshot to fix build
2008-07-21 19:59:27 +00:00
* Mon Jul 21 2008 Jon McCann <jmccann@redhat.com> - 2.23.5.0.2008.07.21.1
- Snapshot from DBus branch
2008-07-10 03:33:39 +00:00
* Wed Jul 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-4
- Fix a typo in the previous patch
2008-07-09 20:17:59 +00:00
* Wed Jul 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-3
- Use more standard icon names
2008-07-08 17:51:28 +00:00
* Tue Jul 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-2
- Escape comments for markup
2008-06-18 17:58:20 +00:00
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-1
- Update to 2.23.4.1
2008-06-04 20:07:54 +00:00
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
- Update to 2.23.3
2008-05-17 00:30:11 +00:00
* Fri May 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-3
- Make nautilus start again
2008-05-16 00:46:15 +00:00
* Thu May 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-2
- Don't crash while handling legacy sessions
2008-05-15 02:48:19 +00:00
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-1
- Update to 2.23.2.2
2008-05-15 02:04:09 +00:00
2008-04-25 20:16:55 +00:00
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
- Update to 2.23.1
2008-04-11 03:06:02 +00:00
* Thu Apr 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.1-1
- Update to 2.22.1.1 (fixes a crash in the trash migration code)
2008-04-07 23:49:52 +00:00
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
- Update to 2.22.1
* Sun Apr 6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
- Drop gnome-volume-manager from the default session
2008-03-11 02:47:35 +00:00
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
- Update to 2.22.0
* Thu Mar 06 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-1
- Update to 2.21.93, drop esound dependencies and patches
2008-02-26 17:54:57 +00:00
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
- Update to 2.21.92
2008-02-13 02:38:03 +00:00
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
- Update to 2.21.91
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-2
- Add patch to make login sounds work
- Remove unneeded patch to launch gnome-user-share, it launches
using autostart now
2008-01-29 15:53:08 +00:00
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
- Update to 2.21.90
2008-01-15 14:33:20 +00:00
* Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
- Update to 2.21.5
2007-11-27 05:50:27 +00:00
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
- Update to 2.20.2 (translation updates)
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.1-2
- Enable sound by default, without looking at the prefs
2007-10-15 20:14:28 +00:00
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
- Update to 2.20.1 (translation updates)
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
- drop redhat-artwork dep. We don't need it.
2007-09-17 19:20:51 +00:00
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
- Update to 2.20.0
2007-09-11 12:58:58 +00:00
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-3
- Plug memory leaks in the ICE code
* Wed Sep 5 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-2
- Update gnome-session-2.17.5-window-manager.patch to apply (remove
chunks that are now upstream).
2007-09-04 19:27:48 +00:00
* Tue Sep 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
- Update to 2.19.92
2007-08-23 17:51:16 +00:00
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
- Rebuild for build ID
2007-08-13 23:40:25 +00:00
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
- Update to 2.19.90
* Fri Aug 10 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-5
- Edit window manager patch again to add 'glib' to compiz launch.
* Thu Aug 9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-4
- Edit the right window manager patch and delete the old one.
* Thu Aug 9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-3
- Export LIBGL_ALWAYS_INDIRECT before starting compiz.
2007-08-03 04:06:37 +00:00
* Fri Aug 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
- Update license field
2007-07-31 02:19:26 +00:00
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
- Update to 2.19.6
2007-07-09 03:52:40 +00:00
* Sun Jul 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
- Update to 2.19.5
* Fri Jul 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
- Move /usr/share/gnome/wm-properties to control-center-filesystem
2007-06-19 18:35:31 +00:00
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
- Fix a hang on login with a11y
2007-06-17 23:09:23 +00:00
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
- Update to 2.19.4
2007-06-04 19:58:49 +00:00
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
- Update to 2.19.3
- Drop upstreamed patch
2007-05-22 15:31:59 +00:00
* Tue May 22 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-2
- Fix up logic in iris patch
2007-05-21 02:49:31 +00:00
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
- Update to 2.19.2
* Tue May 15 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-7
- Don't show iris animation when using compiz (bug 237842)
2007-05-06 22:21:08 +00:00
* Sun May 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-6
- Don't own /usr/share/applications
2007-04-13 23:23:52 +00:00
* Sat Apr 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-5
- Add a dependency on dbus-x11
* Thu Apr 12 2007 David Zeuthen <davidz@redhat.com> - 2.18.0-4
- start same kind of AT's in session as started in gdm (#229912)
* Fri Mar 30 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-3
- remove xdg autostart dir since it's part of filesystem now
* Wed Mar 21 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-2
- remove eggcups from default session (bug 233261)
2007-03-13 05:56:12 +00:00
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
- Update to 2.18.0
2007-02-28 05:23:43 +00:00
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
- Update to 2.17.92
* Fri Feb 23 2007 Jeremy Katz <katzj@redhat.com> - 2.17.91-2
- disable a11y registry timeout so that we don't get the popup with
the livecd (#227214)
2007-02-13 14:42:09 +00:00
* Tue Feb 13 2007 Matthisa Clasen <mclasen@redhat.com> - 2.17.91-1
- Update to 2.17.91
* Tue Feb 6 2007 Kristian Høgsberg <krh@redhat.com> - 2.17.90.1-3
2007-02-06 19:24:23 +00:00
- Update gnome-session-2.15.90-window-manager.patch to start
gtk-window-decorator instead of gnome-window-decorator for compiz.
2007-02-06 19:24:23 +00:00
[ Update: the patch is not applied and upstream gnome-session does
the right thing. ]
2007-02-05 19:28:26 +00:00
* Mon Feb 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-2
- Require GConf2-gtk for gconf-sanity-check
2007-01-23 05:39:04 +00:00
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-1
- Update to 2.17.90.1
2007-01-22 04:58:32 +00:00
* Sun Jan 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
- Update to 2.17.90
- Clean up BuildRequires
2007-01-11 03:49:25 +00:00
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
- Update to 2.17.5
2006-11-27 05:39:40 +00:00
* Mon Nov 27 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-6
- don't set http_proxy variable if proxy requires password (bug
217332)
2006-11-22 18:00:44 +00:00
* Wed Nov 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-4
- Own the /usr/share/gnome/wm-properties directory (#216514)
* Mon Nov 20 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-3
- don't make gnome.desktop executable (bug 196105)
2006-11-12 00:35:56 +00:00
* Sat Nov 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-2
- Fix gnome-wm for compiz
2006-11-07 18:54:32 +00:00
* Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
- Update to 2.17.2
* Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 2.16.1-2.fc7
- don't hose users with a stale http_proxy variable if they
use autoconfiguration and uses to use manual configuration.
Patch by Mark McLoughlin (bug 212319)
2006-10-22 01:20:37 +00:00
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
- Update to 2.16.1
2006-10-18 21:09:07 +00:00
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
- Fix scripts according to the packaging guidelines
2006-09-08 02:25:04 +00:00
* Thu Sep 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-3.fc6
- Fix position of icons in the splash screen (#205508)
* Wed Sep 6 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2.fc6
- set http_proxy environment variable from GNOME settings
(bug 190041)
2006-09-05 00:25:40 +00:00
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
- Update to 2.16.0
2006-08-22 03:02:03 +00:00
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
- Update to 2.15.92
- Add %%preun and %%postun scripts
2006-08-14 18:24:52 +00:00
* Mon Aug 14 2006 Ray Strode <rstrode@redhat.com> - 2.15.91-1.fc6
- Update to 2.15.91
* Sun Aug 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-4.fc6
- fix window manager launching script. Patch from
Tim Vismor <tvismor@acm.org> (bug 202312)
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-3.fc6
- start gnome-window-decorator and pass "gconf" when invoking
compiz
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-2.fc6
- update patch from 2.15.4-3 to be more session friendly (bug 201473)
* Fri Aug 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
2006-08-04 05:24:01 +00:00
- Update to 2.15.90
* Thu Aug 3 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.4-3
- Add patch to (a) add configuration option for window manager, (b) start the window
manager, and (c) disable splash screen by default.
2006-07-19 17:36:23 +00:00
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.15.4-2
- Add BR for dbus-glib-devel
2006-07-13 18:32:03 +00:00
* Thu Jul 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.4-1
2006-07-13 02:02:31 +00:00
- Update to 2.15.4
2006-07-12 06:09:04 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-5.1
- rebuild
2006-06-13 02:33:33 +00:00
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 2.15.1-5
- remove obsolete automake14 buildreq
2006-06-10 03:36:55 +00:00
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-4
- Add more missing BuildRequires
2006-06-06 13:42:33 +00:00
* Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-3
- Add BuildRequires: intltool, autoconf, automake
2006-06-05 20:11:47 +00:00
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
- Require system-logos, not fedora-logos
2006-05-10 17:52:34 +00:00
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
- Update to 2.15.1
2006-04-10 17:39:59 +00:00
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
- Update to 2.14.1
2006-03-13 21:22:14 +00:00
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
- Update to 2.14.0
2006-03-09 19:57:33 +00:00
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-5
- fix up path creation functions
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-4
- create ~/.config/autostart before trying to migrate
session-manual to it (bug 179602).
* Mon Mar 06 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-3
- Patch from Vincent Untz to fix session editing (upstream bug 333641)
- Desensitize buttons for operations that the user isn't allowed
to do (bug 179479).
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2
- BuildRequires: gnome-desktop-devel, libX11-devel, libXt-devel
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-1
- Update to 2.13.92
- Add patch from CVS HEAD to maintain compatibility with
version 2.13.91
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.13.91-2
- take ownership of autostart dir (bug 182335)
2006-02-13 19:56:46 +00:00
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
- Update to 2.13.91
2006-02-11 03:17:20 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
- bump again for double-long bug on ppc(64)
2006-02-07 11:55:28 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-01-28 05:13:05 +00:00
* Sat Jan 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
- Update to 2.13.90
2006-01-17 14:42:53 +00:00
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
- Update to 2.13.5
2006-01-16 15:03:29 +00:00
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
- Disable the fatal-criticals, since it crashes too much
2006-01-14 00:02:50 +00:00
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
- Update to 2.13.4
* Thu Jan 12 2006 Ray Strode <rstrode@redhat.com> - 2.12.0-6
- Fix screen corruption around splash screen shape (bug 177502)
* Tue Dec 20 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.0-5
- Handle shaped window for splash screen
2005-12-09 22:40:43 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-11-10 18:17:57 +00:00
* Wed Nov 9 2005 Alexander Larsson <alexl@redhat.com> - 2.12.0-4
- Add gnome-user-share patch
* Tue Nov 8 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-3
- fix up the dummy client ids to match the id passed initially
passed to the programs in the default session
(broke in last update).
* Mon Oct 31 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-2
- remove rhn applet from default session
- s/magicdev/gnome-volume-manager/
2005-09-08 14:40:23 +00:00
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
- Update to 2.12.0
* Tue Sep 6 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-3
- Don't take ownership of /usr/share/xsessions (bug 145791).
2005-08-17 06:45:02 +00:00
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.91-2
- rebuild for new cairo
* Tue Aug 9 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-1
- Update to upstream version 2.11.91 (fixes bug 165357).
- drop some patches
* Thu Apr 18 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-2
- Install gnome.desktop to /usr/share/xsessions (bug 145791)
2005-03-17 21:40:30 +00:00
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
- Update to upstream version 2.10.0
2005-02-02 21:11:07 +00:00
* Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.4-1
- Update to 2.9.4
* Mon Dec 20 2004 Daniel Reed <djr@redhat.com> 2.8.0-7
2004-12-20 21:59:12 +00:00
- rebuild for new libhowl.so.0 library (for GnomeMeeting 1.2) (this was a mistake)
2004-11-02 16:51:15 +00:00
* Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-6
- Rebuild for devel branch
* Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-5
- Convert Tamil translation to UTF8
(Patch from Lawrence Lim <llim@redhat.com>, bug 135351)
* Fri Oct 08 2004 Ray Strode <rstrode@redhat.com> 2.8.0-4
- Add g-v-m to default session since it wasn't already (?).
- Remove g-v-m from default session on s390
* Thu Oct 07 2004 Ray Strode <rstrode@redhat.com> 2.8.0-3
- Check for NULL program name when looking for client
match in session.
* Fri Sep 24 2004 Ray Strode <rstrode@redhat.com> 2.8.0-2
- Add "Session" item to More Preferences menu
* Fri Sep 17 2004 Ray Strode <rstrode@redhat.com> 2.8.0-1
- Update to 2.8.0
- Remove "Session" item from Preferences menu
* Fri Sep 03 2004 Ray Strode <rstrode@redhat.com> 2.7.91-2
- Fix from Federico for infamous hanging splash screen problem.
(http://bugzilla.gnome.org/show_bug.cgi?id=151664)
* Tue Aug 31 2004 Ray Strode <rstrode@redhat.com> 2.7.91-1
- Update to 2.7.91
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-3
- Change folder name from "autostart" to more aptly named
"session-upgrades" from suggestion by Colin Walters.
- put non-upstream gconf key in rh_extensions
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-2
- Provide drop-a-desktop-file method of adding programs
to the user's session.
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.7.4-1
- Update to 2.7.4
* Wed Jul 14 2004 root <markmc@localhost.localdomain> - 2.6.0-7
- Add patch to activate vino based on the "remote_access/enabled"
preference
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-5
- Prevent having duplicate packages in different collections
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-4
- Use desktop-file-install instead of patching
session-properties.desktop. Add X-Red-Hat-Base category.
* Thu Jun 10 2004 Ray Strode <rstrode@redhat.com> 2.6.0-3
- Add terminating list delimiter to OnlyShowIn entry of
session-properties.desktop
* Fri Apr 16 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
- #110725 BR automake14 autoconf gettext
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
- Update to 2.6.0
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com>
- Update to 2.5.91
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
- Update to 2.5.90
- Remove extraneous fontconfig BuildRequires
- Resolve conflicts with the icons and splash-repaint patches
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
- Update to 2.5.3
* Wed Nov 05 2003 Than Ngo <than@redhat.com> 2.4.0-2
- don't show gnome-session-properties in KDE (bug #102533)
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-3
- fix up gnome.desktop location
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-2
- add gnome.desktop session for new gdm
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1
- update to 2.3.7
- require control-center (#100562)
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1
- update for gnome 2.3
* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 2.2.2-4
- Rebuild
* Tue Jul 22 2003 Jonathan Blandford <jrb@redhat.com>
- at-startup patch to add let at's start
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-1
- Update to 2.2.2
- Add XRandR backport
- Fix up old patches, patch7 was upstream
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.2.0.2-5
- Wait for GSD to start before continuing with session
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-4
- repaint proper area of text in splash screen, #84527
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-3
- change icon for magicdev to one that exists in Bluecurve theme
(part of #84491)
* Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-2
- load icons from icon theme
* Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-1
- 2.2.0.2
* Tue Feb 4 2003 Jonathan Blandford <jrb@redhat.com>
- remove extraneous separator. Still ugly.
* Wed Jan 29 2003 Havoc Pennington <hp@redhat.com>
- add icons for the stuff in the default session #81489
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Sat Jan 11 2003 Havoc Pennington <hp@redhat.com>
- 2.1.90
- drop purgedelay patch, as it was increased upstream (though only to 2 minutes instead of 5)
* Fri Dec 6 2002 Tim Waugh <twaugh@redhat.com> 2.1.2-2
- Add eggcups to default session.
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
- 2.1.2
* Tue Sep 3 2002 Owen Taylor <otaylor@redhat.com>
- Up purge delay for session manager to 5 minutes to avoid problem
with openoffice.org timing out
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- put gdm session in here, conflict with old gdm
- use DITHER_MAX for dithering to make splash screen look good in 16
bit
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
- fix missing icons and misaligned text in splash
* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
- Fix login sound disabling (bug #71664).
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
- put rhn applet in default session
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
- fix the session file, should speed up login a lot
- put magicdev in default session
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
- 2.0.5 with more translations
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
- 2.0.4
- remove gnome-settings-daemon from default session
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
- 2.0.3
- remove splash screen, require redhat-artwork instead
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
- Set GTK_RC_FILES so we can change the gtk1 theme
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
- pass --with-halt-command=/usr/bin/poweroff
--with-reboot-command=/usr/bin/reboot
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
- Version 2.0.1, fixing missing po files
* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
- put in new default session with pam-panel-icon
- disable schema install in make install, fixes rebuild failure.
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
- rebuild with new libraries
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
- add fix from Nalin to build require usermode
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
- 2.0.0
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
- install the schemas, so we get a logout dialog and splash
- put in the splash from 7.3
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
- rebuild in new environment, require newer gtk2
* Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
- remove obsoletes/provides gnome-core
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
- 1.5.21
* Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- 1.5.19
- add more build reqs to chill out build system
- provide gnome-core
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
- obsolete gnome-core
- 1.5.18
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
- default to metacity
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
- Initial build.