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

Revision 4064, 36.9 KB checked in by daisuke, 13 years ago (diff)

gdm: add patch to disable metacity compositing_manager on login screen

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