diff --git a/ChangeLog b/ChangeLog index c7ef7a7d..63e6efbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-06 Nicolas François + + * configure.in: Prepare the next 4.1.3 release. + 2009-04-06 Nicolas François * lib/prototypes.h, libmisc/addgrps.c: restrict add_groups() to @@ -12,7 +16,6 @@ * libmisc/pwd2spwd.c (pwd_to_spwd): pwd_to_spwd() is not used in PAM builds. - 2009-04-05 Nicolas François * src/passwd.c: do_update_age is only used ifndef USE_PAM. Make it diff --git a/configure.in b/configure.in index ff2fdb83..e5f971e1 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT -AM_INIT_AUTOMAKE(shadow, 4.1.2) +AM_INIT_AUTOMAKE(shadow, 4.1.3) AC_CONFIG_HEADERS([config.h]) dnl Some hacks...