diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-03-14 15:18:50 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-03-14 15:18:50 +0000 |
commit | fc08fbc21cd8f0cb2a8d7a28f32a1e1538500a9a (patch) | |
tree | 26429041daf053df603ddbc109ed17a133ede067 | |
parent | 80c263e188e1f3907d1de91e2d38d7814d22b7aa (diff) | |
download | rpm-helper-fc08fbc21cd8f0cb2a8d7a28f32a1e1538500a9a.tar rpm-helper-fc08fbc21cd8f0cb2a8d7a28f32a1e1538500a9a.tar.gz rpm-helper-fc08fbc21cd8f0cb2a8d7a28f32a1e1538500a9a.tar.bz2 rpm-helper-fc08fbc21cd8f0cb2a8d7a28f32a1e1538500a9a.tar.xz rpm-helper-fc08fbc21cd8f0cb2a8d7a28f32a1e1538500a9a.zip |
new releasev0.21.3
-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.21.2 +VERSION = 0.21.3 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 @@ +2008-03-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.3 + * fix error in syslog-ng helper, and avoid spurious error + messages in output + 2008-02-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.2 * fix %_create-ssl-certificate args _correctly_ |