summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
-rw-r--r--docs/C/gdm.xml10
4 files changed, 44 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f3b0c0ea..8981f06a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,18 @@
2006-05-12 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.15.1:
+ * NEWS: Updated.
+ * docs/C/gdm.xml: Updated to reflect which interfaces are
+ supported starting with 2.14.6.
+
+2006-05-12 Brian Cameron <brian.cameron@sun.com>
+
* gui/greeter/greeter_parser.c: Fix spacing.
2006-05-10 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.c: Fix reference to SystemMenu key as a boolean, not
- a string. Fixes bug #341312.
+ a string, so that SuspendCommand works right. Fixes bug #341312.
2006-05-09 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index ff23f7ea..588a5623 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,34 @@
Ahh news...
+2.15.1 Stuff:
+
+- Correct double free that was causing a core dump in the last release.
+ (Joe Marcus Clark)
+
+- Improvements to signal handling, fixing problem where GDM slave can
+ hang on read. Fixes bug #336549. (Ed Catmur, Brian Cameron)
+
+- "Start Over" string changed to "Start Again" after another round of
+ UI review (Brian Cameron, Calum Benson)
+
+- Better configure support for FreeBSD. Now the default configuration
+ should be better integrated with kernel/system interfaces. (Joe
+ Marcus Clark)
+
+- Fix security/AllowRemoteAutoLogin and fix SuspendCommand configuration
+ so it honors SystemMenu. (Brian Cameron)
+
+- Correct installation of gdm-ssh-session and now the desktop file is
+ translated. (Brian Cameron)
+
+- Correct invocation of PreFetch, when enabled, so it only executes
+ once. (Brian Cameron)
+
+- Translation updates (Josep Puigdemont Casamaj\303\263, Beno\303\256t
+ Dejean, Pema Geyleg, Inaki Larranaga, Daniel Nylander, Ignacio Casal
+ Quinteiro, Francisco Javier F. Serrador, Alexander Shopov, Ilkka
+ Tuohela, Funda Wang)
+
2.15.1 stuff:
- Explicitly adjust the effective GID before running the child session
diff --git a/configure.ac b/configure.ac
index e7dae38a..68e0de68 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.15.0)
+AM_INIT_AUTOMAKE(gdm,2.15.1)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index e40169f6..d82d0fde 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.15.0">
- <!ENTITY date "03/20/2006">
+ <!ENTITY version "2.15.1">
+ <!ENTITY date "05/12/2006">
]>
<article id="index" lang="en">
@@ -1276,6 +1276,7 @@ gdm: .your.domain
<filename>&lt;etc&gt;/gdm/custom.conf&lt;display num&gt;</filename>.
For example, configuration overrides for display &quot;:103&quot; would be
stored in the file <filename>&lt;etc&gt;/gdm/custom.conf:0</filename>.
+ Per-display configuration is supported in GDM 2.14.6 and later.
</para>
<para>
@@ -5696,7 +5697,7 @@ homogeneous=&quot;bool&quot;&gt;
its button element to true. However it is better to use
GTK+ buttons in GDM themes since these are accessible to
users with disabilities. Also, GTK+ buttons can be
- themed.
+ themed. This feature is supported in GDM 2.14.6 and later.
</para>
</listitem>
</varlistentry>
@@ -5852,7 +5853,8 @@ homogeneous=&quot;bool&quot;&gt;
<para>
An image that will be displayed only when a pam-error message
is being displayed. This is useful for displaying an
- &quot;Attention&quot; icon, for example.
+ &quot;Attention&quot; icon, for example. This feature is
+ supported in GDM 2.14.6 and later.
</para>
</listitem>
</varlistentry>