From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31695 invoked by alias); 2 Aug 2010 12:10:38 -0000 Received: (qmail 31624 invoked by uid 9447); 2 Aug 2010 12:10:37 -0000 Date: Mon, 02 Aug 2010 12:10:00 -0000 Message-ID: <20100802121037.31606.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 WHATS_NEW Makefile.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: 2010-08/txt/msg00000.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2010-08-02 12:10:36 Modified files: . : WHATS_NEW Makefile.in Log message: Make liblvm.device-mapper wait for include file generation. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1680&r2=1.1681 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.59&r2=1.60 --- LVM2/WHATS_NEW 2010/07/31 14:13:59 1.1680 +++ LVM2/WHATS_NEW 2010/08/02 12:10:35 1.1681 @@ -1,5 +1,6 @@ Version 2.02.73 - ================================ + Make liblvm.device-mapper wait for include file generation. Drop explicit 'Base' version from exported symbols. Fix configure to supply DEFAULT_RUN_DIR to Makefiles. Fix wrong number of mirror log at allocate policy --- LVM2/Makefile.in 2010/07/28 13:55:42 1.59 +++ LVM2/Makefile.in 2010/08/02 12:10:36 1.60 @@ -50,6 +50,7 @@ po: tools daemons libdm.device-mapper: include.device-mapper +liblvm.device-mapper: include.device-mapper daemons.device-mapper: libdm.device-mapper tools.device-mapper: libdm.device-mapper device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper @@ -149,4 +150,4 @@ ruby-test: $(RUBY) report-generators/test/ts.rb -endif \ No newline at end of file +endif