From 8439d3a5f4abf1b057986be8876922b5d58474ed Mon Sep 17 00:00:00 2001 From: Michel Machado Date: Thu, 27 Mar 2025 09:18:19 -0400 Subject: [PATCH] Bump version to 9.0 --- README.rst | 2 +- changelog | 9 +++++++++ doc/conf.py | 4 ++-- doc/usage.rst | 6 +++--- f3read.1 | 2 +- version.h | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 1b1eb92..f34d867 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ The files of the stable version of F3 are `here `__. The following command uncompresses the files:: - $ unzip f3-8.0.zip + $ unzip f3-9.0.zip .. highlight:: bash diff --git a/changelog b/changelog index babe5e6..9bcce91 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/doc/conf.py b/doc/conf.py index 595af3c..93a0185 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/doc/usage.rst b/doc/usage.rst index 6073f0c..b036f0e 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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. diff --git a/f3read.1 b/f3read.1 index 75fe902..95cba95 100644 --- a/f3read.1 +++ b/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 diff --git a/version.h b/version.h index 76dc9f0..afcd6e0 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef HEADER_VERSION_H #define HEADER_VERSION_H -#define F3_STR_VERSION "8.0" +#define F3_STR_VERSION "9.0" #endif /* HEADER_VERSION_H */