Release v2.10.0

This commit is contained in:
mprahl
2018-12-12 19:18:12 -05:00
parent 78bb367e7a
commit 6f2866e25a
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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"