From 8da06de5ae4099dbe68543f0f2c2f8b750ee16b3 Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Tue, 21 May 2019 11:08:05 +0200 Subject: [PATCH] Version 1.3.2 --- ChangeLog | 4 ++++ NEWS | 4 ++++ configure.ac | 2 +- doc/bruteforce-luks.1 | 2 +- src/version.h | 4 ++-- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 33741f1..1525d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-05-21 Guillaume LE VAILLANT + Version 1.3.2 + Fix possible segmentation fault. + 2017-07-21 Guillaume LE VAILLANT Version 1.3.1 Fix possible deadlock. diff --git a/NEWS b/NEWS index 0a32866..784c82c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.3.2 + 2019-05-21 + Fix possible segmentation fault. + Version 1.3.1 2017-07-21 Fix possible deadlock. diff --git a/configure.ac b/configure.ac index 3b8115b..80c4dbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(bruteforce_luks, 1.3.1) +AC_INIT(bruteforce_luks, 1.3.2) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR(src/bruteforce-luks.c) diff --git a/doc/bruteforce-luks.1 b/doc/bruteforce-luks.1 index ce58925..65b63c6 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.1" "Bruteforce LUKS encrypted volume" +.TH BRUTEFORCE-LUKS "1" "May 2019" "BRUTEFORCE-LUKS 1.3.2" "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 5c6cc68..cf6d9c3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ /* Bruteforce a LUKS volume. -Copyright 2014-2017 Guillaume LE VAILLANT +Copyright 2014-2019 Guillaume LE VAILLANT This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,6 @@ along with this program. If not, see . #ifndef VERSION_H #define VERSION_H 1 -#define VERSION_NUMBER "1.3.1" +#define VERSION_NUMBER "1.3.2" #endif