source: projects/specs/branches/6/g/gdm/gdm-vl.spec @ 4315

Revision 4315, 38.2 KB checked in by daisuke, 13 years ago (diff)

gdm:

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