summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d285393d..d2a76f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2006-05-12 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.15.2:
+ * NEWS: Updated.
+
+2006-05-12 Brian Cameron <brian.cameron@sun.com>
+
* gui/greeter/greeter_geometry.c: Fix layout of buttons.
- Patch provided by Erwann Chenede.
+ Patch provided by Erwann Chenede <erwann.chenede@sun.com>.
2006-05-12 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 588a5623..376903e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
Ahh news...
+2.15.2 Stuff:
+
+- Correct build to include translation files.
+
+- Fix layout of new buttons in gdmgreeter themes.
+
+- Translation updates (Alexander Shopov)
+
2.15.1 Stuff:
- Correct double free that was causing a core dump in the last release.
diff --git a/configure.ac b/configure.ac
index 68e0de68..94f3de4f 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.1)
+AM_INIT_AUTOMAKE(gdm,2.15.2)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE