* configure.in: Prepare the next 4.1.3 release.

This commit is contained in:
nekral-guest 2009-04-05 22:35:12 +00:00
parent ac52639b77
commit b9df8b5817
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* configure.in: Prepare the next 4.1.3 release.
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* 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 <nicolas.francois@centraliens.net>
* src/passwd.c: do_update_age is only used ifndef USE_PAM. Make it

View File

@ -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...