From 533a024a355cede09e870b302780d886a3a5354b Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 17 Sep 2007 17:06:31 +0000 Subject: [PATCH] clarification --- WHATS_NEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 1dbca0695..aa5d7ab86 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,8 +1,8 @@ Version 2.02.29 - ================================== Fix strdup memory leak in str_list_dup(). - Avoid static link failure with some SELinux libraries. - Diagnose invalid PE values given on the pvmove command line (64-bit systems). + Link with -lpthread when static SELinux libraries require that. + Detect command line PE values that exceed their 32-bit range. Include strerror string in dev_open_flags' stat failure message. Move guts of pvresize into library. Avoid error when --corelog is provided without --mirrorlog. (2.02.28)