From d7ea1d32299689289e0ca2bc0af916e6b8b8cf2f Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Apr 18 2025 16:50:05 +0000 Subject: Bump version to 1.3 Signed-off-by: Jeremy Cline --- diff --git a/NEWS b/NEWS index 724efd4..6911743 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes in version 1.3: +- Add AuthorityKeyIdentifier extension if missing from certificates +- Switch Koji authentication from krb_login to gssapi_login +- Add a timeout of 60 seconds to HTTP requests +- Add a default timeout to socket objects +- Configure an alarm on the server to kill requests that hang +- Ensure password files passed to pesign end in a newline +- Add the ability to sign PE applications via PKCS#11 +- Add a database migration for PKCS11 key types + Changes in version 1.2: - Implemented the RSA keytype - Implemented RPM Head Signing diff --git a/configure.ac b/configure.ac index 48c61be..db4d479 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sigul], [1.2], [patrick@puiterwijk.org], , +AC_INIT([sigul], [1.3], [patrick@puiterwijk.org], , [https://pagure.io/sigul/]) AC_COPYRIGHT( [Copyright (C) 2009-2021 Red Hat, Inc. All rights reserved.