summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 96bb5de2..a38503a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
=============
+Version 3.7.2
+=============
+
+- Various InitialSetup fixes
+- Ignore pam info messages for automatic logins
+- Unlock fixes
+- User switching fix on consolekit systems
+- Be more robust against empty user shells/home dirs
+- Create program session log file as root instead of after setuid
+- Properly reload gdm.schemas on SIGHUP
+- Bring back gdmflexiserver
+- Fix shutdown and restart with ConsoleKit (#686125)
+- Refactor autologin conversation handling (#682467)
+- Add host authorizations individually (#686186)
+- Make gdm socket world accessible (#685935)
+- Allow NULs in X11 cookies (#687691)
+- Dont set a busy cursor (#687791)
+- Use a whitelist for gsd plugins (#662220)
+- Drop obsolete desktop files (#684508)
+- Translation updates
+
+=============
Version 3.6.0
=============
diff --git a/configure.ac b/configure.ac
index caa2bc25..f9de502f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gdm],
- [3.6.0],
+ [3.7.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gdm])
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])