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

Revision 4028, 36.6 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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