Skip to content

Commit d52efa3

Browse files
committed
ioping: release 1.3
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
1 parent d771a20 commit d52efa3

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
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+
229
v1.2 / 2020-02-02
330
==================
431

ioping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
#ifndef VERSION
22-
# define VERSION "1.2"
22+
# define VERSION "1.3"
2323
#endif
2424

2525
#ifndef EXTRA_VERSION

0 commit comments

Comments
 (0)