Skip to content

Commit

Permalink
ioping: release 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Khlebnikov <[email protected]>
  • Loading branch information
koct9i committed Aug 24, 2022
1 parent d771a20 commit d52efa3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

v1.3 / 2022-08-24
==================

* Workaround for glibc 2.36 sys/mount.h
* ioping: add RWF_HIPRI
* ioping: add "make static"
* ioping: print notice "slow"/"fast" when twice slower/faster than average
* ioping: cleanup timing notice
* ioping: fix mingw build
* ioping: add option -burst
* ioping: include stdbool
* ioping: restore CPPFLAGS in makefile
* ioping: use 64-bit printf format
* ioping: switch mingw build to 64-bit and ucrt
* ioping: retrive device size and name for windows
* ioping: use F_FULLFSYNC for OSX
* ioping: move fdatasync after write out of make_request()
* ioping: implement O_SYNC for windows by FILE_FLAG_WRITE_THROUGH
* ioping: fallback from non-cached to direct only for reads
* ioping: rename global target fd variable
* ioping: add option -e, -entropy for deterministic randomization
* ioping: add support nowait I/O (RWF_NOWAIT)
* ioping: print help and version into stdout
* ioping: add option -I|-time to print current time
* ioping: describe json format in manpage
* ioping: add human-readable localtime into json output

v1.2 / 2020-02-02
==================

Expand Down
2 changes: 1 addition & 1 deletion ioping.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

#ifndef VERSION
# define VERSION "1.2"
# define VERSION "1.3"
#endif

#ifndef EXTRA_VERSION
Expand Down

0 comments on commit d52efa3

Please sign in to comment.