summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-07-13 17:58:30 +1200
committerRobert Ancell <robert.ancell@canonical.com>2012-07-13 17:58:30 +1200
commit74e7dfc565e0c50fcbf897880b59708107d54c00 (patch)
treee64006399a25273f6a5ef9bfd5c70d3bff103815
parente61f51240c37ebad3fc1b62599a18ffdc1e8d9c6 (diff)
downloadlightdm-74e7dfc565e0c50fcbf897880b59708107d54c00.tar.gz
Releasing 1.3.21.3.2
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 515f2cdd..7d354f75 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Overview of changes in lightdm 1.3.2
* Handle clearenv() not being defined
* Fix compilation with GCC 4.7
+ * Expose remaining properties in QLightDM::Greeter
+ * Fix utmp records being written before child process created
Overview of changes in lightdm 1.3.1
diff --git a/configure.ac b/configure.ac
index 3dfe1d5c..f1be602f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm, 1.3.1)
+AC_INIT(lightdm, 1.3.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE