summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
-rw-r--r--docs/C/gdm.xml2
4 files changed, 50 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c2afffec..1945e5e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-10-16 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.17.0:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+ * docs/C/gdm.xml: Update version number.
+
+2006-10-16 Brian Cameron <brian.cameron@sun.com>
+
* NEWS, daemon/auth.c, daemon/gdm.c, daemon/slave.c: Clean up
comments.
diff --git a/NEWS b/NEWS
index b4623aca..914094a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,44 @@
Ahh news...
+2.17.0 Stuff:
+
+- Now when GDM_ADD_MODULES is set, GDM will launch at-spi-registryd.
+ (Ariel Rios)
+
+- New SupportAutomount option which, when turned on, changes the
+ way that GDM accesses the user's $HOME/.dmrc file so that
+ automounted $HOME directories can be configured to work even
+ when the automounter is not started with the --ghost option.
+ (Jerzy Borkowski)
+
+- Fix so that if timed login script returns an invalid user,
+ timed login is not turned on. Fix for bug #340148.
+ (Andrew - andrewz@springsrescuemission.org).
+
+- Fix for bug #352838, avoid crashing by moving call to get
+ GDM_KEY_SYSTEM_MENU until after authentication check.
+ (Frederic Crozat)
+
+- Use g_markup_printf_escaped so gdmsetup better handles
+ description strings that contains things similar to a tag
+ like an email address. Fixes bug #357998. (Matthias
+ Clasen)
+
+- Fix gdmsetup so that the window manager close button works
+ as the Close button in the dialog. (Matthias Clasen)
+
+- Add g_type_init() to gdmflexiserver since this is needed
+ for -a (authentication) code to work. (Brian Cameron)
+
+- Set authdir to NULL after freeing to avoid accessing an
+ invalid pointer. Fix for bug #359831. (Amnon Aaronsohn)
+
+- Memory leaks fixed. (Kjartan Maraas)
+
+- Translation updates (Abel Cheung, Yair Hershkovitz,
+ Raphael Higino, Priit Laes, \303\205smund Skj\303\246veland,
+ Ivar Smolin)
+
2.16.1 Stuff:
- Use g_markup_printf_escaped so gdmsetup better handles
@@ -8,14 +47,14 @@ Ahh news...
Clasen)
- Fix gdmsetup so that the window manager close button works
- as the Close button in the dialog (Matthias Clasen)
+ as the Close button in the dialog. (Matthias Clasen)
- Fix for bug #352838, avoid crashing by moving call to get
GDM_KEY_SYSTEM_MENU until after authentication check.
(Frederic Crozat)
- Add g_type_init() to gdmflexiserver since this is needed
- for -a (authentication) code to work.
+ for -a (authentication) code to work. (Brian Cameron)
- Translation updates (Rahul Bhalerao, Runa Bhattacharjee,
Alessio Frusciante, Priit Laes, David Lodge,
diff --git a/configure.ac b/configure.ac
index 68c3ae23..648532b9 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.16.0)
+AM_INIT_AUTOMAKE(gdm,2.17.0)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index ecdb7f42..0f434bcf 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -2,7 +2,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
- <!ENTITY version "2.15.1">
+ <!ENTITY version "2.17.0">
<!ENTITY date "05/12/2006">
]>