Skip to content

Commit 648d7d7

Browse files
committed
Version 1.5.4
1 parent f8c1876 commit 648d7d7

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-03-01 Guillaume LE VAILLANT <[email protected]>
2+
Version 1.5.4
3+
Fix some possible deadlock and race condition.
4+
15
2020-02-18 Guillaume LE VAILLANT <[email protected]>
26
Version 1.5.3
37
Minor fixes.

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.5.4
2+
2024-03-01
3+
14
Version 1.5.3
25
2020-02-18
36

bruteforce-wallet.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH bruteforce-wallet 1 "24 Feb 2020" "bruteforce-wallet-1.5.3" "try to find the password of an encrypted wallet file"
2+
.TH bruteforce-wallet 1 "March 2024" "bruteforce-wallet-1.5.4" "try to find the password of an encrypted wallet file"
33
.SH NAME
44
\fBbruteforce-wallet \fP- try to find the password of an encrypted wallet file
55
\fB

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(bruteforce-wallet, 1.5.3)
1+
AC_INIT(bruteforce-wallet, 1.5.4)
22
AM_INIT_AUTOMAKE
33
AC_CONFIG_SRCDIR(src/bruteforce-wallet.c)
44

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Bruteforce a wallet file.
33
4-
Copyright 2014-2020 Guillaume LE VAILLANT
4+
Copyright 2014-2024 Guillaume LE VAILLANT
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
@@ -30,6 +30,6 @@ the covered work.
3030
#ifndef VERSION_H
3131
#define VERSION_H 1
3232

33-
#define VERSION_NUMBER "1.5.3"
33+
#define VERSION_NUMBER "1.5.4"
3434

3535
#endif

0 commit comments

Comments
 (0)