SHA256
1
0
forked from pool/gdm
OBS User autobuild
2009-12-08 09:25:27 +00:00
committed by Git OBS Bridge
parent 739810a443
commit 09722b303c
10 changed files with 848 additions and 210 deletions

View File

@@ -1,86 +1,3 @@
-------------------------------------------------------------------
Thu Dec 3 11:13:08 CET 2009 - vuntz@opensuse.org
- Update to version 2.29.1:
+ A new desktop extension is now supported in GDM session desktop
files (normally found in /usr/share/xsessions). Setting the
X-GDM_BypassXsession key to true (X-GDM_BypassXsession=true)
will cause the Xsession script to not be used to launch the
session. This can be useful if you want to create a "failsafe"
xterm session.
+ Fix makedist problem.
- Changes from version 2.29.0:
+ Now GDM supports Include, Exclude, and IncludeAll configuration
options to allow the ability to configure which users are
displayed in the FaceBrowser.
+ Now GDM supports better debugging. Users can set the
debug/Enable configuration option to turn on GDM debugging.
+ The directory where GDM screenshots are placed has been moved
to its own directory: /var/run/gdm/greeter/GDM-Screenshot.png.
The screenshot directory can now be specified at build time via
the --with-screenshot-dir configure argument.
+ Many simple-greeter Face Browser usability improvements.
+ The simple-greeter Face Browser tree view search entry is now
obscured to help prevent accidental display of passwords.
+ Shutdown and reboot functions are moved to a menu in the
simple-greeter panel instead of being presented as buttons.
The shutdown menu is better positioned on multi-monitor
displays.
+ The simple-greeter panel notification area has been improved
and now honors the GConf setting for
/apps/notification_area_applet/prefs/padding.
+ The entry field in the simple-greeter now has accessibility
labels so it will work better with accessibility programs.
+ The clock in the simple-greeter panel no longer shows the date,
making the screen look a little cleaner. The date is moved to
the clock tooltip so it is still available.
+ The simple-greeter now uses gethostname instead of
g_get_host_name since it is more reliable when the hostname
changes at runtime.
+ The user switch applet now honors disable_lock_screen. The
option to lock screen is now not shown if disable_lock_screen
is set.
+ The /var/run/gdm directory is better locked down.
+ GDM no longer crashes on bad UTF-8 in the /etc/passwd file.
+ When the worker dies, the auth-failed signal is no longer sent.
This prevents a crash that happens when switching run-levels
when the login screen is displayed.
+ Ensure that the length of sockaddr structure is set to the
correct length for IPv4 or IPv6. This makes GDM work better on
some operating systems that are picky about the length being exact.
+ String and documentation improvements.
- Changes from version 2.28.1:
+ GDM will now avoid calling XAddHosts for remote connections.
Refer to bgo#598142 for more information.
+ Now GDM uses DeviceKit-power instead of gnome-power-manager for
Suspend support.
+ Now the at-spi-registryd-wrapper.desktop GDM autostart file
will run at-spi-registryd directly instead of calling
at-spi-registryd-wrapper.
+ Fix to the visibility check for the "Other" button which
corrects some situations where the button would not appear when
it was supposed to.
+ Now the GDM daemon will make the /var/log/gdm directory if it
does not exist.
+ Fixes to avoid autologin failure when a NULL username is passed
in.
+ Restore CTYPE when canonicalizing codesets.
+ Several fixes to avoid warnings.
- Change default permissions of /var/run/gdm from 755 to 751
(upstream moved to 711).
- Rebase gdm-helper-directory.patch to apply without fuzz, and add
a fix from upstream to really use the right at-spi-registryd
directory.
- Rebase gdm-greeter-greater-ui.patch.
- Rebase gdm-save-panel-space-on-low-resolutions.patch, and also
tweak it a bit because the size of the clock label has been
reduced.
- Drop gdm-build-fixes.patch: fixed upstream.
- Drop gdm-devkit-power.patch: fixed upstream.
- Drop gdm-keyboard-from-sysconfig.patch: this is needed for
openSUSE <= 11.1, but DeviceKit-power is now required by gdm and
won't work on such versions of openSUSE.
-------------------------------------------------------------------
Tue Oct 20 09:26:00 CEST 2009 - vuntz@opensuse.org