summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-02-23 18:22:09 +0000
committerAlasdair Kergon <agk@redhat.com>2012-02-23 18:22:09 +0000
commit2a0264eb7d9d8cfd928f786097bad224a54c61d2 (patch)
tree34556e68233f64c58e8220ff2a71578e7a75dc6b
parent17829d245c7e5aa030d6b5b192a41fec1a98b91f (diff)
downloadlvm2-2a0264eb7d9d8cfd928f786097bad224a54c61d2.tar.gz
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW8
-rw-r--r--WHATS_NEW_DM2
4 files changed, 7 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index fb285d78a..1f2556fb7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.93(2)-cvs (2012-02-20)
+2.02.93(2)-cvs (2012-02-23)
diff --git a/VERSION_DM b/VERSION_DM
index 293cf5078..c73f334f7 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.72-cvs (2012-02-20)
+1.02.72-cvs (2012-02-23)
diff --git a/WHATS_NEW b/WHATS_NEW
index dc62fcbd5..61935ee4e 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,13 +1,13 @@
-Version 2.02.93 -
+Version 2.02.93 - 23rd February 2012
====================================
Require number of stripes to be greater than parity devices in higher RAID.
- Add LVMetaD systemd units.
Fix allocation code to allow replacement of single RAID 4/5/6 device.
Check all tags and LV names are in a valid form in vg_validate.
Add tmpfiles.d style configuration for lvm2 lock and run directory.
Add configure --with-tmpfilesdir for dir holding volatile-file configuration.
- Allow 'lvconvert --repair' to operate on RAID 4/5/6
- Fix 'build_parallel_areas_from_lv' to work properly with RAID 4/5/6
+ Allow 'lvconvert --repair' to operate on RAID 4/5/6.
+ Fix build_parallel_areas_from_lv to account correctly for raid parity devices.
+ Print message when faulty raid devices have been replaced.
Version 2.02.92 - 20th February 2012
====================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index cc4e79fcf..2444ee593 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,4 +1,4 @@
-Version 1.02.72 -
+Version 1.02.72 - 23rd February 2012
====================================
Avoid memory reallocation for dm_asprintf.