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

Revision 4205, 37.2 KB checked in by daisuke, 13 years ago (diff)

gdm: use vine logo in login panel

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