diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = rpm-helper -VERSION = 0.23.0 +VERSION = 0.23.1 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = add-user del-user add-service del-service create-file \ @@ -1,3 +1,7 @@ +2010-05-29 Guillaume Rousse <guillomovitch@mandriva.org> 0.23.1 + * force group creation when creating user, whatever /etc/login.defs + says, to ensure expected group ownership (fix #59327) + 2010-02-04 Guillaume Rousse <guillomovitch@mandriva.org> 0.23.0 * drop ugly workaround from release 0.21.4, various services should have been fixed now (#52313) |