aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-07-27 20:36:26 +0100
committerColin Guthrie <colin@mageia.org>2014-07-27 20:36:26 +0100
commit5a8d5c2edae5356447b533475c9ae98a56d821d1 (patch)
tree59389dbce60906621e6c2fdedfd09b2581660de0
parentb732d1e9a71c9d131344675d7fd1234c9895606b (diff)
downloadrpm-helper-0.24.12.tar
rpm-helper-0.24.12.tar.gz
rpm-helper-0.24.12.tar.bz2
rpm-helper-0.24.12.tar.xz
rpm-helper-0.24.12.zip
New version: 0.24.12v0.24.12
-rw-r--r--Makefile2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7818393..d15cdea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = rpm-helper
-VERSION = 0.24.11
+VERSION = 0.24.12
SCRIPT_FILES = add-user del-user create-file \
add-service del-service reread-services \
diff --git a/NEWS b/NEWS
index 27bcc3c..55f3b6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+2014-07-27 Colin Guthrie <colin@mageia.org> 0.24.12
* use systemctl preset rather than enable to respect preset configuration
* drop hacky workaround for systemd reload on sysv initscript package removal
as a filetrigger with appropriate matching will suffice fine here