summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-03-24 10:25:58 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-03-24 10:25:58 +1300
commit96aec59550f07f36b625079ecb5cff797435abac (patch)
tree809f2535fbeaef9b07e0b9eb71b7b162cb5bb1f1
parent2ef071474457dda2cb99dc146bbad2c8ae2a5281 (diff)
downloadlightdm-git-1.14.0.tar.gz
Releasing 1.14.01.14.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 316fccde..e2cadcab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in lightdm 1.14.0
+
+ * Initialize file descriptor handles so we don't attempt to close stdin by
+ accident.
+ * Fix small errors detected by scan-build (clang).
+
Overview of changes in lightdm 1.13.2
* Fix pipe file descriptor leak for each greeter session.
diff --git a/configure.ac b/configure.ac
index cc460701..80c699b0 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.13.2)
+AC_INIT(lightdm, 1.14.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
diff --git a/debian/changelog b/debian/changelog
index 7219f328..13067c6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lightdm (1.14.0-0ubuntu1) vivid; urgency=medium
+
+ * New upstream release:
+ - Initialize file descriptor handles so we don't attempt to close stdin by
+ accident.
+ - Fix small errors detected by scan-build (clang).
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 24 Mar 2015 10:25:22 +1300
+
lightdm (1.13.2-0ubuntu1) vivid; urgency=medium
* New upstream release: