~ubuntu-branches/ubuntu/vivid/unity-greeter/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-04-08 15:57:59 UTC
  • Revision ID: package-import@ubuntu.com-20140408155759-iu1m8ejagfxk5zud
Tags: 14.04.9-0ubuntu1
* New upstream release:
  - Correctly handle SIGTERM and quit cleanly. We were previously not stopping
    the signal and so not cleaning up on exit. This left an upstart process
    for each greeter remaining.
  - If a user has an invalid session, then use the system default session
    (LP: #1303725)
  - Correctly handle sessions not starting

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
dnl Process this file with autoconf to produce a configure script.
4
4
 
5
 
AC_INIT(unity-greeter, 14.04.8)
 
5
AC_INIT(unity-greeter, 14.04.9)
6
6
AC_CONFIG_MACRO_DIR(m4)
7
7
AM_INIT_AUTOMAKE
8
8
AM_PROG_CC_C_O