public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: agk@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 ./WHATS_NEW lib/format_text/export.c
Date: Sun, 04 Nov 2007 19:16:00 -0000 [thread overview]
Message-ID: <20071104191635.24128.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk@sourceware.org 2007-11-04 19:16:34
Modified files:
. : WHATS_NEW
lib/format_text: export.c
Log message:
Add LVM2 version to 'Generated by' comment in metadata.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.726&r2=1.727
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/format_text/export.c.diff?cvsroot=lvm2&r1=1.57&r2=1.58
--- LVM2/WHATS_NEW 2007/11/04 15:43:50 1.726
+++ LVM2/WHATS_NEW 2007/11/04 19:16:34 1.727
@@ -1,5 +1,6 @@
Version 2.02.29 -
==================================
+ Add LVM2 version to 'Generated by' comment in metadata.
Fix error message when fixing up PV size in lvm2 metadata (2.02.11).
Fix orphan-related locking in pvdisplay and pvs.
Fix missing VG unlocks in some pvchange error paths.
--- LVM2/lib/format_text/export.c 2007/10/12 14:29:32 1.57
+++ LVM2/lib/format_text/export.c 2007/11/04 19:16:34 1.58
@@ -20,6 +20,7 @@
#include "lvm-string.h"
#include "segtype.h"
#include "text_export.h"
+#include "version.h"
#include <stdarg.h>
#include <time.h>
@@ -290,7 +291,7 @@
t = time(NULL);
- outf(f, "# Generated by LVM2: %s", ctime(&t));
+ outf(f, "# Generated by LVM2 version %s: %s", LVM_VERSION, ctime(&t));
outf(f, CONTENTS_FIELD " = \"" CONTENTS_VALUE "\"");
outf(f, FORMAT_VERSION_FIELD " = %d", FORMAT_VERSION_VALUE);
outnl(f);
next reply other threads:[~2007-11-04 19:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-04 19:16 agk [this message]
2010-11-29 12:20 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=20071104191635.24128.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=lvm-devel@redhat.com \
--cc=lvm2-cvs@sourceware.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).