From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31486 invoked by alias); 21 Feb 2011 12:40:47 -0000 Received: (qmail 31469 invoked by uid 9796); 21 Feb 2011 12:40:47 -0000 Date: Mon, 21 Feb 2011 12:40:00 -0000 Message-ID: <20110221124047.31467.qmail@sourceware.org> From: prajnoha@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 WHATS_NEW Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00067.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: prajnoha@sourceware.org 2011-02-21 12:40:46 Modified files: . : WHATS_NEW Log message: WHATS_NEW Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1923&r2=1.1924 --- LVM2/WHATS_NEW 2011/02/18 23:09:55 1.1923 +++ LVM2/WHATS_NEW 2011/02/21 12:40:46 1.1924 @@ -1,5 +1,14 @@ Version 2.02.85 - =================================== + Fix metadata balance code to work with recent changes in metadata handling. + Add old_uuid field to physical_volume and fix pvchange -u for recent changes. + Fix vgconvert to work with recent changes in metadata handling. + Allow pvresize on a PV with two metadata areas. + Change pvcreate to use new metadata handling interface. + Restructure existing pv_setup and pv_write fn, add pv_initialise fn. + Add internal interface to support adding and removing metadata areas. + Allow internal indexing of metadata areas (PV id + mda order). + Generalise internal format_instance infrastrusture for PV and VG use. Handle decimal digits with --units instead of ignoring them silently. Fix remaining warnings and compile with -Wpointer-arith. Fix gcc warnings for unused variables.