Skip to content

Commit

Permalink
Release JSS version 4.5.1
Browse files Browse the repository at this point in the history
A several notable changes have been made since 4.5.0:

 - A new CMake build system has been introduced to replace coreconf,
 - Support for OpenJDK versions 8 through 11 has been added,
 - Reproducible JAR builds,
 - Minor DER encoding issues have been fixed,
 - Synced supported TLS ciphersuites with NSS,
 - Introduced PKCS11 Constants in JSS to replace Sun constants,
 - And various other minor changes.

Thanks to everyone who has contributed since 4.5.0!

Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy committed Nov 29, 2018
1 parent 6913227 commit 0ee188a
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 5 0 0)
jss_config_version(4 5 1 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.5.0
Version: 4.5.1
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
# global _phase -a1

Expand Down

0 comments on commit 0ee188a

Please sign in to comment.