Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed Nov 18, 2019
1 parent 2f9325b commit a18694a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-11-18 Guillaume LE VAILLANT <[email protected]>
Version 1.4.0
Add support for LUKS2 volumes.

2019-05-21 Guillaume LE VAILLANT <[email protected]>
Version 1.3.2
Fix possible segmentation fault.
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.4.0
2019-11-18
Add support for LUKS2 volumes.

Version 1.3.2
2019-05-21
Fix possible segmentation fault.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(bruteforce-luks, 1.3.2)
AC_INIT(bruteforce-luks, 1.4.0)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/bruteforce-luks.c)

Expand Down
2 changes: 1 addition & 1 deletion doc/bruteforce-luks.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BRUTEFORCE-LUKS "1" "May 2019" "BRUTEFORCE-LUKS 1.3.2" "Bruteforce LUKS encrypted volume"
.TH BRUTEFORCE-LUKS "1" "November 2019" "BRUTEFORCE-LUKS 1.4.0" "Bruteforce LUKS encrypted volume"
.SH NAME
bruteforce-luks - try to find the password of a LUKS volume
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/bruteforce-luks.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef VERSION_H
#define VERSION_H 1

#define VERSION_NUMBER "1.3.2"
#define VERSION_NUMBER "1.4.0"

#endif

0 comments on commit a18694a

Please sign in to comment.