From f00a16250096581c0f9e99b26b2887d8eca6e8bf Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 1 Feb 2012 10:46:45 +0000 Subject: [PATCH] User correct base dir for lcov reports Fix problem when srcdir != builddir. --- Makefile.in | 2 +- WHATS_NEW | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1bcc5ff64..7d6f48cd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,7 +116,7 @@ lcov-reset: # maybe use subdirs processing to create tracefiles... $(LCOV_TRACES): - $(LCOV) -b $(top_srcdir)/$(basename $@) \ + $(LCOV) -b $(basename $@) \ -d $(basename $@) -c -o - | $(SED) \ -e "s/\(dmeventd_lvm.[ch]\)/plugins\/lvm2\/\1/" \ -e "s/\(dmeventd_mirror.c\)/plugins\/mirror\/\1/" \ diff --git a/WHATS_NEW b/WHATS_NEW index f37d9f40f..8b61fa3b1 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.90 - =================================== + Fix lcov reports when srcdir != builddir. Allow ALLOC_NORMAL to track reserved extents for log and data on same PV. Automatically detect whether corosync clvmd needs to use confdb or cmap. Fix data% report for thin volume used as origin for non-thin snapshot.