File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ The files of the stable version of F3 are
66
66
`here <https://github.com/AltraMayor/f3/releases >`__. The
67
67
following command uncompresses the files::
68
68
69
- $ unzip f3-7.2 .zip
69
+ $ unzip f3-8.0 .zip
70
70
71
71
72
72
Compile stable software on Linux or FreeBSD
Original file line number Diff line number Diff line change
1
+ Version 8.0 - Oct 29, 2020
2
+
3
+ * f3read: add parameter --max-read-rate
4
+ * f3read: report speed, percentage, remaining time like f3write
5
+ * f3write: improve speed measurement (commit 791acdc32627...)
6
+ * f3probe: handle rare assetion failure (issue #82 ENODATA)
7
+
1
8
Version 7.2 - Jun 19, 2019
2
9
3
10
* f3write: keep up with extremely fast NVM drives (issue #117)
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '7.2 '
61
+ version = '8.0 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '7.2 '
63
+ release = '8.0 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ in the example below (please use the correct device!):
598
598
599
599
$ sudo ./f3probe --destructive --time-ops /dev/sdb
600
600
[sudo] password for michel:
601
- F3 probe 7.2
601
+ F3 probe 8.0
602
602
Copyright (C) 2010 Digirati Internet LTDA.
603
603
This is free software; see the source for copying conditions.
604
604
@@ -673,7 +673,7 @@ outputs:
673
673
674
674
$ sudo ./f3probe --time-ops /dev/sdc
675
675
[sudo] password for michel:
676
- F3 probe 7.2
676
+ F3 probe 8.0
677
677
Copyright (C) 2010 Digirati Internet LTDA.
678
678
This is free software; see the source for copying conditions.
679
679
@@ -733,7 +733,7 @@ The execution of ``f3fix`` on my fake drive went as follows:
733
733
::
734
734
735
735
$ sudo ./f3fix --last-sec=16477878 /dev/sdb
736
- F3 fix 7.2
736
+ F3 fix 8.0
737
737
Copyright (C) 2010 Digirati Internet LTDA.
738
738
This is free software; see the source for copying conditions.
739
739
Original file line number Diff line number Diff line change 1
1
.\" Text automatically generated by txt2man
2
- .TH F3 "1" "June 2019 " "F3 7.2 " "test real flash memory capacity"
2
+ .TH F3 "1" "October 2020 " "F3 8.0 " "test real flash memory capacity"
3
3
.SH NAME
4
4
\fB f3write, f3read \fP - test real flash memory capacity
5
5
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
#ifndef HEADER_VERSION_H
2
2
#define HEADER_VERSION_H
3
3
4
- #define F3_STR_VERSION "7.2 "
4
+ #define F3_STR_VERSION "8.0 "
5
5
6
6
#endif /* HEADER_VERSION_H */
You can’t perform that action at this time.
0 commit comments