From: Alasdair Kergon Date: Wed, 23 Jun 2010 17:48:41 +0000 (+0000) Subject: pre-release X-Git-Tag: old-v2_02_68 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fold-v2_02_68;p=lvm2.git pre-release --- diff --git a/VERSION b/VERSION index 33791c5e9..dd6d4d964 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.02.68(2)-cvs (2010-06-07) +2.02.68(2)-cvs (2010-06-23) diff --git a/VERSION_DM b/VERSION_DM index 88241e83d..8ec07e9b8 100644 --- a/VERSION_DM +++ b/VERSION_DM @@ -1 +1 @@ -1.02.50-cvs (2010-06-07) +1.02.50-cvs (2010-06-23) diff --git a/WHATS_NEW b/WHATS_NEW index 212c36ffc..a3239ee39 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,5 @@ -Version 2.02.68 - -=============================== +Version 2.02.68 - 23rd June 2010 +================================ Fix clvmd initscript status to print only active clustered LVs. Add lv_path to reports to offer full /dev pathname. Fix typo in warning message about missing device with allocated data areas. @@ -11,14 +11,13 @@ Version 2.02.68 - Add man pages for lvmconf and non-existent lvmsadc and lvmsar tools. Exit successfully when using -o help (but not -o +help) with LVM reports. Do not use internal DLM lock definitions in generic LVM2 clvmd code. - Add dmeventd man page. Add --force, --nofsck and --resizefs to lvresize/extend/reduce man pages. Fix lvm2cmd example in documentation. Allow use of lvm2app and lvm2cmd headers in C++ code. Remove unused #includes from clvmd files and introduce clvmd-common.h. Move common inclusions to clvmd-common.h. Use #include "" for libdevmapper.h and configure.h throughout tree. - Fix LVM_PATH expansion when exec_prefix=NONE (2.02.67). + Fix LVM_PATH expansion when exec_prefix=NONE. (2.02.67) Fix segfault in clvmd -R if no response from daemon received. Version 2.02.67 - 4th June 2010 diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index fb810bd76..8c20ca856 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,9 +1,10 @@ -Version 1.02.50 - -=============================== +Version 1.02.50 - 23rd June 2010 +================================ Fix INTERNAL_ERROR typo in ioctl iface unknown task message. Fix udev rules to handle spurious events properly. Use C99 [] not [0] in dm_ulog_request struct to avoid abort when fortified. Allow use of devmapper header file in C++ mode (extern "C" and __typeof__). + Add dmeventd man page. Version 1.02.49 - 4th June 2010 ===============================