From: Alasdair Kergon Date: Tue, 9 Mar 2010 13:13:07 +0000 (+0000) Subject: pre-release X-Git-Tag: old-v2_02_62~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=23b3f55bfb8bb21599f5e872c35ce4389adc9192;p=lvm2.git pre-release --- diff --git a/VERSION b/VERSION index d8eebe6a6..1717baf71 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.02.62(1)-cvs (2010-02-15) +2.02.62(1)-cvs (2010-03-09) diff --git a/VERSION_DM b/VERSION_DM index ed58ef204..0b22a279d 100644 --- a/VERSION_DM +++ b/VERSION_DM @@ -1 +1 @@ -1.02.45-cvs (2010-02-15) +1.02.45-cvs (2010-03-09) diff --git a/WHATS_NEW b/WHATS_NEW index dd64d2e87..326957997 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,17 +1,18 @@ -Version 2.02.62 - -==================================== - Reimplement mlockall() with mlock() to reduce pinned memory size. +Version 2.02.62 - 9th March 2010 +================================ + Add use_mlockall and mlock_filter to activation section of lvm.conf. + Add default alternative to mlockall using mlock to reduce pinned memory size. Remove -rdynamic from static builds. 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. + Toggle configure help to print --disable-fsadm. + Use $() instead of ${} consistently for all Makefile variables. Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere. Use $(top_builddir) for inclusion of make.tmpl in Makefiles. Fix autoconf warning about ignored datarootdir. Increase AC_PREREQ version to 2.61 (for AC_PROC_SED, AC_PROG_MKDIR_P). - Handle a misaligned device that reports a -1 alignment_offset. + Handle misaligned devices that report alignment_offset of -1. Extend core allocation code in preparation for mirrored log areas. Rewrite clvmd init script. Remove lvs_in_vg_activated_by_uuid_only call. diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 1dc4904d2..adc3785e0 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,7 +1,7 @@ -Version 1.02.45 - -==================================== - Add --showkeys parameter description into dmsetup man page. - Add --help option as the synonym for help command. +Version 1.02.45 - 9th March 2010 +================================ + Add --showkeys parameter description to dmsetup man page. + Add --help option as synonym for help command. Version 1.02.44 - 15th February 2010 ====================================