diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-07-24 20:19:31 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-07-24 20:19:31 +0000 |
commit | bb9c3c1a525c2b84d62e844809038f28cd2ce696 (patch) | |
tree | bf7e658ccba3789c3b547e7dd9e67161ccb9d299 | |
parent | 26913d4ffeb0af901e94920dd4f8addb12e6cd2d (diff) | |
download | gdm-bb9c3c1a525c2b84d62e844809038f28cd2ce696.tar.gz |
Updated. Update to new release version.
2006-07-24 Brian Cameron <brian.cameron@sun.com>
* Release 2.15.7:
* NEWS: Updated.
* configure.ac: Update to new release version.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/ChangeLog | 1 |
4 files changed, 26 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-07-24 Brian Cameron <brian.cameron@sun.com> + + * Release 2.15.7: + * NEWS: Updated. + * configure.ac: Update to new release version. + 2006-07-21 Ray Strode <rstrode@redhat.com> * gui/gdmlogin.c, gui/greeter/greeter.c: fix off by one @@ -1,5 +1,24 @@ Ahh news... +2.15.7 Stuff: + +- Now GDM does not save Failsafe GNOME or Failsafe Xterm as the + user's default session, so the user does not lose their + default setting when using Failsafe (bug #341619). + (Brian Cameron) + +- Updated GDM's slave/daemon message handling so it uses + giochannel internal buffering. This should prevent messages + from getting lost. (Ray Strode) + +- Performance improvements to gdmsetup start-up. (Ray Strode) + +- Fix for compiling with GCC 2.95. (Jens Granseuer) + +- Translation updates (Beno\303\256t Dejean, Christophe Merlet, + Lukas Novotny, Ahmad Riza H Nst, Kostas Papadimas, Hendrik + Richter) + 2.15.6 Stuff: - Timed Login message fixed so it works when TimedLogin is set to a diff --git a/configure.ac b/configure.ac index aec62dc2..ffed6503 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.6) +AM_INIT_AUTOMAKE(gdm,2.15.7) AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE diff --git a/po/ChangeLog b/po/ChangeLog index 184ecb20..a800c9a7 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -32,7 +32,6 @@ * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - 2006-07-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. |