From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW ./WHATS_NEW_DM daemons/dmeven ...
Date: 2 Feb 2010 14:09:18 -0000 [thread overview]
Message-ID: <20100202140918.25779.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2010-02-02 14:09:18
Modified files:
. : WHATS_NEW WHATS_NEW_DM
daemons/dmeventd/plugins/mirror: Makefile.in
daemons/dmeventd/plugins/snapshot: Makefile.in
Log message:
Remove pointless versioned symlinks to dmeventd plugin libraries.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1415&r2=1.1416
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.342&r2=1.343
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/dmeventd/plugins/mirror/Makefile.in.diff?cvsroot=lvm2&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/dmeventd/plugins/snapshot/Makefile.in.diff?cvsroot=lvm2&r1=1.9&r2=1.10
--- LVM2/WHATS_NEW 2010/02/02 14:03:50 1.1415
+++ LVM2/WHATS_NEW 2010/02/02 14:09:17 1.1416
@@ -1,5 +1,7 @@
Version 2.02.61 -
===================================
+ Remove pointless versioned symlinks to dmeventd plugin libraries.
+ Fix dmeventd snapshot plugin build dependency.
Make clvmd -V return zero status.
Version 2.02.60 - 23rd January 2010
--- LVM2/WHATS_NEW_DM 2010/02/02 14:03:50 1.342
+++ LVM2/WHATS_NEW_DM 2010/02/02 14:09:17 1.343
@@ -1,6 +1,5 @@
Version 1.02.44 -
===================================
- Fix dmeventd snapshot plugin build dependency.
Version 1.02.43 - 21st January 2010
===================================
--- LVM2/daemons/dmeventd/plugins/mirror/Makefile.in 2010/01/21 22:15:46 1.13
+++ LVM2/daemons/dmeventd/plugins/mirror/Makefile.in 2010/02/02 14:09:18 1.14
@@ -36,7 +36,6 @@
install_lvm2: libdevmapper-event-lvm2mirror.$(LIB_SUFFIX)
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
- $(libdir)/$<.$(LIB_VERSION)
- $(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$<
+ $(libdir)/$<
install: install_lvm2
--- LVM2/daemons/dmeventd/plugins/snapshot/Makefile.in 2010/01/21 22:15:46 1.9
+++ LVM2/daemons/dmeventd/plugins/snapshot/Makefile.in 2010/02/02 14:09:18 1.10
@@ -36,7 +36,6 @@
install_lvm2: libdevmapper-event-lvm2snapshot.$(LIB_SUFFIX)
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
- $(libdir)/$<.$(LIB_VERSION)
- $(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$<
+ $(libdir)/$<
install: install_lvm2
next reply other threads:[~2010-02-02 14:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-02 14:09 agk [this message]
2010-03-02 9:38 ` LVM2 ./WHATS_NEW ./WHATS_NEW_DM daemons/dmeven Konstantin Pavlov
-- strict thread matches above, loose matches on Subject: below --
2012-03-02 22:57 zkabelac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100202140918.25779.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.