mirror of
https://github.com/AltraMayor/f3.git
synced 2025-08-04 02:55:57 -04:00
Bump version to 8.0
This commit is contained in:
parent
10cc50fd19
commit
4dae4eaf00
@ -66,7 +66,7 @@ The files of the stable version of F3 are
|
|||||||
`here <https://github.com/AltraMayor/f3/releases>`__. The
|
`here <https://github.com/AltraMayor/f3/releases>`__. The
|
||||||
following command uncompresses the files::
|
following command uncompresses the files::
|
||||||
|
|
||||||
$ unzip f3-7.2.zip
|
$ unzip f3-8.0.zip
|
||||||
|
|
||||||
|
|
||||||
Compile stable software on Linux or FreeBSD
|
Compile stable software on Linux or FreeBSD
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Version 8.0 - Oct 29, 2020
|
||||||
|
|
||||||
|
* f3read: add parameter --max-read-rate
|
||||||
|
* f3read: report speed, percentage, remaining time like f3write
|
||||||
|
* f3write: improve speed measurement (commit 791acdc32627...)
|
||||||
|
* f3probe: handle rare assetion failure (issue #82 ENODATA)
|
||||||
|
|
||||||
Version 7.2 - Jun 19, 2019
|
Version 7.2 - Jun 19, 2019
|
||||||
|
|
||||||
* f3write: keep up with extremely fast NVM drives (issue #117)
|
* f3write: keep up with extremely fast NVM drives (issue #117)
|
||||||
|
@ -58,9 +58,9 @@ author = 'Michel Machado'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '7.2'
|
version = '8.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '7.2'
|
release = '8.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -598,7 +598,7 @@ in the example below (please use the correct device!):
|
|||||||
|
|
||||||
$ sudo ./f3probe --destructive --time-ops /dev/sdb
|
$ sudo ./f3probe --destructive --time-ops /dev/sdb
|
||||||
[sudo] password for michel:
|
[sudo] password for michel:
|
||||||
F3 probe 7.2
|
F3 probe 8.0
|
||||||
Copyright (C) 2010 Digirati Internet LTDA.
|
Copyright (C) 2010 Digirati Internet LTDA.
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
|
|
||||||
@ -673,7 +673,7 @@ outputs:
|
|||||||
|
|
||||||
$ sudo ./f3probe --time-ops /dev/sdc
|
$ sudo ./f3probe --time-ops /dev/sdc
|
||||||
[sudo] password for michel:
|
[sudo] password for michel:
|
||||||
F3 probe 7.2
|
F3 probe 8.0
|
||||||
Copyright (C) 2010 Digirati Internet LTDA.
|
Copyright (C) 2010 Digirati Internet LTDA.
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
|
|
||||||
@ -733,7 +733,7 @@ The execution of ``f3fix`` on my fake drive went as follows:
|
|||||||
::
|
::
|
||||||
|
|
||||||
$ sudo ./f3fix --last-sec=16477878 /dev/sdb
|
$ sudo ./f3fix --last-sec=16477878 /dev/sdb
|
||||||
F3 fix 7.2
|
F3 fix 8.0
|
||||||
Copyright (C) 2010 Digirati Internet LTDA.
|
Copyright (C) 2010 Digirati Internet LTDA.
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
|
|
||||||
|
2
f3read.1
2
f3read.1
@ -1,5 +1,5 @@
|
|||||||
.\"Text automatically generated by txt2man
|
.\"Text automatically generated by txt2man
|
||||||
.TH F3 "1" "June 2019" "F3 7.2" "test real flash memory capacity"
|
.TH F3 "1" "October 2020" "F3 8.0" "test real flash memory capacity"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBf3write, f3read \fP- test real flash memory capacity
|
\fBf3write, f3read \fP- test real flash memory capacity
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user