summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-07-24 23:59:03 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-07-24 23:59:03 +0100
commit76e617b1587b68b78f7ae5659e2293edcda630c3 (patch)
tree1c82ef67fa483fe69e704f8bf2a202b413a43017
parent929d5f3563d0ca0acbbb220e8c212f9441260d68 (diff)
downloadlvm2-76e617b1587b68b78f7ae5659e2293edcda630c3.tar.gz
release 2.02.99v2_02_99
363 files changed, 19863 insertions(+), 9055 deletions(-) This is a very large release - so expect bugs! Please treat this release like a release candidate. Changes to the external interfaces since 2.02.98 are not yet frozen. Updated releases will follow quickly (days not weeks) as any problems are handled.
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW4
-rw-r--r--WHATS_NEW_DM4
4 files changed, 6 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index f8dcbdc4c..a3db87f0f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.99(2)-git (2012-10-22)
+2.02.99(2)-git (2013-07-24)
diff --git a/VERSION_DM b/VERSION_DM
index 75d1302dc..748468a47 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.78-git (2012-10-22)
+1.02.78-git (2013-07-24)
diff --git a/WHATS_NEW b/WHATS_NEW
index 587b53d1d..039ddeca1 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.02.99 -
-===================================
+Version 2.02.99 - 24th July 2013
+================================
Do not zero init 4KB of thin snapshot for non-zeroing thin pool (2.02.94).
Issue an error msg if lvconvert --type used incorrectly with other options.
Use LOG_DEBUG/ERR msg severity instead default for lvm2-activation-generator.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index b269f556f..3009427ca 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.78 -
-===================================
+Version 1.02.78 - 24th July 2013
+================================
Process thin messages once to active thin pool target for dm_tree.
Optimize out setting the same value or read_ahead.
Add DM_ARRAY_SIZE public macro.