From 27ba94e18b6fdb9716b95a8a016459dcb5686936 Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Fri, 21 Jul 2017 10:18:59 +0200 Subject: [PATCH] Version 1.3.1 --- ChangeLog | 4 ++++ NEWS | 4 ++++ configure.ac | 2 +- doc/bruteforce-luks.1 | 2 +- src/version.h | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e63521c..33741f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-07-21 Guillaume LE VAILLANT + Version 1.3.1 + Fix possible deadlock. + 2017-07-18 Guillaume LE VAILLANT Version 1.3.0 Add option to print progress info regularly. diff --git a/NEWS b/NEWS index 950cfce..0a32866 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.3.1 + 2017-07-21 + Fix possible deadlock. + Version 1.3.0 2017-07-18 Add option to print progress info regularly. diff --git a/configure.ac b/configure.ac index 2e3cc85..3b8115b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(bruteforce_luks, 1.3.0) +AC_INIT(bruteforce_luks, 1.3.1) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR(src/bruteforce-luks.c) diff --git a/doc/bruteforce-luks.1 b/doc/bruteforce-luks.1 index 5edaf6c..ce58925 100644 --- a/doc/bruteforce-luks.1 +++ b/doc/bruteforce-luks.1 @@ -1,4 +1,4 @@ -.TH BRUTEFORCE-LUKS "1" "July 2017" "BRUTEFORCE-LUKS 1.3.0" "Bruteforce LUKS encrypted volume" +.TH BRUTEFORCE-LUKS "1" "July 2017" "BRUTEFORCE-LUKS 1.3.1" "Bruteforce LUKS encrypted volume" .SH NAME bruteforce-luks - try to find the password of a LUKS volume .SH SYNOPSIS diff --git a/src/version.h b/src/version.h index b1e59c1..5c6cc68 100644 --- a/src/version.h +++ b/src/version.h @@ -20,6 +20,6 @@ along with this program. If not, see . #ifndef VERSION_H #define VERSION_H 1 -#define VERSION_NUMBER "1.3.0" +#define VERSION_NUMBER "1.3.1" #endif