aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7402a6b..c635a51 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = rpm-helper
-VERSION = 0.19
+VERSION = 0.19.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 00a28fc..635f58f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2007-08-17 Guillaume Rousse <guillomovitch@mandriva.org> 0.19.1
+ * fix usage of ssl certificate creation helper without 3rd argument
+ * allow local certificate configuration
+
2007-06-29 Guillaume Rousse <guillomovitch@mandriva.org> 0.19.0
* new ssl certificate creation helper
* renamed ChangeLog to NEWS