summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS54
-rw-r--r--configure.ac2
3 files changed, 65 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65e4c6ea..586dbb41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-05-15 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.15.3:
+ * NEWS: Updated. Also include 2.14.6 NEWS.
+ * configure.ac: Update to new release version.
+
+2006-05-15 Brian Cameron <brian.cameron@sun.com>
+
* configure.ac: Clean up the code a bit so that we don't figure
out the real prefix twice.
@@ -41,6 +47,7 @@
* Release 2.15.2:
* NEWS: Updated.
+ * configure.ac: Update to new release version.
2006-05-12 Brian Cameron <brian.cameron@sun.com>
@@ -51,6 +58,7 @@
* Release 2.15.1:
* NEWS: Updated.
+ * configure.ac: Update to new release version.
* docs/C/gdm.xml: Updated to reflect which interfaces are
supported starting with 2.14.6.
@@ -147,12 +155,14 @@
* Release 2.15.0:
* NEWS: Updated.
+ * configure.ac: Update to new release version.
* gui/gdmlogin.c: Now use "Start Over" instead of Cancel.
2006-05-02 Brian Cameron <brian.cameron@sun.com>
* Release 2.14.5:
* NEWS: Updated.
+ * configure.ac: Update to new release version.
2006-05-02 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 376903e6..7e43c62f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,28 @@
Ahh news...
+2.15.3 Stuff:
+
+- No longer use popt in favor of glib's GOption command line parsing.
+ Note that this removes the single-dash options GDM used to support
+ (such as the gdm -nodaemon option which is now --nodaemon) which
+ were originally supported so GDM would be more like XDM. Users who
+ depend on the single dash options will need to change to use the
+ non-deprecated double-dash options. (Christian Kirbach)
+
+- Fix bug that was causing ShowGnomeFailsafeSession and
+ ShowGnomeXtermSession configuration values to not work. (Brian
+ Cameron)
+
+- Now add gdm-ssh-session to distribution tarball, and fix the
+ ssh-session.desktop file so that it sets the right TryExec
+ value even if --libexecdir isn't passed into configure.
+ (Brian Cameron)
+
+- Use ngettext in gui/gdmcommon.c for building the Timed Login
+ message. (Benoit Dejean)
+
+- Translation updates (Chao-Hsiung Liao, Gora Mohanty, Ankit Patel)
+
2.15.2 Stuff:
- Correct build to include translation files.
@@ -69,6 +92,37 @@ Ahh news...
pam-error-icon, and startover greeter types, and better info about PAM.
(Brian Cameron)
+2.14.6 stuff:
+
+- Backporting some useful features from 2.15 to 2.14. Per-display
+ configuration and new gdmgreeter theming options (real GTK+ buttons,
+ pam-error-logo, and "startagain" stock label is displayed as "Cancel".
+ Note that the default themes shipped with GDM 2.14 do not use these
+ features, but this patch means newer themes made with 2.15 should now
+ work with this version of 2.14 and above. No strings were changed due
+ to this change. (Brian Cameron, Erwann Chenede)
+
+- Improvements to signal handling, fixing problem where GDM slave can
+ hang on read. Fixes bug #336549. (Ed Catmur, Brian Cameron)
+
+- 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.14.5 stuff:
- Explicitely adjust the effective GID before running the child session
diff --git a/configure.ac b/configure.ac
index c965bc92..0a14425b 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.2)
+AM_INIT_AUTOMAKE(gdm,2.15.3)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE