mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-13 17:17:01 -04:00
Bump version to 7.1
This commit is contained in:
parent
742f4e613f
commit
e56d2ac729
@ -63,7 +63,7 @@ The files of the stable version of F3 are
|
||||
`here <https://github.com/AltraMayor/f3/releases>`__. The
|
||||
following command uncompresses the files::
|
||||
|
||||
$ unzip f3-7.0.zip
|
||||
$ unzip f3-7.1.zip
|
||||
|
||||
|
||||
Compile stable software on Linux or FreeBSD
|
||||
|
@ -1,3 +1,9 @@
|
||||
Version 7.1 - Jul 27, 2018
|
||||
|
||||
* fix compilation issues on non-Linux OSs
|
||||
* f3write: make parameter --max-write-rate work precisely
|
||||
* f3probe: change default reset type to RT_NONE
|
||||
|
||||
Version 7.0 - Dec 21, 2017
|
||||
|
||||
* stable version of f3probe, f3fix, and f3brew (Linux only)
|
||||
|
@ -58,9 +58,9 @@ author = 'Michel Machado'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '7.0'
|
||||
version = '7.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '7.0'
|
||||
release = '7.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# 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] password for michel:
|
||||
F3 probe 7.0
|
||||
F3 probe 7.1
|
||||
Copyright (C) 2010 Digirati Internet LTDA.
|
||||
This is free software; see the source for copying conditions.
|
||||
|
||||
@ -673,7 +673,7 @@ outputs:
|
||||
|
||||
$ sudo ./f3probe --time-ops /dev/sdc
|
||||
[sudo] password for michel:
|
||||
F3 probe 7.0
|
||||
F3 probe 7.1
|
||||
Copyright (C) 2010 Digirati Internet LTDA.
|
||||
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
|
||||
F3 fix 7.0
|
||||
F3 fix 7.1
|
||||
Copyright (C) 2010 Digirati Internet LTDA.
|
||||
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
|
||||
.TH F3 "1" "December 2017" "F3 7.0" "test real flash memory capacity"
|
||||
.TH F3 "1" "July 2018" "F3 7.1" "test real flash memory capacity"
|
||||
.SH NAME
|
||||
\fBf3write, f3read \fP- test real flash memory capacity
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user