summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2018-08-21 17:18:20 +0200
committerMarian Csontos <mcsontos@redhat.com>2018-10-10 11:26:53 +0200
commitf8462cff9224594385c3b9f89785c28995151824 (patch)
treed0e945afb9c2cb492b833e1d9aa8a498334b8168
parent37366ec3b061c86ce897560213df5769c5d91eb6 (diff)
downloadlvm2-f8462cff9224594385c3b9f89785c28995151824.tar.gz
pre-releasev2_03_00
-rw-r--r--README3
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW5
-rw-r--r--WHATS_NEW_DM15
5 files changed, 22 insertions, 5 deletions
diff --git a/README b/README
index 9fe0a0d4e..38a9778fd 100644
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
This tree contains the LVM2 and device-mapper tools and libraries.
+This is development branch, for stable 2.02 release see 2018-06-01-stable
+branch.
+
For more information about LVM2 read the changelog in the WHATS_NEW file.
Installation instructions are in INSTALL.
diff --git a/VERSION b/VERSION
index 51e0d33c1..b95f3cd0f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.178(2)-git (2018-05-24)
+2.03.00(2) (2018-10-10)
diff --git a/VERSION_DM b/VERSION_DM
index 1c2b36c53..07addfa68 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.147-git (2018-05-24)
+1.02.151 (2018-10-10)
diff --git a/WHATS_NEW b/WHATS_NEW
index db5f212b7..2e2499617 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 3.0.0
-=============
+Version 2.03.00 - 10th October 2018
+===================================
Add hot fix to avoiding locking collision when monitoring thin-pools.
Allow raid4 -> linear conversion request.
Fix lvconvert striped/raid0/raid0_meta -> raid6 regression.
@@ -24,6 +24,7 @@ Version 3.0.0
Avoid showing internal error in lvs output or pvmoved LVs.
Remove clvmd
Remove lvmlib (api)
+ Remove lvmetad
lvconvert: provide possible layouts between linear and striped/raid
Use versionsort to fix archive file expiry beyond 100000 files.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index ac4868cae..c659871e2 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,7 +1,20 @@
-Version 1.02.147 -
+Version 1.02.151 - 10th October 2018
====================================
+ Add hot fix to avoiding locking collision when monitoring thin-pools.
+
+Version 1.02.150 - 01 August 2018
+=================================
Add vdo plugin for monitoring VDO devices.
+Version 1.02.149 - 19th July 2018
+=================================
+
+Version 1.02.148 - 18th June 2018
+=================================
+
+Version 1.02.147 - 13th June 2018
+=================================
+
Version 1.02.147-rc1 - 24th May 2018
====================================
Reuse uname() result for mirror target.