Skip to content

Commit

Permalink
Release JSS v4.6.4
Browse files Browse the repository at this point in the history
This release features improvements over v4.6.3:

 - Fixed base-64 encoding of CSRs
 - Fixed PBE handling
 - Detect broken NSS versions with partial CMAC support
 - Fix NativeProxy memory leaks present since v4.6.2

Thanks to everyone who contributed to this release!

Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy committed Apr 27, 2020
1 parent f7b6acf commit 280a39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/JSSConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ macro(jss_config)
# Set the current JSS release number. Arguments are:
# MAJOR MINOR PATCH BETA
# When BETA is zero, it isn't a beta release.
jss_config_version(4 6 3 0)
jss_config_version(4 6 4 0)

# Configure output directories
jss_config_outputs()
Expand Down
2 changes: 1 addition & 1 deletion jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Summary: Java Security Services (JSS)
URL: http://www.dogtagpki.org/wiki/JSS
License: MPLv1.1 or GPLv2+ or LGPLv2+

Version: 4.6.3
Version: 4.6.4
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
# global _phase -a1

Expand Down

0 comments on commit 280a39b

Please sign in to comment.