summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2005-11-14 22:13:41 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-11-14 22:13:41 +0000
commitd2841afe091ed4bc575e9c64fc5ecbe0b67e9673 (patch)
treebe63baf31c24a23c063acaec1b040ab3f239d115
parent58ca006844fd1f2695b45c2ba74dcaa4d14190e1 (diff)
downloadgdm-d2841afe091ed4bc575e9c64fc5ecbe0b67e9673.tar.gz
Updated Updated version/date.
2005-11-14 Brian Cameron <Brian.Cameron@sun.com> * Release 2.13.0.1: * NEWS, configure.ac: Updated * docs/C/gdm.xml: Updated version/date.
-rw-r--r--NEWS58
-rw-r--r--configure.ac2
-rw-r--r--docs/C/gdm.xml4
3 files changed, 61 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 493725de..a8d00c23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,63 @@
Ahh news...
+2.13.0.1 stuff:
+
+- Complete redesign of gdmsetup so it follows
+ usability recommendation mockups by Calum
+ Benson. (Dennis Cranston, Calum Benson)
+
+- gdmsetup now supports drag-and-drop for new
+ themes. (Dennis Cranston)
+
+- The chooser GUI has been HIGified. (Dennis
+ Cranston)
+
+- Redesign of configuration parsing logic in
+ the GDM daemon which simplifies how the
+ UPDATE_CONFIG and GET_CONFIG commands work,
+ better encapsulates the vicious-extensions
+ logic, and cleans up the code. (Brian
+ Cameron)
+
+- If slave does not respond to a SIGTERM, try a
+ SIGKILL the second time. This resolves a problem
+ where GDM sometimes stops managing a display
+ because it just keeps waiting for the slave to
+ die. See bug #113902. (Vaclav Smilauer).
+
+- GDM now uses VT_GETSTATE for peeking VT freeness
+
+- Now GDM warns correctly about caps lock if an
+ alternate keymap is enabled. kbGetState is used
+ instead of XkbGetIndicator State.
+ (Sebastien Bacher)
+
+- Fixed race condition where a variable used by
+ the signal handlers was not being set until after
+ the signal handlers were setup. Now it is set
+ before avoiding a race. (Simon Bowden/Brian
+ Cameron)
+
+- Now check for X server in prefix /usr.
+ (J\303\274rg Billeter)
+
+- Check for XInput fixed in configure and add a
+ check for libgen.h to avoid compiler warnings.
+ (Brian Cameron)
+
+- Updated check in configure for socklen_t so it
+ includes sys/socket.h to better support BSD
+ platforms that define socklen_t there.
+ (dmacks@netspace.org)
+
+- Kurdish added to ALL_LINGUAS. (Erdal Ronahi)
+
+- Translation updates (Takeshi AIHANA, Dan Damian,
+ Theppitak Karoonboonyanan, Priit Laes, Chao-Hsiung
+ Liao, Roozbeh Pournader, Erdal Ronahi, Francisco
+ Javier F. Serrador, Marcel Telka, Funda Wang, Adam
+ Weinberger)
+
2.13.0.0 stuff:
- Fix problem with PostSession script not always being
diff --git a/configure.ac b/configure.ac
index eb6abd01..c4cf13a4 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.13.0.0)
+AM_INIT_AUTOMAKE(gdm,2.13.0.1)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index dfeb0bbe..842960f9 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -2,8 +2,8 @@
<!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.13.0.0">
- <!ENTITY date "10/26/2005">
+ <!ENTITY version "2.13.0.1">
+ <!ENTITY date "11/14/2005">
]>
<article id="index" lang="en">