From e56d2ac729fd591fddb76ee67a37e562c7d169c4 Mon Sep 17 00:00:00 2001 From: Michel Machado Date: Fri, 27 Jul 2018 04:10:35 -0400 Subject: [PATCH] Bump version to 7.1 --- README.rst | 2 +- changelog | 6 ++++++ doc/conf.py | 4 ++-- doc/usage.rst | 6 +++--- f3read.1 | 2 +- version.h | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a07a2ed..28c32e8 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ The files of the stable version of F3 are `here `__. The following command uncompresses the files:: - $ unzip f3-7.0.zip + $ unzip f3-7.1.zip Compile stable software on Linux or FreeBSD diff --git a/changelog b/changelog index 22329bd..5294d2e 100644 --- a/changelog +++ b/changelog @@ -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) diff --git a/doc/conf.py b/doc/conf.py index a088542..84ed17e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/doc/usage.rst b/doc/usage.rst index da74f72..68a4847 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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. diff --git a/f3read.1 b/f3read.1 index 7d41094..3b0aa98 100644 --- a/f3read.1 +++ b/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 diff --git a/version.h b/version.h index e42eb1f..68605a7 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef HEADER_VERSION_H #define HEADER_VERSION_H -#define F3_STR_VERSION "7.0" +#define F3_STR_VERSION "7.1" #endif /* HEADER_VERSION_H */