summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-06-04 06:00:53 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-06-04 06:00:53 +0000
commit1e9ddf8e82360eb68cddc098711c5653c0cefb44 (patch)
tree6293869d4c1a66a01fdfa10f4b31181fc5ee5c13
parent4e96c1cfbc7fc38f62e8d41cbddcd0327a0990eb (diff)
downloadgdm-1e9ddf8e82360eb68cddc098711c5653c0cefb44.tar.gz
Updated. Updated to new release number. Change Name and Comment from "New
2007-06-04 Brian Cameron <brian.cameron@sun.com> * Release 2.19.2: * NEWS: Updated. * docs/C/gdm.xml: Updated to new release number. * gui/gdmflexiserver-xnest-desktop.in.in: Change Name and Comment from "New Login in a Nested Window" to "New Login in a Window" since the usability team determined that most users don't understand what "nested" means. The new string is more easy to understand to most non-technical users. svn path=/trunk/; revision=4957
-rw-r--r--ChangeLog15
-rw-r--r--NEWS50
-rw-r--r--configure.ac2
-rw-r--r--docs/C/gdm.xml4
-rw-r--r--gui/gdmflexiserver-xnest.desktop.in.in6
5 files changed, 68 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a2f2a39..ecfe782e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2007-06-04 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.19.2:
+ * NEWS: Updated.
+ * docs/C/gdm.xml: Updated to new release number.
+ * gui/gdmflexiserver-xnest-desktop.in.in: Change Name and
+ Comment from "New Login in a Nested Window" to
+ "New Login in a Window" since the usability team determined
+ that most users don't understand what "nested" means. The new
+ string is more easy to understand to most non-technical users.
+
+2007-06-04 Brian Cameron <brian.cameron@sun.com>
+
* gui/Makefile.am, gui/greeter/Makefile.am: Add -lfontconfig to
programs that link against gui/libgdmcommon.a since it now
contains FontConfig code, due to fix for bug #426653. On
@@ -20,7 +31,7 @@
* gui/gdmlogin.c: Set invisible character to '*' if the
configuration file doesn't specify to use invisible or
- cirlces. Fixes bug #439089. Patch by Sebastien Bacher
+ circles. Fixes bug #439089. Patch by Sebastien Bacher
<seb128@debian.org>.
2007-06-04 Brian Cameron <brian.cameron@sun.com>
@@ -111,7 +122,7 @@
* Release 2.19.1:
* NEWS: Updated.
- * docs/C/gdm.xml: Updated to say release 2.19.1.
+ * docs/C/gdm.xml: Updated to new release number.
* README.install: Minor update to Solaris recommended
configuration.
diff --git a/NEWS b/NEWS
index ba7e4395..00f9d062 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,53 @@
Ahh news...
+2.19.2 Stuff:
+
+Interface Changes:
+
+- The location of the .gdm_socket file has been moved from /tmp to
+ /var/run. This interface change has been coordinated with
+ gnome-session, gnome-panel, and the Fast-User-Switch Applet (FUSA).
+ This is a more sensible place for GDM to store its sockets file.
+ (Lo\357c Minier)
+
+- Now GDM desktop files are installed to /usr/share/gdm/applications and
+ GDM appends this directory to XDG_DATA_DIR. This way GDM programs only
+ show up in the menus if GDM is actually being used as the login program.
+ This prevents the menu items from showing up if the user switches to
+ another login program. (Brian Cameron)
+
+- The greeter programs no longer accept the Tab key as Enter so that now
+ the GUI's are now more navigable for a11y users. (Patrick Wade)
+
+New features, improvements, and bug fixes:
+
+- Now support Linux auditing if configure detects libaudit on the system.
+ See enhancement request #349835. (Ray Strode)
+
+- Now GDM greeters only display languages that are installed on the system.
+ (Ray Strode)
+
+- The Face Browser now prunes out users if their shell is /sbin/nologin,
+ /bin/true, or /bin/false. (Ray Strode)
+
+- Improve custom command logic so that you can specify a widget in the
+ gdmgreeter theme with the following sort of tag:
+ <show modes="console" type=custom_cmdX/>. (Lukasz Zalewski)
+
+- Now the greeter invisible character is set explicitely to '*' if
+ the configuration file doesn't specify to use invisible or circles.
+ (Sebastien Bacher)
+
+- GDM documention make logic has been updated so it works better and we
+ now generate documentation for more languages. Now mdash and percnt
+ entities have definitions so they no longer generate warnings.
+ (Brian Cameron)
+
+- Translation updates (Djihed Afifi, Theppitak Karoonboonyanan,
+ Priit Laes, David Lodge, Kjartan Maraas, Christophe Merlet,
+ Daniel Nylander, Ignacio Casal Quinteiro, St\303\251phane Raimbault,
+ Funda Wang)
+
2.19.1 Stuff:
- Now GDM desktop files support the optional X-Gdm-XserverArgs extension to
@@ -9,7 +57,7 @@ Ahh news...
certain accessibility features, or to use sessions that require special
Xserver flags or extensions, etc. Note that sessions that use this
feature cause GDM to restart the Xserver after authentication.
- <Ron Yorston>
+ (Ron Yorston)
- Now gdmgreeter themes support a "background=[true|false]" element to be
specified for any item tag. Items which have this tag set to true will
diff --git a/configure.ac b/configure.ac
index ec298e8c..ec29e2b9 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.19.1)
+AM_INIT_AUTOMAKE(gdm,2.19.2)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index 6a9c9842..d30cc0ea 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.19.1">
- <!ENTITY date "05/14/2007">
+ <!ENTITY version "2.19.2">
+ <!ENTITY date "06/04/2007">
<!ENTITY mdash "&#8212;">
<!ENTITY percnt "&#x0025;">
]>
diff --git a/gui/gdmflexiserver-xnest.desktop.in.in b/gui/gdmflexiserver-xnest.desktop.in.in
index c4359210..e1732ede 100644
--- a/gui/gdmflexiserver-xnest.desktop.in.in
+++ b/gui/gdmflexiserver-xnest.desktop.in.in
@@ -1,8 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=New Login in a Nested Window
-_GenericName=New Login in a Nested Window
-_Comment=Login as another user inside a nested window
+_Name=New Login in a Window
+_GenericName=New Login in a Window
+_Comment=Login as another user in a window
TryExec=@X_XNEST_CMD@
Exec=gdmflexiserver --xnest
Icon=gdm-xnest