summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-08-26 00:19:52 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-08-26 00:19:52 +0100
commit92330ba9c8e21451f8406377ae4839f397f369a2 (patch)
treea079d36b7a8d13f13e70b4c583eedb9b6ebfeb1a /WHATS_NEW
parent3acc85caa8d313b8c21e4bef7f84601731e74b2b (diff)
downloadlvm2-92330ba9c8e21451f8406377ae4839f397f369a2.tar.gz
lvm2-92330ba9c8e21451f8406377ae4839f397f369a2.tar.xz
lvm2-92330ba9c8e21451f8406377ae4839f397f369a2.zip
setvbuf: close and reopen stream before change
Fix setvbuf code by closing and reopening stream before changing buffer. But we need to review what this code is doing embedded inside a library function rather than the simpler original form being run independently at the top of main() by tools that need it.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index acb158b3..85f86635 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.98 -
=================================
+ Fix setvbuf code by closing and reopening stream before changing buffer.
Disable private buffering when using liblvm.
When private stdin/stdout buffering is not used always use silent mode.
Add log/silent to lvm.conf equivalent to -qq.