aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea79498..3544ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
diff --git a/NEWS b/NEWS
index 1490f30..d56e3c3 100644
--- a/NEWS
+++ b/NEWS
@@ -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