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

Revision 4245, 37.7 KB checked in by daisuke, 13 years ago (diff)

gdm: add patch to give focus to user chooser at startup

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