From 64c824d473ba2776dcb7508db01a61941770776c Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Apr 02 2018 14:50:50 +0000 Subject: bump release to 1.13.1 --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 201a8fb..8164a7f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ copyright = u'2017, Mike McLean, Mike B, Dennis Gilmore, Mathieu Bridon, Ian McL # built documents. # # The short X.Y version. -version = '1.12' +version = '1.13' # The full version, including alpha/beta/rc tags. -release = '1.12.0' +release = '1.13.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 93f257c..326cc7c 100644 --- a/koji.spec +++ b/koji.spec @@ -31,7 +31,7 @@ %define release %{baserelease} %endif Name: koji -Version: 1.13.0 +Version: 1.13.1 Release: %{release}%{?dist} License: LGPLv2 and GPLv2+ # koji.ssl libs (from plague) are GPLv2+ @@ -472,6 +472,9 @@ fi %endif %changelog +* Mon Apr 2 2018 Mike McLean - 1.13.1-1 +- Backport fix for CVE-2018-1002150 + * Fri Jun 30 2017 Mike McLean - 1.13.0-1 - PR#496 Makefile/spec fixes for building on el6 - PR#491 epel-compatible macro in spec