Skip to content

Commit

Permalink
release: deliver a new 1.9.1-dev tarball file
Browse files Browse the repository at this point in the history
Define RELEASE_BUILD and make a short announcement about it.

Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
  • Loading branch information
claudioandre-br committed Jun 10, 2024
1 parent c0732ec commit 62c967e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Major changes from 1.9.0-jumbo-1 (May 2019) to 1.9.1-dev (July 2024):

- The development team now prioritizes code quality improvements and
issues resolution. So, they brought to you a lot of relevant major changes:

- Optimizations, improvements, and fixes everywhere.

This is a bug fix, renovate, and update release intended to provide a
modernized version to end users and packagers. "Early and Often".

The following changes have been made between John 1.9.0 and 1.9.1-dev:

* Let "--node" numbers range be any multiple of "--fork" process count.
Expand Down
8 changes: 4 additions & 4 deletions src/params.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2019 by Solar Designer
* Copyright (c) 1996-2024 by Solar Designer
*
* ...with changes in the jumbo patch, by various authors
*
Expand All @@ -26,19 +26,19 @@
/*
* John's version number.
*/
#define JOHN_VERSION "1.9.0"
#define JOHN_VERSION "1.9.1"

/*
* Define this for release tarballs. It affects the version reporting (will
* be the string above and below and never a Git hash).
*/
//#define JTR_RELEASE_BUILD 1
#define JTR_RELEASE_BUILD 1

/*
* Jumbo's version number. Note that we must uncomment JTR_RELEASE_BUILD
* above, in any release tar-balls (and only then, never ever in Git).
*/
#define JUMBO_POSTFIX "-jumbo-1"
#define JUMBO_POSTFIX "-dev"

#if JTR_RELEASE_BUILD
#define JUMBO_VERSION JOHN_VERSION JUMBO_POSTFIX
Expand Down

0 comments on commit 62c967e

Please sign in to comment.