File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11
2+ v1.3 / 2022-08-24
3+ ==================
4+
5+ * Workaround for glibc 2.36 sys/mount.h
6+ * ioping: add RWF_HIPRI
7+ * ioping: add "make static"
8+ * ioping: print notice "slow"/"fast" when twice slower/faster than average
9+ * ioping: cleanup timing notice
10+ * ioping: fix mingw build
11+ * ioping: add option -burst
12+ * ioping: include stdbool
13+ * ioping: restore CPPFLAGS in makefile
14+ * ioping: use 64-bit printf format
15+ * ioping: switch mingw build to 64-bit and ucrt
16+ * ioping: retrive device size and name for windows
17+ * ioping: use F_FULLFSYNC for OSX
18+ * ioping: move fdatasync after write out of make_request()
19+ * ioping: implement O_SYNC for windows by FILE_FLAG_WRITE_THROUGH
20+ * ioping: fallback from non-cached to direct only for reads
21+ * ioping: rename global target fd variable
22+ * ioping: add option -e, -entropy for deterministic randomization
23+ * ioping: add support nowait I/O (RWF_NOWAIT)
24+ * ioping: print help and version into stdout
25+ * ioping: add option -I|-time to print current time
26+ * ioping: describe json format in manpage
27+ * ioping: add human-readable localtime into json output
28+
229v1.2 / 2020-02-02
330==================
431
Original file line number Diff line number Diff line change 1919 */
2020
2121#ifndef VERSION
22- # define VERSION "1.2 "
22+ # define VERSION "1.3 "
2323#endif
2424
2525#ifndef EXTRA_VERSION
You can’t perform that action at this time.
0 commit comments