summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-04-12 09:49:23 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-04-12 09:54:16 +0200
commita5f83cb612497c76a5a0e9a69cddea531af4688f (patch)
treedadfe4d986f92a1d7c340c5942b819d8aef7177b
parent151377dd50b7ba84894f799d9e0957898748f882 (diff)
downloadlvm2-a5f83cb612497c76a5a0e9a69cddea531af4688f.tar.gz
WHATS_NEW: updates
-rw-r--r--WHATS_NEW4
-rw-r--r--WHATS_NEW_DM1
2 files changed, 5 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index c2676c820..8a89516d7 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,9 @@
Version 2.03.12 -
===================================
+ Better hyphenation usage in man pages.
+ Replace use of deprecated security_context_t with char*.
+ Configure supports AIO_LIBS and AIO_CFLAGS.
+ Improve build process for static builds.
Improve signal handling with lvmpolld.
Signal handler can interrupt command also for SIGTERM.
Lvreduce --yes support.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 822ca14eb..8d070ed1f 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.177 -
====================================
+ Configure proceeds without libaio to allow build of device-mapper only.
Fix symbol versioning build with -O2 -flto.
Add dm_tree_node_add_thin_pool_target_v1 with crop_metadata support.