mirror of
https://github.com/AltraMayor/f3.git
synced 2025-08-03 10:35:57 -04:00
Bump version to 9.0
This commit is contained in:
parent
376ca62f62
commit
8439d3a5f4
@ -70,7 +70,7 @@ The files of the stable version of F3 are
|
||||
`here <https://github.com/AltraMayor/f3/tags>`__. The
|
||||
following command uncompresses the files::
|
||||
|
||||
$ unzip f3-8.0.zip
|
||||
$ unzip f3-9.0.zip
|
||||
|
||||
.. highlight:: bash
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
Version 9.0 - Mar 27, 2025
|
||||
|
||||
* f3read/f3write: Avoid the execution stack to list files
|
||||
* f3read/f3write: Add dynamic buffers
|
||||
* f3read/f3write: chroot(2) to source/target dir if allowed
|
||||
* Portability improvements for Ubuntu, ARM, OpenBSD, and Apple
|
||||
* Automated test of the code with GitHub Actions
|
||||
* Improved documentation
|
||||
|
||||
Version 8.0 - Oct 29, 2020
|
||||
|
||||
* f3read: add parameter --max-read-rate
|
||||
|
@ -58,9 +58,9 @@ author = 'Michel Machado'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '8.0'
|
||||
version = '9.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '8.0'
|
||||
release = '9.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -599,7 +599,7 @@ in the example below (please use the correct device!):
|
||||
|
||||
$ sudo ./f3probe --destructive --time-ops /dev/sdb
|
||||
[sudo] password for michel:
|
||||
F3 probe 8.0
|
||||
F3 probe 9.0
|
||||
Copyright (C) 2010 Digirati Internet LTDA.
|
||||
This is free software; see the source for copying conditions.
|
||||
|
||||
@ -674,7 +674,7 @@ outputs:
|
||||
|
||||
$ sudo ./f3probe --time-ops /dev/sdc
|
||||
[sudo] password for michel:
|
||||
F3 probe 8.0
|
||||
F3 probe 9.0
|
||||
Copyright (C) 2010 Digirati Internet LTDA.
|
||||
This is free software; see the source for copying conditions.
|
||||
|
||||
@ -734,7 +734,7 @@ The execution of ``f3fix`` on my fake drive went as follows:
|
||||
::
|
||||
|
||||
$ sudo ./f3fix --last-sec=16477878 /dev/sdb
|
||||
F3 fix 8.0
|
||||
F3 fix 9.0
|
||||
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" "October 2020" "F3 8.0" "test real flash memory capacity"
|
||||
.TH F3 "1" "October 2020" "F3 9.0" "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