summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-06-23 17:48:41 +0000
committerAlasdair Kergon <agk@redhat.com>2010-06-23 17:48:41 +0000
commit63f8ad01b2edd59a696ae770677db20b50abb48b (patch)
tree038301ae0914f9194da1371edb7ab70baccee3d9
parent1a6159aca5a272fb4bff18ae61b5d9f6d759d48a (diff)
downloadlvm2-2_02_68.tar.gz
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW7
-rw-r--r--WHATS_NEW_DM5
4 files changed, 8 insertions, 8 deletions
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
===============================