From 6ebdbf4a78cf587cb500c15492532419cd26ad3e Mon Sep 17 00:00:00 2001 From: Franz Chih-Ping Hsieh Date: Aug 17 2018 14:52:49 +0000 Subject: bump release to 1.16.1 --- diff --git a/koji.spec b/koji.spec index 6f6337b..76c651b 100644 --- a/koji.spec +++ b/koji.spec @@ -31,7 +31,7 @@ %define release %{baserelease} %endif Name: koji -Version: 1.16.0 +Version: 1.16.1 Release: %{release}%{?dist} License: LGPLv2 Summary: Build system tools @@ -467,6 +467,21 @@ fi %endif %changelog +* Fri Aug 17 2018 Franz Chih-Ping Hsieh - 1.16.1-1 +- PR#1041: fix utf-8 output in CLI +- PR#1000: Fix target handling in make_task +- PR#997: Fix rpmdiff's ignoring of size +- PR#1030: Create symlinks for builds imported onto non-default volumes +- PR#1008: decode_args(): make a copy of the opts dict, rather than modifying it in-place +- PR#962: put source target scratch into policy_data in make_task +- PR#973: Check empty arches before spawning dist-repo +- PR#959: fix wrong tagNotification in tagBuildBypass API +- PR#969: Enable python3 on RHEL8 build +- PR#952: cli: [clone-tag] preserve build order +- PR#948: cli: don't show license for external RPM in rpminfo +- PR#879: cli: change bad reference in clone-tag +- PR#946: force using python2 to run script + * Tue May 15 2018 Mike McLean - 1.16.0-1 - Fix CVE-2018-1002150 - distRepoMove missing access check - PR#884: Add option to configure DB port