summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-03-13 21:24:30 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-03-13 21:24:30 +0000
commitb18816e712aec70cbcc888d488663f56a9cd67c2 (patch)
tree9ec6d1589ab12ed779caf5224249520c2cfc7ba0
parent8a82034e911fc6a6cfd508792333bfb09e422e9a (diff)
downloadgdm-b18816e712aec70cbcc888d488663f56a9cd67c2.tar.gz
Updated. Update to 2.14.0.GDM2_2_14_0
2006-03-13 Brian Cameron <brian.cameron@sun.com> * Release 2.14.0: * NEWS: Updated. * configure.ac: Update to 2.14.0.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
3 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 805aaeac..bf2b72f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2006-03-05 Brian Cameron <brian.cameron@sun.com>
+2006-03-13 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.14.0:
+ * NEWS: Updated.
+ * configure.ac: Update to 2.14.0.
+
+2006-03-13 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.[ch], daemon/gdmconfig.[ch], gui/gdmcommon.[ch],
gui/gdmsetup.c: Add new GET_CUSTOM_CONFIG_FILE gdmflexiserver
diff --git a/NEWS b/NEWS
index 855c2022..d8ac30b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
Ahh news...
+2.14.0 stuff:
+
+- Now GDM will update the actual custom configuration file used by
+ the daemon, so if gdm.conf is being used by the daemon, it will
+ also be edited by gdmsetup.
+
+- Now the Options menu will appear below the button if there is room,
+ and above the button otherwise. Previously it always appeared above,
+ even if there was no room.
+
+- Fix sound-on-login-success and sound-on-login-failure configuration
+ options so they are honored. Previously the sounds were playing even
+ if set to false.
+
+- Translation updates (Stanislav Brabec, Beno\303\256t Dejean,
+ Laurent Dhima, Priit Laes, Ole Laursen, Lukas Novotny, Daniel
+ Nylander, Rajest Ranjan, Alexander Shopov, Mugurel Tudor, Ilkka
+ Tuohela, Tommi Vainikainen, Vincent van Adrighem)
+
2.13.0.10 stuff:
- Now GDM will use the gdm.conf file if it exists as the custom.conf
diff --git a/configure.ac b/configure.ac
index f287288a..7b245779 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.10)
+AM_INIT_AUTOMAKE(gdm,2.14.0)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE