summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
===============