From ea62f6e06ee3f1b7765178a7ae8805f2f5b7f5f3 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 5 Aug 2014 12:21:06 +0100 Subject: [PATCH] add changes file --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..9871c86 --- /dev/null +++ b/CHANGES @@ -0,0 +1,15 @@ +v0.4 +==== + +- All tools switch to using libaio. This gives a large performance + boost, especially to the write focused tools like thin_restore. + +- Added a progress monitor to thin_restore + +- Added a --quiet/-q option to thin_restore to turn off the progress bar + +- Removed variable hint size support from cache tools. The kernel + still only supports a fixed 32bit width. This will have a side + effect of reducing the executable sizes due to less template + instatiation. +