summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7398a2e4..d17e26ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-21 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.15.10:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
2006-08-15 Kjartan Maraas <kmaraas@gnome.org>
* configure.ac: Fix intltool req.
diff --git a/NEWS b/NEWS
index 90402962..655b82db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Ahh news...
+2.15.10 Stuff:
+
+- Now gdmlogin centers cursor in the GUI to ensure that the login
+ window always has focus. Fixes bug 327530.
+
+- Translation updates (Subhransu Behera, Rahul Bhalerao, Wouter
+ Bolsterlee, Maxim Dziumanenko, Artur Flinta, Leonid Kanter,
+ Gabor Kelemen, Priit Laes, Ani Peter, Hendrik Richter, Satoru
+ SATOH, Funda Wang
+
2.15.9 Stuff:
- The iochannel fix in 2.15.8 broke the face browser when using
diff --git a/configure.ac b/configure.ac
index 9c56483e..b9c3f95c 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.9)
+AM_INIT_AUTOMAKE(gdm,2.15.10)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE