diff --git a/CITATION.cff b/CITATION.cff index 1914b3b..fda7d53 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -266,8 +266,8 @@ authors: given-names: "Дилян" website: https://github.com/dilyanpalauzov title: "check_ssl_cert" -version: 2.84.2 -date-released: 2024-09.27 +version: 2.84.3 +date-released: 2024-09-27 url: "https://github.com/matteocorti/check_ssl_cert" repository-code: "https://github.com/matteocorti/check_ssl_cert" keywords: diff --git a/NEWS.md b/NEWS.md index f20ef9b..0a019ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # News -* 2024-09.27 Version 2.84.2 +* 2024-09-27 Version 2.84.3 + * Options specified in a configuration file can be overridden again +* 2024-09-27 Version 2.84.2 * Minor bug fix removing spurious debugging output * 2024-09.26 Version 2.84.1 * Bug fixes in the handling of command line options diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5568d31..707e4cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +1 @@ -Minor bug fix removing spurious debugging output +Options specified in a configuration file can be overridden again diff --git a/VERSION b/VERSION index 9f2b4d4..867e124 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.84.2 +2.84.3 diff --git a/check_ssl_cert b/check_ssl_cert index 10a285c..1d84ae4 100755 --- a/check_ssl_cert +++ b/check_ssl_cert @@ -26,7 +26,7 @@ ################################################################################ # Constants -VERSION=2.84.2 +VERSION=2.84.3 SHORTNAME="SSL_CERT" VALID_ATTRIBUTES=",startdate,enddate,subject,issuer,modulus,serial,hash,email,ocsp_uri,fingerprint," diff --git a/check_ssl_cert.1 b/check_ssl_cert.1 index abc3b7c..540649c 100644 --- a/check_ssl_cert.1 +++ b/check_ssl_cert.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii check_ssl_cert.1 .\" -.TH "check_ssl_cert" 1 "September, 2024" "2.84.2" "USER COMMANDS" +.TH "check_ssl_cert" 1 "September, 2024" "2.84.3" "USER COMMANDS" .SH NAME check_ssl_cert \- checks the validity of X.509 certificates .SH SYNOPSIS diff --git a/check_ssl_cert.spec b/check_ssl_cert.spec index 8cb1bb2..ce7291c 100644 --- a/check_ssl_cert.spec +++ b/check_ssl_cert.spec @@ -1,4 +1,4 @@ -%global version 2.84.2 +%global version 2.84.3 %global release 0 %global sourcename check_ssl_cert %global packagename nagios-plugins-check_ssl_cert @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Sep 27 2024 Matteo Corti - 2.84.3-0 +- Updated to 2.84.3 + * Fri Sep 27 2024 Matteo Corti - 2.84.2-0 - Updated to 2.84.2