File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ Major changes from 1.9.0-jumbo-1 (May 2019) to 1.9.1-dev (July 2024):
2
+
3
+ - The development team now prioritizes code quality improvements and
4
+ issues resolution. So, they brought to you a lot of relevant major changes:
5
+
6
+ - Optimizations, improvements, and fixes everywhere.
7
+
8
+ This is a bug fix, renovate, and update release intended to provide a
9
+ modernized version to end users and packagers. "Early and Often".
10
+
1
11
The following changes have been made between John 1.9.0 and 1.9.1-dev:
2
12
3
13
* Let "--node" numbers range be any multiple of "--fork" process count.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ OMPFLAGS =
57
57
#ICCOMPFLAGS = -openmp
58
58
59
59
# This should be commented out in Git but active in release tarballs
60
- # RELEASE_BLD = -DJTR_RELEASE_BUILD
60
+ RELEASE_BLD = -DJTR_RELEASE_BUILD
61
61
62
62
# Try to auto-detect GMP libs. The grep is needed in case some of the
63
63
# paths does not exist, because find will return false even though finding a
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is part of John the Ripper password cracker,
3
- * Copyright (c) 1996-2019 by Solar Designer
3
+ * Copyright (c) 1996-2024 by Solar Designer
4
4
*
5
5
* ...with changes in the jumbo patch, by various authors
6
6
*
26
26
/*
27
27
* John's version number.
28
28
*/
29
- #define JOHN_VERSION "1.9.0 "
29
+ #define JOHN_VERSION "1.9.1 "
30
30
31
31
/*
32
32
* Define this for release tarballs. It affects the version reporting (will
33
33
* be the string above and below and never a Git hash).
34
34
*/
35
- // #define JTR_RELEASE_BUILD 1
35
+ #define JTR_RELEASE_BUILD 1
36
36
37
37
/*
38
38
* Jumbo's version number. Note that we must uncomment JTR_RELEASE_BUILD
39
39
* above, in any release tar-balls (and only then, never ever in Git).
40
40
*/
41
- #define JUMBO_POSTFIX "-jumbo-1 "
41
+ #define JUMBO_POSTFIX "-dev "
42
42
43
43
#if JTR_RELEASE_BUILD
44
44
#define JUMBO_VERSION JOHN_VERSION JUMBO_POSTFIX
You can’t perform that action at this time.
0 commit comments