summarylogtreecommitdiffstats
path: root/zonefs-tools.changelog
diff options
context:
space:
mode:
authortomwei72021-03-29 23:54:04 +0800
committertomwei72021-03-29 23:55:24 +0800
commit4c645b2862b352d7c7573b46469110dad45031fc (patch)
tree703ffe82fa83fb67a76bf7b965a70faabe5d80d2 /zonefs-tools.changelog
parent5e7024ba94e304e2b23bf6c4bf49349e15870df7 (diff)
downloadaur-4c645b2862b352d7c7573b46469110dad45031fc.tar.gz
zonefs-tools v1.5.0
Diffstat (limited to 'zonefs-tools.changelog')
-rw-r--r--zonefs-tools.changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/zonefs-tools.changelog b/zonefs-tools.changelog
new file mode 100644
index 000000000000..ec0d9bdef2e8
--- /dev/null
+++ b/zonefs-tools.changelog
@@ -0,0 +1,16 @@
+### v1.5.0
+
+This new release fixes some problems with mkzonefs and improves the test suite.
+In more details:
+
+mkzonefs:
+- Improved zone reset handling, forcing an all zone reset, always.
+- Use O_EXCL mode flag to open a device file to avoid formatting a device in use.
+Fix make install directive
+- Add the new make rpm directive
+Test suite:
+- New zio tool to execute IO operations of various types using various flags
+- Fix stale data access when running tests
+- zonefs-tests-nullblk.sh improvements (new options)
+- Add test cases related to using zonefs files as swap files
+- Various other minor improvements.