From 2af8a98939c5ad39bf9371004b3cc365b36ada69 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Feb 16 2019 21:37:19 +0000 Subject: bump release to 1.11.1 --- diff --git a/docs/source/conf.py b/docs/source/conf.py index ba45283..f13afeb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ copyright = u'2015, Mike McLean, Mike B, Dennis Gilmore, Mathieu Bridon, Ian McL # built documents. # # The short X.Y version. -version = '1.10.0' +version = '1.11' # The full version, including alpha/beta/rc tags. -release = '1.10.0' +release = '1.11.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/koji.spec b/koji.spec index 004d626..cf8695a 100644 --- a/koji.spec +++ b/koji.spec @@ -15,7 +15,7 @@ %define release %{baserelease} %endif Name: koji -Version: 1.11.0 +Version: 1.11.1 Release: %{release}%{?dist} License: LGPLv2 and GPLv2+ # koji.ssl libs (from plague) are GPLv2+ @@ -350,6 +350,9 @@ fi %endif %changelog +* Thu Feb 21 2019 Mike McLean - 1.11.1-1 +- Fix CVE-2018-1002161: SQL injection in multiple remote calls + * Thu Dec 8 2016 Mike McLean - 1.11.0-1 - content generator support - generic build type support (btypes)