diff --git a/VERSION b/VERSION index a528c0edd..8cff16211 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.02.60(1)-cvs (2010-01-23) +2.02.61(1)-cvs (2010-02-02) diff --git a/VERSION_DM b/VERSION_DM index 868c3c017..f1609c49c 100644 --- a/VERSION_DM +++ b/VERSION_DM @@ -1 +1 @@ -1.02.43-cvs (2010-01-23) +1.02.44-cvs (2010-02-02) diff --git a/WHATS_NEW b/WHATS_NEW index 3815d6cb3..cb6ae706f 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,8 +1,7 @@ -Version 2.02.60 - +Version 2.02.61 - =================================== Make clvmd -V return zero status. - Version 2.02.60 - 23rd January 2010 =================================== Fix lvconvert issue with cluster mirrors due to un'_safe' list processing diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index f70843a59..a09109d9e 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,3 +1,7 @@ +Version 1.02.44 - +=================================== + Fix dmeventd snapshot plugin build dependency. + Version 1.02.43 - 21st January 2010 =================================== Remove bitset, hash and pool headers superceded by libdevmapper.h. diff --git a/daemons/dmeventd/plugins/Makefile.in b/daemons/dmeventd/plugins/Makefile.in index 8a6e151d5..48ae9e9c7 100644 --- a/daemons/dmeventd/plugins/Makefile.in +++ b/daemons/dmeventd/plugins/Makefile.in @@ -19,8 +19,8 @@ VPATH = @srcdir@ SUBDIRS += lvm2 mirror snapshot +include ../../../make.tmpl + mirror: lvm2 snapshot: lvm2 -include ../../../make.tmpl -