source: projects/specs/trunk/g/gdm/gdm-vl.spec @ 3874

Revision 3874, 36.3 KB checked in by Takemikaduchi, 13 years ago (diff)

kdesdk,k3b: add BR, gdm: update to 2.32.1, gnome-icon-theme: rebuild

Line 
1%define pango_version 1.22.0
2%define gtk2_version 2.14.0
3%define libglade2_version 2.6.0
4%define librsvg2_version 2.22.0
5%define libxml2_version 2.5.10
6%define rarian 0.8
7%define pam_version 0.99.8
8%define desktop_file_utils_version 0.3
9%define gail_version 1.18.0
10%define consolekit_version 0.2.7
11%define hal_version 0.5.9
12
13Summary: The GNOME Display Manager.
14Summary(ja): GNOME ディスプレイマネージャ
15Name: gdm
16Version: 2.32.1
17Release: 1%{?_dist_release}
18License: LGPL/GPL
19Group: User Interface/X
20URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
21
22Source: %{name}-%{version}.tar.bz2
23Source1: gdm-pam
24Source2: gdm-autologin-pam
25Source10: polkit-gnome-authentication-agent-1.desktop
26
27Source110: gnome.desktop
28Source130: gdm-2.32.0-ja.po
29
30Source200: gdm-restart
31Source201: gdm-safe-restart
32Source202: gdm-stop
33
34## patches from fedora
35# Fedora-specific
36Patch97: gdm-bubble-location.patch
37Patch98: tray-padding.patch
38
39## patches from ubuntu
40Patch102: 02_x_server_location.patch
41Patch105: 05_initial_server_on_vt7.patch
42Patch108: 08_use_polkit_for_settings.patch
43#Patch109: 09_gdmsetup.patch
44Patch109: gdm-2.32.0-gdmsetup.patch
45Patch127: 27_save_root_window.patch
46Patch128: 28_plymouth_transition.patch
47Patch132: 32-hide-mouse-cursor.patch
48
49## patches for vine
50Patch500: gdm-2.32.1-vine-release.patch
51
52## fix metacity warning
53## http://git.gnome.org/browse/gdm/commit/?h=gnome-2-28&id=98a1649b17320957b9a2521af07d15ba51c187c9
54Patch501: gdm-2.32.0-greeter-login-window-be-dock.patch
55
56# security fix
57
58
59BuildRoot: %{_tmppath}/%{name}-%{version}-root
60
61Requires(pre): shadow-utils
62Requires: pam >= %{pam_version}
63Requires: hal >= %{hal_version}
64Requires: ConsoleKit >= %{consolekit_version}
65Requires: usermode-gtk
66Requires: xinitrc
67Requires: xorg-x11-xdm
68Requires: util-linux
69Requires: vine-backgrounds >= 4.0
70Requires: gnome-settings-daemon
71Requires: polkit-gnome
72Requires: iso-codes
73Requires: gnome-session
74Requires: gnome-keyring-pam
75BuildRequires: scrollkeeper >= %{scrollkeeper_version}
76BuildRequires: pango-devel >= %{pango_version}
77BuildRequires: gtk2-devel >= %{gtk2_version}
78BuildRequires: libglade2-devel >= %{libglade2_version}
79BuildRequires: librsvg2-devel >= %{librsvg2_version}
80BuildRequires: libxml2-devel >= %{libxml2_version}
81BuildRequires: usermode
82BuildRequires: pam-devel >= %{pam_version}
83BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
84BuildRequires: gail-devel >= %{gail_version}
85BuildRequires: libtool, automake, autoconf
86BuildRequires: ConsoleKit
87BuildRequires: libdmx-devel, audit-libs-devel
88BuildRequires: libcanberra-devel
89BuildRequires: polkit-devel
90BuildRequires: gnome-panel-devel
91BuildRequires: libxklavier-devel
92BuildRequires: upower-devel
93BuildRequires: libXdmcp-devel
94BuildRequires: check-devel
95BuildRequires: libICE-devel
96BuildRequires: gnome-doc-utils
97
98Vendor: Project Vine
99Distribution: Vine Linux
100Packager: daisuke
101
102%description
103Gdm (the GNOME Display Manager) is a highly configurable
104reimplementation of xdm, the X Display Manager. Gdm allows you to log
105into your system with the X Window System running and supports running
106several different X sessions on your local machine at the same time.
107
108%prep
109%setup -q
110
111cp -f %{SOURCE130} po/ja.po
112
113%patch97 -p1 -b .bubble-location
114%patch98 -p1 -b .tray-padding
115
116%patch102 -p1 -b .force-vt7
117%patch105 -p1 -b .xserver
118%patch108 -p1 -b .polkit
119%patch109 -p1 -b .gdmsetup
120%patch127 -p1 -b .slave_save_root_window
121%patch128 -p1 -b .plymouth
122%patch132 -p1 -b .hide-mouse-cursor
123
124%patch500 -p1 -b .vine-release
125
126%patch501 -p1 -b .greeter-login-window-be-dock
127
128autoreconf -i -f
129
130cp -f %{SOURCE1} data/gdm
131cp -f %{SOURCE2} data/gdm-autologin
132
133%build
134%configure --with-sysconfsubdir=X11/gdm \
135           --with-dmconfdir=%{_sysconfdir}/X11/dm \
136           --with-pam-prefix=%{_sysconfdir} \
137           --with-working-directory=%{_localstatedir}/gdm \
138           --enable-console-helper \
139           --disable-scrollkeeper \
140           --with-console-kit \
141           --without-selinux
142
143# drop unneeded direct library deps with --as-needed
144# libtool doesn't make this easy, so we do it the hard way
145sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' \
146       -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
147
148%__make -C po
149
150%__make %{?_smp_mflags}
151
152%install
153[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
154
155mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Init
156mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PreSession
157mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PostSession
158
159make install DESTDIR=$RPM_BUILD_ROOT
160
161# docs go elsewhere
162rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc
163
164# create log dir
165mkdir -p $RPM_BUILD_ROOT/var/log/gdm
166
167# and a spool dir
168mkdir -p $RPM_BUILD_ROOT/var/spool/gdm
169
170# change default Init script for :0 to be Vine Linux default
171#ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT/etc/X11/gdm/Init/:0
172
173# remove the gdm Xsession as we're using the xdm one
174rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Xsession
175(cd $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm; ln -sf ../xinit/Xsession .)
176
177rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.a
178rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
179
180mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow
181
182# temporarily manually copy this
183cp -f %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow/polkit-gnome-authentication-agent-1.desktop
184
185mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/gdm/greeter
186
187rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
188
189find $RPM_BUILD_ROOT -name '*.a' -delete
190find $RPM_BUILD_ROOT -name '*.la' -delete
191
192rm -f $RPM_BUILD_ROOT%{_includedir}/gdm/simple-greeter/gdm-greeter-extension.h
193rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdmsimplegreeter.pc
194
195%find_lang gdm --with-gnome
196
197# install Vine Theme
198#mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdm/themes/
199#tar xzvf %{SOURCE100} -C $RPM_BUILD_ROOT%{_datadir}/gdm/themes/
200
201# install gnome.desktop
202# XXX: this should be included in each desktop environment package.
203mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
204cp %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
205
206install -m 0755 %{SOURCE200} %{SOURCE201} %{SOURCE202} $RPM_BUILD_ROOT%{_sbindir}/
207
208%find_lang gdm
209
210%clean
211[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
212
213%pre
214if [ "$1" -gt 1 ]; then
215  if [ -f %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas ];
216  then
217    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
218    gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
219  fi
220fi
221/usr/sbin/useradd -M -u 42 -d %{_localstatedir}/gdm -s /sbin/nologin -r gdm > /dev/null 2>&1
222/usr/sbin/usermod -d %{_localstatedir}/gdm -s /sbin/nologin gdm >/dev/null 2>&1
223# ignore errors, as we can't disambiguate between gdm already existed
224# and couldn't create account with the current adduser.
225exit 0
226
227%post
228/sbin/ldconfig
229scrollkeeper-update >& /dev/null ||:
230
231touch --no-create %{_datadir}/icons/hicolor
232if [ -x /usr/bin/gtk-update-icon-cache ]; then
233  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
234fi
235
236export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
237gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
238
239# if the user already has a config file, then migrate it to the new
240# location; rpm will ensure that old file will be renamed
241
242custom=/etc/X11/gdm/custom.conf
243
244if [ $1 -ge 2 ] ; then
245    if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then
246        oldconffile=/usr/share/gdm/config/gdm.conf-custom
247    elif [ -f /etc/X11/gdm/gdm.conf ]; then
248        oldconffile=/etc/X11/gdm/gdm.conf
249    fi
250
251    # Comment out some entries from the custom config file that may
252    # have changed locations in the update.  Also move various
253    # elements to their new locations.
254
255    [ -n "$oldconffile" ] && sed \
256    -e 's@^command=/usr/X11R6/bin/X@#command=/usr/bin/Xorg@' \
257    -e 's@^Xnest=/usr/X11R6/bin/Xnest@#Xnest=/usr/bin/Xnest@' \
258    -e 's@^BaseXsession=/etc/X11/xdm/Xsession@#BaseXsession=/etc/X11/xdm/Xsession@' \
259    -e 's@^BaseXsession=/etc/gdm/Xsession@#&@' \
260    -e 's@^Greeter=/usr/bin/gdmgreeter@#Greeter=/usr/libexec/gdmgreeter@' \
261    -e 's@^RemoteGreeter=/usr/bin/gdmlogin@#RemoteGreeter=/usr/libexec/gdmlogin@' \
262    -e 's@^GraphicalTheme=Vine@#&@' \
263    -e 's@^BackgroundColor=#27408b@#&@' \
264    -e 's@^DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin@#&@' \
265    -e 's@^RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin@#&@' \
266    -e 's@^HostImageDir=/usr/share/hosts/@#HostImageDir=/usr/share/pixmaps/faces/@' \
267    -e 's@^LogDir=/var/log/gdm@#&@' \
268    -e 's@^PostLoginScriptDir=/etc/X11/gdm/PostLogin@#&@' \
269    -e 's@^PreLoginScriptDir=/etc/X11/gdm/PreLogin@#&@' \
270    -e 's@^PreSessionScriptDir=/etc/X11/gdm/PreSession@#&@' \
271    -e 's@^PostSessionScriptDir=/etc/X11/gdm/PostSession@#&@' \
272    -e 's@^DisplayInitDir=/var/run/gdm.pid@#&@' \
273    -e 's@^RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot@#&@' \
274    -e 's@^HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff@#&@' \
275    -e 's@^ServAuthDir=/var/gdm@#&@' \
276    -e 's@^Greeter=/usr/bin/gdmlogin@Greeter=/usr/libexec/gdmlogin@' \
277    -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' \
278    $oldconffile > $custom
279fi
280
281/usr/sbin/gdm-safe-restart >/dev/null 2>&1 || :
282exit 0
283
284%preun
285if [ "$1" -eq 0 ]; then
286  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
287  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas >/dev/null
288fi
289
290%postun
291/sbin/ldconfig
292scrollkeeper-update >& /dev/null ||:
293touch --no-create %{_datadir}/icons/hicolor ||:
294if [ -x /usr/bin/gtk-update-icon-cache ]; then
295  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
296fi
297
298%files -f gdm.lang
299%defattr(-, root, root)
300
301%doc AUTHORS COPYING ChangeLog NEWS README TODO
302
303%dir %{_sysconfdir}/X11/gdm
304# Not sure which package %{_sysconfdir}/X11/dm dir should belong to,
305# this dir was agreed on among KDM and GDM maintainer to host
306# the new session setup
307%config %{_sysconfdir}/X11/dm/Sessions/*
308%config(noreplace) %{_sysconfdir}/X11/gdm/custom.conf
309%config %{_sysconfdir}/X11/gdm/Init/*
310%config %{_sysconfdir}/X11/gdm/PostLogin/*
311%config %{_sysconfdir}/X11/gdm/PreSession/*
312%config %{_sysconfdir}/X11/gdm/PostSession/*
313%config %{_sysconfdir}/pam.d/gdm
314%config %{_sysconfdir}/pam.d/gdm-autologin
315%config %{_sysconfdir}/dbus-1/system.d/gdm.conf
316%dir %{_sysconfdir}/X11/gdm/Init
317%dir %{_sysconfdir}/X11/gdm/PreSession
318%dir %{_sysconfdir}/X11/gdm/PostSession
319%dir %{_sysconfdir}/X11/gdm/PostLogin
320%{_sysconfdir}/gconf/schemas/*.schemas
321%{_sysconfdir}/X11/gdm/Xsession
322%{_datadir}/pixmaps/*.png
323%dir %{_datadir}/pixmaps/faces
324%{_datadir}/pixmaps/faces/*.png
325%{_datadir}/pixmaps/faces/*.jpg
326%{_datadir}/icons/hicolor/*/apps/*.png
327%dir %{_datadir}/gdm
328%{_datadir}/gdm/*
329%{_datadir}/applications/gdmsetup.desktop
330%{_datadir}/gnome/help/gdm
331%{_datadir}/omf/gdm
332%{_datadir}/polkit-1/actions/gdm.policy
333%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
334%{_libdir}/bonobo/servers/GNOME_FastUserSwitchApplet.server
335%{_bindir}/*
336%{_libexecdir}/*
337%{_sbindir}/*
338%dir %{_var}/log/gdm
339%dir %{_var}/spool/gdm
340%dir %{_var}/run/gdm/greeter
341
342%attr(1770, gdm, gdm) %dir %{_localstatedir}/gdm
343%attr(1770, gdm, gdm) %{_localstatedir}/gdm/.gconf.mandatory/%gconf-tree.xml
344%attr(1770, gdm, gdm) %{_localstatedir}/gdm/.gconf.path
345%attr(1755, gdm, gdm) %dir %{_localstatedir}/run/gdm/greeter
346%attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm
347%attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
348
349%changelog
350* Fri May 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
351- update to 2.32.1
352  (including security fix for CVE-2011-0727)
353- update Patch128,500
354
355* Wed Mar 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.0-2
356- add Patch501 to fix metacity warning..
357- update ja.po
358
359* Tue Mar 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.0-1
360- update to 2.32.0
361- remove R: plymouth-gdm-hooks
362- use ubuntu plymouth integration patch instead of fedora's.
363- update ubuntu patches
364
365* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-6
366- remove Patch1 (gdm-2.30.2-UTF-8.patch)
367
368* Mon Jan 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-5
369- add Patch1 (gdm-2.30.2-UTF-8.patch)
370
371* Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-4
372- add BuildRequires: polkit-devel, gnome-panel-devel, libxklavier-devel, upower-devel,
373                     libXdmcp-devel, gnome-doc-utils, libICE-devel
374- add Patch100 (01_upower.patch) from ubuntu
375- add Patch105 (02_x_server_location.patch) from ubuntu
376- add Patch501 (gdm-2.30.2_add_dbus_glib_to_applet_deps.patch)
377- add configure option (--with-working-directory=%%{_localstatedir}/gdm)
378- fix %files (fix working directory)
379
380* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-3
381- fix patch500: fix login panel crash on x86_64 (<BTS:992>)
382
383* Fri May 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-2
384- add patch104: hide mouse cursor on startup user session
385- add patch500: read vine-release to get system version
386
387* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-1
388- new upstream release
389- add patch101,102,103 from ubuntu
390- drop themes
391
392* Sat Jul 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.20.10-6
393- update Patch100: fix typo & change BackgroundColor/GraphicalThemedColor
394  <BTS:VineLinux:0732>
395- add BuildRequires: libdmx-devel, audit-libs-devel
396
397* Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-5
398- add patch11: add hibernate button in GDM menu
399- add pathc18: use combo boxc for language selector
400
401* Mon May 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-4
402- remove explicit dependency to gnome libraries
403- remove BR: libgnome{ui,canvas}-devel
404- add Requires: xorg-x11-xdm
405
406* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-3
407- update vine themes
408  - sync Vine-list with new Vine theme
409
410* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-2
411- update vine theme
412
413* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-1
414- update to 2.20.10
415- update vine themes
416  - add Requires: vine-backgrounds >= 4.0
417
418* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.8-1
419- update to 2.20.8
420  - gdm-2.22/24 still not mature, so We are staying
421    with gdm-2.20 branch.
422
423* Wed Jun 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.5-2
424- rebuilt with --with-console-kit
425- TODO: update to 2.22.0 with PolicyKit support
426
427* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.5-1
428- update to 2.20.5
429  - TODO: update to 2.22.0
430  - TODO: update theme to support gdm-2.22.0
431- build with xorg-x11-7.3
432
433* Mon Jan 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-0vl4
434- added gdm-2.18.1-gdmphotosetup-desktop.patch
435
436* Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl3
437- import some upstream patches
438
439* Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
440- update Vine theme
441
442* Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
443- new upstream release
444
445* Thu Dec 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.10-0vl5
446- rebuilt for VineSeed
447
448* Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.2
449- add Vendor/Distribution tag
450- fix changelog typo
451
452* Mon Dec 18 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.1
453- add patch200 for fix CVE-2006-6105
454
455* Thu Sep 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl4
456- update locale.alias
457  - remove unsupported langs, add ja_JP.UTF-8
458
459* Fri Sep 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl3
460- update gdm-theme-vine
461  - shrink image size
462
463* Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl2
464- update gdm-theme-vine
465  - add Face-browser version of Vine theme.
466
467* Sat Aug 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl1
468- new upstream release
469- update gdm-theme-vine
470- drop Patch10 (merged in upstream)
471
472* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.8-0vl1
473- new upstream release
474- add Patch10 to fix autologin
475  (<BTS:63>, http://bugzilla.gnome.org/show_bug.cgi?id=344191)
476
477* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.7-0vl1
478- new upstream release
479
480* Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.6-0vl1
481- new upstream release
482- remove xsri dependency
483
484* Sun May 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl2
485- use consolehelper for gdmsetup
486
487* Sat May 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
488- new upstream release
489
490* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
491- new upstream release
492
493* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
494- rebuild to change _localstatedir
495
496* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
497- new upstream release
498
499* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.0.10-0vl2
500- fix %%post script for Vine Linux
501- remove Patch17,18 which are not needed for Vine Linux
502
503* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13.0.10-0vl1
504- new upstream release
505- updated %%post and %%postun script
506
507* Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.4-0vl1
508- new upstream release
509- import gdm-theme-vine from Vine Linux 3.2
510
511* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.6-0vl1
512- new upstream release
513- build with gnome-2.8.1
514
515* Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.5-0vl1
516- new upstream release
517- update Vine patch
518- remove obsolete patch and ja.po
519
520* Fri Oct 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl10
521- update Vine theme for Vine Linux 3.1
522
523* Mon Jul 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl9
524- rebuild to fix bogus consolehelper symlinks
525
526* Fri Jul 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl8
527- revert 0vl7's change..
528
529* Thu Jul 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl7
530- use 100dpi for X resolution instead of 96dpi
531
532* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl6
533- Requires usermode-gtk instead of usermode
534
535* Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl5
536- move WindowMaker.desktop to WindowMaker package.
537
538* Fri Apr  2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl4
539- add modified ja.po to fix a strange date notation in gdmlogin.
540
541* Wed Mar 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl3
542- add new Vine theme, rename old Vine theme to AquaVine
543- switch to new default Theme
544
545* Fri Mar  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl2
546- update GDM-Vine theme to change font size.
547
548* Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl1
549- new upstream release
550
551* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.4-0vl1
552- new upstream release
553
554* Sun Sep 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.3-0vl1
555- new upstream release
556- fix locale.alias to use ja_JP.eucJP instead of UTF-8 for Japanese locale.
557  (this was fixed in 2.4.0.12, but it does not works with 2.4.4.x)
558
559* Tue Sep 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.1-0vl1
560- new upstream release
561
562* Sat Sep 13 2003 KAZUKI SHIMURA <rito@pos.to> 2.4.4.0-0vl4
563- fix LogDir/ServAuthDir
564
565* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl3
566- add WindowMaker.desktop which should go to WindowMaker package.
567
568* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl2
569- update ja.po
570- modified gdm.conf
571
572* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl1
573- new upstream release
574- partially merged with rawhide package
575  * Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-2
576  - Use the right default session (#103546)
577  * Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-1
578  - update to 2.4.4.0
579  - update to georges new selinux patch
580  * Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 1:2.4.2.102-2
581  - Remove scrollkeeper files
582  * Tue Aug 26 2003 George Lebl <jirka@5z.com> 1:2.4.2.102-1
583  - updated to 2.4.2.102
584  - removed outdated patches
585  - Use Xsetup_0 only for :0 since that's the way it works
586    for xdm
587  - remove the gnome.desktop file, its going into gnome-session
588  * Thu Aug 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.6-1
589  - update to latest bugfix version on george's advice
590  - remove setlocale patch that's upstream
591  - remove console setup patches that are upstream
592  * Thu Jun 12 2003 Dan Walsh <dwalsh@redhat.com> 2.4.1.3-9
593  - Port to SELinux
594  * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
595  - rebuilt
596  * Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
597  - add explicit epoch's where needed.
598  * Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
599  - fix post: localstatedir -> _localstatedir
600  * Thu May  1 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-6
601  - enable UTF-8 for CJK
602  * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
603  - debuginfo rebuild
604  * Thu Feb 20 2003 Owen Taylor <otaylor@redhat.com>
605  - Run the error dialogs under /bin/sh --login, so we
606    get lang.sh, and thus unicode_start running. Fixes
607    the X-doesn't-start dialog showing up as random
608    blinking characters.
609  * Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-2
610  - nuke buildreq Xft
611  * Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-1
612  - upgrade to 2.4.1.3
613  * Mon Feb  3 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-6
614  - added gdm-2.4.1.1-64bit.patch to fix 64 bit crash in cookie
615    generation (#83334)
616  * Mon Feb  3 2003 Owen Taylor <otaylor@redhat.com>
617  - Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019)
618  * Thu Jan 30 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-3
619  - fix pam.d entry, pam_env wasn't properly patched
620  - disable optimizations on x86_64 to work around gcc bug
621  * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
622  - rebuilt
623  * Mon Jan 20 2003 Owen Taylor <otaylor@redhat.com>
624  - Upgrade to 2.4.1.1 (Fixes #81907)
625  - Redirect stdout of kill to /dev/null (#80814)
626  * Thu Jan  9 2003 Havoc Pennington <hp@redhat.com>
627  - 2.4.1.0
628  - add patch from george to ask "are you sure?" for shutdown/reboot since
629    it's now just one click away
630  * Thu Dec 19 2002 Havoc Pennington <hp@redhat.com>
631  - 2.4.0.12
632  - update new patch for no-utf8-in-cjk
633  - drop patch to photo setup, now upstream
634  - drop confdocs patch now upstream
635  - move all the gdm.conf changes into single "rhconfig" patch
636  - remove "sid-fix" patch now upstream
637
638* Sun Jan 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.2-0vl1
639- new upstream release
640- add '-dpi 96' to Xserver option. (change default to 96dpi)
641
642* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.1-0vl1
643- new upstream release
644
645* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.0-0vl1
646- new upstream release
647- update PreReq tag.
648- discard scrollkeeper outputs.
649
650* Fri Jan  3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl3
651- add Vine theme as default.
652- change ja locale from utf8 to eucJP
653- add Xsession/Xclients script for gdm.
654- add Sessions/* for Gnome/WindowMaker.
655
656* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl2
657- remove redhat category
658
659* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl1
660- merged with rawhide release for gnome2.
661
662* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.0.7-14
663- remove the directory part of module specifications from the PAM config files,
664  allowing the same PAM config to work for either arch on multilib boxes
665
666* Thu Sep  5 2002 Owen Taylor <otaylor@redhat.com>
667- Change zh_CN entry in language menu to zh_CN.GB18030
668
669* Thu Sep  5 2002 Akira TAGOH <tagoh@redhat.com> 2.4.0.7-12
670- copied gdm-ja.po to ja.po.
671
672* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
673- Fix problem where gdm was opening ~/.xsession-errors itself to bad effect
674
675* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
676- include ja.po with new date format
677
678* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
679- remove noreplace on gdm.conf #71309
680- make gnome-gdmsetup absolute, #72910
681
682* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
683- put /usr/X11R6/bin in path for now fixes #72781
684- use proper i18n algorithm for word wrap, #71937
685- remove greek text from language picker due to lack
686  of greek font
687- reorder PAM config file #72657
688
689* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
690- improve gdmsetup icon
691- remove GNOME session, we will instead put it in gnome-session
692- apply patch from george to make gdmphotosetup file selector
693  work
694
695* Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 2.4.0.7-6
696- Patches for #64902, #66486, #68483, #71308
697- post-install script changes from the gdm.spec mentioned in #70965
698- noreplace on gdm.conf for #71309
699
700* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
701- put in a patch from george to fix some setsid()/kill() confusion
702  possibly fixing #72295
703- turn off UseCirclesInEntry for now, fixes #72433
704
705* Tue Aug 20 2002 Alexander Larsson <alexl@redhat.com>
706- Set UseCirclesInEntry to true in config
707
708* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
709- rename Gnome session to GNOME, this was just bugging me
710
711* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
712- 2.4.0.7 with bugfixes George kindly did for me,
713  including mnemonics for the graphical greeter
714- use Wonderland gtk theme for the nongraphical greeter
715- remove patches that are now upstream
716
717* Tue Jul 30 2002 Havoc Pennington <hp@redhat.com>
718- update rhconfig patch
719- use pam_timestamp for the config tool
720- link to a desktop file in redhat-menus
721- update .gnome2 patch, filed upstream bug
722- 2.4.0.4
723- rebuild with new gail, librsvg2
724
725* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
726- Require redhat-artwork, make the default greeter theme Wonderland
727- Look for all configuration in .gnome2 not .gnome. This avoids problems
728  with changes in the set of session/lang.
729- Remove English from locale.alias, make most locales UTF-8
730-C all find_lang with the right name
731
732* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
733- rebuild for new libs
734- put gdm-autologin pam config file in file list, hope
735  its absence wasn't deliberate
736- use desktop-file-install
737
738* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
739- rebuild in different environment
740
741* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
742- 2.4.0.0
743
744* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
745- rebuild in different environment
746
747* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
748- 2.3.90.3
749
750* Tue May 14 2002 Matt Wilson <msw@redhat.com> 2.3.90.2.90-1
751- pulled from current CVS, named it 2.3.90.2.90-1
752
753* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
754- rebuild for new libs
755- add URL tag
756
757* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 2.3.90.1.90-1
758- Updated to a cvs snapshot that has the new greeter.
759
760* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
761- rebuild in rawhide
762
763* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
764- fix #52997 (ukrainian in language list)
765
766* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
767- Add po files from sources.redhat.com
768
769* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
770- Add po files from sources.redhat.com
771
772* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
773- set SESSION to true in console.apps control file
774
775* Tue Aug 14 2001 Havoc Pennington <hp@redhat.com>
776- change default title font to work in CJK, #51698
777
778* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
779- fix %pre for using /var/gdm as home dir
780
781* Sun Aug  5 2001 Nalin Dahyabhai <nalin@redhat.com>
782- Tweak PAM setup for gdmconfig to match other consolehelper users
783
784* Fri Aug  3 2001 Owen Taylor <otaylor@redhat.com>
785- Set RUNNING_UNDER_GDM when running display init script
786- Run xsri as the background program
787
788* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
789- Change how session switching works, #49480
790- don't offer to make Failsafe the default, #49479
791
792* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
793- clean up some format string mess, and don't
794  log username to syslog, #5681
795- own some directories #50692
796
797* Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
798- require/buildrequire latest gnome-libs, to compensate
799  for upstream crackrock. #50554
800
801* Tue Jul 31 2001 Havoc Pennington <hp@redhat.com>
802- get rid of GiveConsole/TakeConsole, bug #33710
803
804* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
805- use Raleigh theme for gdm
806
807* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
808- depend on usermode, xinitrc
809 
810* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
811- build requires pam-devel, should fix #49448
812
813* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
814- log to /var/log/gdm/*
815
816* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
817- make Halt... power off
818
819* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
820- gdm user's homedir to /var/gdm not /home/gdm
821
822* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
823- put pam.d/gdm back in file list
824
825* Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
826- upgrade to 2.2.3.1, pray this fixes more than it breaks
827
828* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
829- add "rpm" user to those not to show in greeter
830
831* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
832- Upgrade to 2.2.3
833- require usermode since configure script now checks for it
834
835* Fri Jun 01 2001 Havoc Pennington <hp@redhat.com>
836- Prereq for scrollkeeper-update
837
838* Thu May 30 2001 Havoc Pennington <hp@redhat.com>
839- New CVS snap with the "no weird sessions" options;
840  more default settings changes
841
842* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
843- Change a bunch of default settings; remaining fixes will involve C hacking
844
845* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
846- After, oh, 2 years or so, finally upgrade version and set
847  release to 1. Remove all hacks and patches, pretty much;
848  this will break a few things, will be putting them back
849  via GNOME CVS. All changes should go in 'gdm2' module in
850  CVS for now.
851
852  This RPM enables all kinds of features that I'm going to turn
853  off shortly, so don't get excited about them. ;-)
854
855* Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
856- reinitialize pam credentials after calling initgroups() -- the
857  credentials may be group memberships
858
859* Mon Mar 19 2001 Owen Taylor <otaylor@redhat.com>
860- Fix colors patch
861
862* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
863- translations
864
865* Mon Mar  5 2001 Preston Brown <pbrown@redhat.com>
866- don't screw up color map on 8 bit displays
867
868* Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
869- langify
870- Don't define and use "ver" and "nam" at the top of the spec file
871- use %%{_tmppath}
872
873* Tue Feb 13 2001 Tim Powers <timp@redhat.com>
874- don't allow gdm to show some system accounts in the browser bugzilla
875  #26898
876
877* Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
878- Updated Japanese translation.
879
880* Tue Jan 02 2001 Havoc Pennington <hp@redhat.com>
881- add another close() to the fdleak patch, bugzilla #22794
882
883* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
884- Return to toplevel main loop and start Xdcmp if enabled
885  (Bug #16106)
886
887* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
888- Up Epoch and release
889
890* Wed Aug 02 2000 Havoc Pennington <hp@redhat.com>
891- Requires Xsession script
892
893* Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
894- Italian is better as it_IT than it_CH (bugzilla 12425)
895
896* Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
897- Don't instally gdmconfig as it doesn't work.
898
899* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
900- Rearrange code to avoid calling innumerable system calls
901  in a signal handler
902
903* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
904- Verbose debug spew for infinite loop stuff
905
906* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
907- Try to fix infinite loops on X server failure
908
909* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
910- automatic rebuild
911
912* Thu Jun 29 2000 Havoc Pennington <hp@redhat.com>
913- Remove Docdir
914
915* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
916- Fix file descriptor leak (Bugzilla 12301)
917
918* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
919- Apply security errata patch we released for 6.2
920- Add Gnome.session back, don't know when it disappeared or why
921
922* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
923- modify PAM setup to use system-auth
924
925* Fri May 19 2000 Havoc Pennington <hp@redhat.com>
926- rebuild for the Winston tree
927
928* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
929- Modify Default.session and Failsafe.session not to add -login option to bash
930- exec the session scripts with the user's shell with a hyphen prepended
931- doesn't seem to actually work yet with tcsh, but it doesn't seem to
932  break anything. needs a look to see why it doesn't work
933
934* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
935- Link PreSession/Default to xdm/GiveConsole
936- Link PostSession/Default to xdm/TakeConsole
937
938* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
939- Fix the fix to the fix (8877)
940- remove docs/gdm-manual.txt which doesn't seem to exist from %doc
941
942* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
943- Enhance 8877 fix by not deleting the "Please login"
944  message
945
946* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
947- Try to fix bug 8877 by clearing the message below
948  the entry box when the prompt changes. may turn
949  out to be a bad idea.
950
951* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
952- Fix bug #7666: exec Xsession instead of just running it
953
954* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
955- Work around so that russian works (uses koi8-r instead
956  of the default iso8859-5)
957
958* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
959- Try again
960
961* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
962- More fixes for i18n
963
964* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
965- Fixes for i18n
966
967* Fri Sep 26 1999 Elliot Lee <sopwith@redhat.com>
968- Fixed pipewrite bug (found by mkj & ewt).
969
970* Fri Sep 17 1999 Michael Fulbright <drmike@redhat.com>
971- added requires for pam >= 0.68
972
973* Fri Sep 10 1999 Elliot Lee <sopwith@redhat.com>
974- I just update this package every five minutes, so any recent changes are my fault.
975
976* Thu Sep 02 1999 Michael K. Johnson <johnsonm@redhat.com>
977- built gdm-2.0beta2
978
979* Mon Aug 30 1999 Michael K. Johnson <johnsonm@redhat.com>
980- built gdm-2.0beta1
981
982* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
983- included rmeier@liberate.com patch for tcp socket X connections
984
985* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
986- fix to handling ancient gdm config files with non-standard language specs
987- dont close display connection for xdmcp connections, else we die if remote
988  end dies.
989
990* Fri Apr 16 1999 Michael Fulbright <drmike@redhat.com>
991- fix language handling to set GDM_LANG variable so gnome-session
992  can pick it up
993
994* Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
995- fix so certain dialog boxes dont overwrite background images
996
997* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
998- do not specify -r 42 to useradd -- it doesn't know how to fall back
999  if id 42 is already taken
1000
1001* Fri Apr 9 1999 Michael Fulbright <drmike@redhat.com>
1002- removed suspend feature
1003
1004* Mon Apr 5 1999 Jonathan Blandford <jrb@redhat.com>
1005- added patch from otaylor to not call gtk funcs from a signal.
1006- added patch to tab when username not added.
1007- added patch to center About box (and bring up only one) and ignore "~"
1008  and ".rpm" files.
1009
1010* Fri Mar 26 1999 Michael Fulbright <drmike@redhat.com>
1011- fixed handling of default session, merged all gdmgreeter patches into one
1012
1013* Tue Mar 23 1999 Michael Fulbright <drmike@redhat.com>
1014- remove GNOME/KDE/AnotherLevel session scripts, these have been moved to
1015  the appropriate packages instead.
1016- added patch to make option menus always active (security problem otherwise)
1017- added jrb's patch to disable stars in passwd entry field
1018
1019* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
1020- made sure /usr/bin isnt in default path twice
1021- strip binaries
1022
1023* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
1024- fixed to use proper system path when root logs in
1025
1026* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
1027- linked Init/Default to Red Hat default init script for xdm
1028- removed logo from login dialog box
1029
1030* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
1031- pam_console integration
1032
1033* Tue Mar 09 1999 Michael Fulbright <drmike@redhat.com>
1034- added session files for GNOME/KDE/AnotherLevel/Default/Failsafe
1035- patched gdmgreeter to not complete usernames
1036- patched gdmgreeter to not safe selected session permanently
1037- patched gdmgreeter to center dialog boxes
1038
1039* Mon Mar 08 1999 Michael Fulbright <drmike@redhat.com>
1040- removed comments from gdm.conf file, these are not parsed correctly
1041
1042* Sun Mar 07 1999 Michael Fulbright <drmike@redhat.com>
1043- updated source line for accuracy
1044
1045* Fri Feb 26 1999 Owen Taylor <otaylor@redhat.com>
1046- Updated patches for 1.0.0
1047- Fixed some problems in 1.0.0 with installation directories
1048- moved /usr/var/gdm /var/gdm
1049
1050* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
1051- moved files from /usr/etc to /etc
1052
1053* Tue Feb 16 1999 Michael Johnson <johnsonm@redhat.com>
1054- removed commented-out #1 definition -- put back after testing gnome-libs
1055  comment patch
1056
1057* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
1058- initial packaging
Note: See TracBrowser for help on using the repository browser.