From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24074 invoked by alias); 20 Nov 2011 20:52:10 -0000 Received: (qmail 24057 invoked by uid 9447); 20 Nov 2011 20:52:10 -0000 Date: Sun, 20 Nov 2011 20:52:00 -0000 Message-ID: <20111120205210.24055.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 WHATS_NEW make.tmpl.in 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-11/txt/msg00076.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2011-11-20 20:52:09 Modified files: . : WHATS_NEW make.tmpl.in Log message: Don't ignore configure --mandir and --infodir. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2192&r2=1.2193 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/make.tmpl.in.diff?cvsroot=lvm2&r1=1.123&r2=1.124 --- LVM2/WHATS_NEW 2011/11/18 19:42:03 1.2192 +++ LVM2/WHATS_NEW 2011/11/20 20:52:09 1.2193 @@ -1,5 +1,6 @@ Version 2.02.89 - ================================== + Don't ignore configure --mandir and --infodir. Drop pool memory allocated within lv_has_target_type(). Reduce stack allocation of some PATH_MAX sized char buffers. Unlock memory before writing metadata. @@ -8,7 +9,7 @@ Skip non-virtual snapshots for availability change for lvchange with vg name. Adjusted mirror region size only for mirrors and raids. Reorder prompt conditions for removal of active volumes. - Avoid 'mda inconsistency' by properly registering UNLABELLED_PV flag (2.02.86). + Avoid 'mda inconsistency' by properly registering UNLABELLED_PV flag (2.02.86) Fix --enable-static_link unless using --enable-dmeventd / --enable-udev_sync. Move gentoo MAKEDEV to /sbin in lvm2create_initrd. Add filter to avoid scan of device if it is part of active multipath. --- LVM2/make.tmpl.in 2011/11/14 21:30:35 1.123 +++ LVM2/make.tmpl.in 2011/11/20 20:52:09 1.124 @@ -58,9 +58,9 @@ usrlibdir = $(DESTDIR)@usrlibdir@ sbindir = $(DESTDIR)@sbindir@ usrsbindir = $(DESTDIR)@usrsbindir@ -datarootdir = $(DESTDIR)@datarootdir@ -infodir = $(datarootdir)/info -mandir = $(datarootdir)/man +datarootdir = @datarootdir@ +infodir = $(DESTDIR)@infodir@ +mandir = $(DESTDIR)@mandir@ localedir = $(DESTDIR)@LOCALEDIR@ staticdir = $(DESTDIR)@STATICDIR@ udevdir = $(DESTDIR)@udevdir@