summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in7
-rw-r--r--WHATS_NEW1
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7557f62d8..52441f1d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -166,8 +166,11 @@ install_tmpfiles_configuration:
LCOV_TRACES = libdm.info lib.info liblvm.info tools.info \
libdaemon/client.info libdaemon/server.info \
- daemons/clvmd.info daemons/dmeventd.info \
- daemons/lvmetad.info
+ daemons/clvmd.info \
+ daemons/dmeventd.info \
+ daemons/lvmetad.info \
+ daemons/lvmlockd.info \
+ daemons/lvmpolld.info
CLEAN_TARGETS += $(LCOV_TRACES)
diff --git a/WHATS_NEW b/WHATS_NEW
index ecae78014..f91b3d0ed 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.144 -
=====================================
+ Update makefile to generate lcov output also for lvmpolld and lvmlockd.
Fix SystemdService lvm2-lvmdbusd.service name.
Improve support for env LVM_VG_NAME for reference VG name in lvconvert.
Fix regresion when lvresize accepted zero sizes (2.02.141).