summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-01 09:50:04 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-03-01 09:50:04 +0000
commitce1c28af1973457a9a661ce5c613bdec7761ae50 (patch)
tree5f4afc04246f920e717fe79106dc0a51c641e021 /WHATS_NEW_DM
parent2455ce226d312fcc9b038b146c697c09c24314a4 (diff)
downloadlvm2-ce1c28af1973457a9a661ce5c613bdec7761ae50.tar.gz
lvm2-ce1c28af1973457a9a661ce5c613bdec7761ae50.tar.xz
lvm2-ce1c28af1973457a9a661ce5c613bdec7761ae50.zip
Log fail of pthread_join
Syslog error outside of mutex section.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 49cc80e0..98f10199 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.73 -
====================================
+ Log failure of pthread_join when cleaning unused threads in dmeventd.
Fix empty string warning logic in _find_config_str. (1.02.68)
Fix dm_task_set_name to properly resolve path to dm name (1.02.71).
Add dm_strncpy() function as a faster strncpy() replacement.