diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-08-07 19:56:22 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-08-07 19:56:22 +0000 |
commit | 0aeb0931fdc301e2fddd0b78cb8eba5400e8622b (patch) | |
tree | 50552b73ce5a6c6fb87e5eec22c5a4d4759baf8d | |
parent | 5b06ddbd48d4d1b6285bfad30da86e33b54c0893 (diff) | |
download | gdm-0aeb0931fdc301e2fddd0b78cb8eba5400e8622b.tar.gz |
Updated. Update to new release version.GDM2_2_15_9
2006-08-07 Brian Cameron <brian.cameron@sun.com>
* Release 2.15.9:
* NEWS: Updated.
* configure.ac: Update to new release version.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-08-07 Brian Cameron <brian.cameron@sun.com> + + * Release 2.15.9: + * NEWS: Updated. + * configure.ac: Update to new release version. + 2006-08-03 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Remove calls to syslog/malloc that are called @@ -1,5 +1,29 @@ Ahh news... +2.15.9 Stuff: + +- The iochannel fix in 2.15.8 broke the face browser when using + gdmgreeter. Now fixed. (Ray Strode) + +- Fix so that focus never leaves the user/password entry when using + the gdmgreeter Options button. The previous fixes for this didn't + take into account the situation where the user pops up the menu, + but doesn't select an option. (Brian Cameron) + +- Fix error message that gets printed when you try to run GDM + daemon as a non-root user. (Brian Cameron) + +- The configure script now supports the Xserver installed in + /usr/bin/Xorg. (Ray Strode) + +- Remove calls to syslog/malloc that are called from inside signal + handlers, since they are not safe. (Ray Strode) + +- Improved commands in GDM configuration files. (Brian Cameron) + +- Translation updates (Subhransu Behera, Rahul Bhalerao, Inaki Larranaga, + Jovan Naumovski, Ankit Patel, Ani Peter) + 2.15.8 Stuff: - Fix to bugs causing gdmchooser to core dump when started. diff --git a/configure.ac b/configure.ac index e8706f66..0174151b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.52) AC_INIT(daemon/gdm.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gdm,2.15.8) +AM_INIT_AUTOMAKE(gdm,2.15.9) AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE |