diff options
author | Ray Strode <rstrode@redhat.com> | 2009-03-13 03:57:44 +0000 |
---|---|---|
committer | Ray Strode <halfline@src.gnome.org> | 2009-03-13 03:57:44 +0000 |
commit | d7fa10493ec7906627241cd1c80c3a3e0efe4283 (patch) | |
tree | 18b7966d8f6cf35d0e90bf3c9f17654cee60e08a | |
parent | 28eaad9b32e0d77a11075a7e5bc65975bc73a490 (diff) | |
download | gdm-d7fa10493ec7906627241cd1c80c3a3e0efe4283.tar.gz |
Update for release bump to 2.25.92GDM_2_25_92
2009-03-11 Ray Strode <rstrode@redhat.com>
* NEWS: Update for release
* configure.ac: bump to 2.25.92
svn path=/trunk/; revision=6765
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 18 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2009-03-11 Ray Strode <rstrode@redhat.com> + * NEWS: Update for release + * configure.ac: bump to 2.25.92 + +2009-03-11 Ray Strode <rstrode@redhat.com> + gui/user-switch-applet/applet.c (GdmAppletData), (gdm_applet_data_free), (on_user_item_activate), (on_menu_key_press_event), (update_label), @@ -1,4 +1,16 @@ =============== +Version 2.25.92 +=============== + +- Hide presence features in user switcher applet +- Make autologin happen more than once after bootup +- Better panel placement and login screen sizing in + multihead set ups +- Fix XDMCP and add more XDMCP configurability +- Rework dbus security files to be more correct +- Various other fixes + +=============== Version 2.25.2 =============== diff --git a/configure.ac b/configure.ac index 3928b727..8390f8f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([gdm], - [2.25.3], + [2.25.92], [http://bugzilla.gnome.org/enter_bug.cgi?product=gdm]) AC_CONFIG_SRCDIR([daemon/gdm-manager.c]) |