summarylogtreecommitdiffstats
path: root/zonefs-tools.changelog
blob: ef8388e3f6fa3dcfaa6ef4466de79ba5cb5a812d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### v1.5.2
 
This release improves configuration and build.

### 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.