summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-06-11 12:08:19 +0000
committerAlasdair Kergon <agk@redhat.com>2008-06-11 12:08:19 +0000
commit34ed15a987af1960c686e0a27767b6a59709e14f (patch)
tree0013f772500c5852e66df6ca5922732d065e8e79
parentcacec4c910ed7b27d37ce73de83278ea0002822c (diff)
downloadlvm2-34ed15a987af1960c686e0a27767b6a59709e14f.tar.gz
-rw-r--r--VERSION2
-rw-r--r--WHATS_NEW8
2 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index e48e36bcc..791b23660 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.38-cvs (2008-06-06)
+2.02.38-cvs (2008-06-11)
diff --git a/WHATS_NEW b/WHATS_NEW
index 1a70a1c91..e27024849 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,10 +1,10 @@
-Version 2.02.38 -
-=================================
+Version 2.02.38 - 11th June 2008
+================================
Fix tracking of validity of PVs with no mdas in lvmcache.
Fix return values for reporting commands when run with no PVs, LVs, or VGs.
Add omitted unlock_vg() call when sigint_caught() during vg processing.
- Fix wrong free_count on imported vg from pool device
- Fix segfault when calling pvcreate on the pool device
+ Fix free_count when reading pool metadata.
+ Fix segfault when using pvcreate on a device containing pool metadata.
Fix segfault after _free_vginfo by remembering to remove vginfo from list.
Tweak detection of invalid fid after changes to PVs in VG in _vg_read.
Revert assuming precommitted metadata is live when activating (unnecessary).