From b3361beb8c70b9e2fe26b24295c84cadd24080e6 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Mon, 24 May 2010 17:21:46 -0500 Subject: Add NEWS for 2.31.1 release. --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 7ae32645..b6df7dbf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +=============== +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 =============== -- cgit v1.2.1