Skip to content

Commit

Permalink
Release v4.6.0
Browse files Browse the repository at this point in the history
This version of JSS features many enhancements.

 - HSM KeyWrap support
 - An extended JSS Provider
 - OCSP support in SSLSocket and SSLServerSocket
 - Internal improvements to JNI handling
 - Various small bugfixes and enhancements

A special thanks to external contributor @emaldona for his contributions
around JDK9+ deprecations.

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
  • Loading branch information
cipherboy committed Jun 12, 2019
1 parent 4761cfd commit 58c8fb8
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 0 1)
jss_config_version(4 6 0 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 @@ -8,7 +8,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+

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

# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/jss.git
Expand Down

0 comments on commit 58c8fb8

Please sign in to comment.