Skip to content

Commit 4dae4ea

Browse files
committed
Bump version to 8.0
1 parent 10cc50f commit 4dae4ea

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The files of the stable version of F3 are
6666
`here <https://github.com/AltraMayor/f3/releases>`__. The
6767
following command uncompresses the files::
6868

69-
$ unzip f3-7.2.zip
69+
$ unzip f3-8.0.zip
7070

7171

7272
Compile stable software on Linux or FreeBSD

changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Version 7.2 - Jun 19, 2019
29

310
* f3write: keep up with extremely fast NVM drives (issue #117)

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '7.2'
61+
version = '8.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '7.2'
63+
release = '8.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

doc/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ in the example below (please use the correct device!):
598598

599599
$ sudo ./f3probe --destructive --time-ops /dev/sdb
600600
[sudo] password for michel:
601-
F3 probe 7.2
601+
F3 probe 8.0
602602
Copyright (C) 2010 Digirati Internet LTDA.
603603
This is free software; see the source for copying conditions.
604604

@@ -673,7 +673,7 @@ outputs:
673673

674674
$ sudo ./f3probe --time-ops /dev/sdc
675675
[sudo] password for michel:
676-
F3 probe 7.2
676+
F3 probe 8.0
677677
Copyright (C) 2010 Digirati Internet LTDA.
678678
This is free software; see the source for copying conditions.
679679

@@ -733,7 +733,7 @@ The execution of ``f3fix`` on my fake drive went as follows:
733733
::
734734

735735
$ sudo ./f3fix --last-sec=16477878 /dev/sdb
736-
F3 fix 7.2
736+
F3 fix 8.0
737737
Copyright (C) 2010 Digirati Internet LTDA.
738738
This is free software; see the source for copying conditions.
739739

f3read.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\"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"
33
.SH NAME
44
\fBf3write, f3read \fP- test real flash memory capacity
55
.SH SYNOPSIS

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef HEADER_VERSION_H
22
#define HEADER_VERSION_H
33

4-
#define F3_STR_VERSION "7.2"
4+
#define F3_STR_VERSION "8.0"
55

66
#endif /* HEADER_VERSION_H */

0 commit comments

Comments
 (0)