From: Alasdair Kergon Date: Tue, 9 Mar 2010 03:20:12 +0000 (+0000) Subject: . X-Git-Tag: old-v2_02_62~4 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=9426d45cde663a37b7c70562c499ff94e6e873e5;p=lvm2.git . --- diff --git a/WHATS_NEW b/WHATS_NEW index cad476fcc..dd64d2e87 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,16 +1,10 @@ Version 2.02.62 - ==================================== - Reimplement mlockall() with mlock() to reduce mmaped memory size. - Define and use internal makefile variable UDEV_LIBS. - Define and use internal makefile variable DL_LIBS. - Update check for selinux libraries and link them only when needed. - Define and use internal makefile variable SELINUX_LIBS and STATIC_LIBS. + Reimplement mlockall() with mlock() to reduce pinned memory size. Remove -rdynamic from static builds. - Update check for pthread library and link it only when needed. - Define and use internal makefile variable PTHREAD_LIBS. - Update check for readline library and link it only when needed. - Define and use internal makefile variable READLINE_LIBS. - Define and use internal makefile variable LVMINTERNAL_LIBS. + Update checks for pthread, readline & selinux libs and link only when needed. + Introduce makefile vars UDEV_LIBS, DL_LIBS, SELINUX_LIBS, STATIC_LIBS. + Introduce makefile vars LVMINTERNAL_LIBS, READLINE_LIBS, PTHREAD_LIBS. Help for configure prints --disable-fsadm. Use consistently $() instead of ${} for all Makefile variables. Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.