Skip to content

Commit d9e5874

Browse files
committed
Update for 2.0.4 release
1 parent 9d36dbd commit d9e5874

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

NEWS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Overview of changes in lightdm-gtk-greeter 2.0.4
33
* New features:
44
- New cursor-theme-name and cursor-theme-size configuration keys
55
* Build changes:
6-
- Removed AX_COMPILER_FLAGS, left over from gnome-common
7-
- Added missing po/Makefile.in.in to make builds functional again
6+
- Finish port from gnome-common
87
- Moved more deprecated function calls to greeterdeprecated.c/.h
98
* Bugs fixed:
109
- Fixed autologin-session (LP: #1707186)

configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ([2.64])
4-
AC_INIT([lightdm-gtk-greeter],[2.0.3],[https://launchpad.net/lightdm-gtk-greeter])
4+
AC_INIT([lightdm-gtk-greeter],[2.0.4],[https://launchpad.net/lightdm-gtk-greeter])
55
AC_CONFIG_HEADERS([config.h])
66
AC_CONFIG_SRCDIR([src/lightdm-gtk-greeter.c])
77
AC_CONFIG_MACRO_DIR([m4])
8-
AC_CONFIG_AUX_DIR([build-aux])
98

109
LT_INIT
11-
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz foreign -Wall -Wno-portability])
10+
AM_INIT_AUTOMAKE([1.11 tar-ustar foreign -Wall -Wno-portability])
1211
AM_MAINTAINER_MODE([enable])
1312

1413
# Use AM_SILENT_RULES if present

0 commit comments

Comments
 (0)