From: nekral-guest Date: Thu, 17 Nov 2011 21:52:49 +0000 (+0000) Subject: Add missing NEWS documentation. X-Git-Tag: 4.1.5~45 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e538a4e2a3839f69927fc998c3e3917a91c2ae2b;p=thirdparty%2Fshadow.git Add missing NEWS documentation. * NEWS, README, src/useradd.c, src/usermod.c, src/userdel.c, configure.in: Use libsemanage instead of semanage. --- diff --git a/ChangeLog b/ChangeLog index c68281947..f4bd344e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ safe_system(). * lib/selinux.c, po/POTFILES.in, lib/prototypes.h, lib/Makefile.am: Added helper functions for semanage. - * README, src/useradd.c, src/usermod.c, src/userdel.c, + * NEWS, README, src/useradd.c, src/usermod.c, src/userdel.c, configure.in: Use libsemanage instead of semanage. 2011-11-16 Peter Vrabec diff --git a/NEWS b/NEWS index dad38fa98..2e5e47e03 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED Support shall be enabled with the new --with-acl or --with-attr configure options. * Added diagnosis for lock failures. + * use libsemanage instead of the semanage tool. - chage * Add --root option.