Skip to content

Commit

Permalink
Update for 2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Feb 20, 2018
1 parent 9d36dbd commit d9e5874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Overview of changes in lightdm-gtk-greeter 2.0.4
* New features:
- New cursor-theme-name and cursor-theme-size configuration keys
* Build changes:
- Removed AX_COMPILER_FLAGS, left over from gnome-common
- Added missing po/Makefile.in.in to make builds functional again
- Finish port from gnome-common
- Moved more deprecated function calls to greeterdeprecated.c/.h
* Bugs fixed:
- Fixed autologin-session (LP: #1707186)
Expand Down
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.64])
AC_INIT([lightdm-gtk-greeter],[2.0.3],[https://launchpad.net/lightdm-gtk-greeter])
AC_INIT([lightdm-gtk-greeter],[2.0.4],[https://launchpad.net/lightdm-gtk-greeter])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/lightdm-gtk-greeter.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])

LT_INIT
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz foreign -Wall -Wno-portability])
AM_INIT_AUTOMAKE([1.11 tar-ustar foreign -Wall -Wno-portability])
AM_MAINTAINER_MODE([enable])

# Use AM_SILENT_RULES if present
Expand Down

0 comments on commit d9e5874

Please sign in to comment.