From 6f2866e25a74298bafcf875e9cbd46ec7629f6c9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Dec 13 2018 00:18:12 +0000 Subject: Release v2.10.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4b075bb..7191262 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,13 @@ Change Log ========== +v2.10.0 +------- +* Fix a bug where the SRPM NVR instead of the SRPM NEVRA was recorded in the modulemd files used in the Content Generator builds +* Use a separate Kerberos cache per thread to avoid Kerberos cache corruption +* Remove the ability to authenticate with Koji using only a Kerberos cache +* Remove the configuration option ``KRB_CCACHE`` + v2.9.2 ------ * Fix handling of SRPMs in Content Generator builds when SRPM name and main package name are different diff --git a/setup.py b/setup.py index 1c2a88f..bcf3fd4 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements setup(name='module-build-service', description='The Module Build Service for Modularity', - version='2.9.2', + version='2.10.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"