summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2010-05-24 17:21:46 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2010-05-24 17:21:46 -0500
commitb3361beb8c70b9e2fe26b24295c84cadd24080e6 (patch)
treec165ac1a4917c3884be6234b333fba24958197ed
parentd1f02808710408a6ccc3b209135118706d35eaf5 (diff)
downloadgdm-b3361beb8c70b9e2fe26b24295c84cadd24080e6.tar.gz
Add NEWS for 2.31.1 release.GDM_2_31_1
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ae32645..b6df7dbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
===============
+Version 2.31.1
+===============
+
+- Now GDM saves its GConf settings per-seat. This fixes bug #594818. So now
+ if the user launches or exits an AT program it only affects the display where
+ the request was made, not all displays running the GDM dialog.
+- Enable FD_CLOEXEC for signal self-pipe. Fixes bug #617661.
+- Improvements so compiling with -DGSEAL_ENABLE works better.
+- Use g_remove() to remove directories instead of g_unlink().
+- No longer clear the entry field by setting it to a list of '\b' characters.
+ Now use gtk_editable_delete_text which safely clears the entry field instead.
+ See bug #576801.
+- Fix setting of WINDOWPATH so it does not assume the format is 32 bit. Fixes
+ bug #609272.
+- Fix bug #591937 so the code compiles when ENODATA is not available.
+
+===============
Version 2.31.0
===============