diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-03-30 18:29:50 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-03-30 18:29:50 +0000 |
commit | 8c86439d719fb7e3dcf2bcf59a3b918439afcc8c (patch) | |
tree | b419740d21efddc8e36e518223d84b5323732cab | |
parent | 842ebc3247c88cd4fe6b70f7717e9bbc4c42e471 (diff) | |
download | rpm-helper-8c86439d719fb7e3dcf2bcf59a3b918439afcc8c.tar rpm-helper-8c86439d719fb7e3dcf2bcf59a3b918439afcc8c.tar.gz rpm-helper-8c86439d719fb7e3dcf2bcf59a3b918439afcc8c.tar.bz2 rpm-helper-8c86439d719fb7e3dcf2bcf59a3b918439afcc8c.tar.xz rpm-helper-8c86439d719fb7e3dcf2bcf59a3b918439afcc8c.zip |
bump releasev0.22.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = rpm-helper -VERSION = 0.22.0 +VERSION = 0.22.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,6 @@ +2009-03-30 Guillaume Rousse <guillomovitch@mandriva.org> 0.22.1 + * fix stupid typos in user/group creation scriptlets + 2009-03-29 Guillaume Rousse <guillomovitch@mandriva.org> 0.22.0 * do not silent stderr output (#48851) * test user/group existence before creating them |