summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
-rw-r--r--po/ChangeLog3
4 files changed, 48 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 99e67f65..d9828c98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-07 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.17.5:
+ * configure.ac: Update to new release version.
+ * NEWS: Updated.
+
2006-01-07 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmchooser.glade, gui/gdmsetup.glade: No longer hardcode
@@ -8,7 +14,7 @@
2006-01-07 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmcommon.c: Remove filter_watch after it is called for
- the first time. This filter is used to start at_spid_registry
+ the first time. This filter is used to start at_spi_registryd
but after it is started there is no need to listen to the propery
any more. Patch by Li Yuan <Li.Yuan@Sun.com>. Fixes bug #393013.
@@ -69,7 +75,8 @@
2006-12-15 Brian Cameron <brian.cameron@sun.com>
* gui/greeter/greeter_item_ulist.c: Fix so we only hide
- userlist if there is one.
+ userlist if there are no users and the userlist is
+ actually turned on.
2006-12-15 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 62f8020e..8b97ccaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,41 @@
Ahh news...
+2.17.5 Stuff:
+
+- No longer close file descripters in forked process which
+ shows dialog boxes since this causes the dialogs to not
+ display any text. (Brian Cameron)
+
+- Now GDM will recognize when the system default language
+ has changed and will display new GUI's with the new
+ default language. By default the /var/sysconfig/i18n
+ file is assumed to have the language defined in LANG=foo
+ format. The --with-lang-file configure option may be
+ needed to specify a different system language configuration
+ file. On Solaris, for example, it would be
+ /etc/default/init. (Ray Strode and Takao Fujiwara)
+
+- Remove filter_watch after it is called for the first time.
+ This filter is used to start the at_spi_registryd, but
+ after it is started there is no need to listen to the
+ propery any more. (Li Yuan)
+
+- Further improvements to gdmsetup to improve usability.
+ (Lukasz Zalewski)
+
+- No longer hardcode invisible_char property in glade files,
+ instead realy on GTK+ default. (Vitaliy Ischenko)
+
+- Fix so that the userlist is hidden properly when there
+ are no users. (Brian Cameron)
+
+- Fixes for compiling with gcc 2.95. (Jens Granseuer)
+
+- Translation updates (Djihed Afifi, Raivis Dejus,
+ Theppitak Karoonboonyanan, Gabor Kelemen, David Lodge,
+ Jovan Naumovski, Amitakhya Phukan, Danilo \305\240egan,
+ Francisco Javier F. Serrador, Ilkka Tuohela, Matic Zgur)
+
2.17.4 Stuff:
- Fix for a recently reported security issue that has ID
diff --git a/configure.ac b/configure.ac
index 09b2250b..7c3191af 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.17.4)
+AM_INIT_AUTOMAKE(gdm,2.17.5)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/po/ChangeLog b/po/ChangeLog
index 9132804a..f681d98c 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -64,7 +64,8 @@
2006-12-14 Amitakhya Phukan <aphukan@redhat.com>
- * as.po: file has been added to repository and Assamese translation has been updated.
+ * as.po: file has been added to repository and
+ Assamese translation has been updated.
* LINGUAS: Entry for Assamese language as added.
2006-12-12 Francisco Javier F. Serrador <serrador@openshine.com>