commit 91161bc63e9474ade8d53f9505905791a6670002
Author: Matt Jia <mjia@redhat.com>
Date:   Tue Nov 17 13:51:01 2015 +1000

    Automatic commit of release 21.2
    
    Change-Id: Idaceaa00a0f60cf82dc0f8300335823adb3292a8

commit 70248efc363edf08e98209eb40a8169a55af982a
Author: Matt Jia <mjia@redhat.com>
Date:   Tue Nov 17 13:29:26 2015 +1000

    release notes for 21.2
    
    Change-Id: I28819b7f599d5dbfceccb88433be82e28ad35d45

commit 2ea97c69300a6c0020ecd3f6bbd2e07f02ee29ef
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Nov 13 16:06:15 2015 +1000

    proxy: ignore Content-Type params when validating
    
    Werkzeug's Request wrapper has two different descriptors, .content_type
    is the raw value of the Content-Type header whereas .mimetype is the
    MIME type portion parsed out (with params separated into
    .mimetype_params as a dict).
    
    This particular piece of validation code really only cares that the MIME
    type is text/xml, we can ignore any params that are present.
    
    Bug: 1279871
    Change-Id: I7f7d1b7db7da2d90f15534272820b874b99405b8

commit 9185b279fbb9b12089a585775003b83ffb9ea90c
Author: Matt Jia <mjia@redhat.com>
Date:   Fri Oct 30 11:31:47 2015 +1000

    ensure "Queue" button is always visible on clone job page
    
    Bug: 1062319
    Change-Id: I0ab1cad0d691fed4aa09e1209c1b43acbfe0bdf1

commit c8b0e25eac4479e12fbdb6c46e41a9617f82f22e
Author: Matt Jia <mjia@redhat.com>
Date:   Wed Oct 28 09:56:00 2015 +0100

    beaker-wizard: support RhtsRequired libraries
    
    Two ways to specify RhtsRequired libraries in beaker-wizard:
     * use -Q <library> option
     * use rhtsrequires in the <skeleton> xml tag in your preferences file
    
    Based on a patch contributed by Martin Žember <mzember@redhat.com>.
    
    Bug: 857090
    Change-Id: I3d07c560e9215d77e241f9e742f26d8bd2437869

commit 57bd258bf8d36914b4247896b5893080910bca56
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Tue Nov 3 16:10:32 2015 +1000

    bkr job-list --whiteboard: match substrings
    
    This restores the original behaviour which was accidentally removed in
    commit 01a27b54.
    
    Bug: 1277340
    Change-Id: Ibb901659603008864998022031f08bef3cee18e2

commit fc8bddedc8d73d5ff18ba01b99e95a98a26dfd23
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Wed Oct 21 18:27:45 2015 +1000

    workflow commands: fix getArches() to use the right OS version
    
    Some corresponding fixes on the server side in distro.get_arch()
    too.
    
    Bug: 1255420
    Change-Id: Ia4a2b4c69c87e7edf98c2a9ead3592e9599f691d

commit ad1ce54b9b7951fd669084b2bd4c924ab85e94d1
Author: Roman Joost <rjoost@redhat.com>
Date:   Tue Oct 20 11:12:13 2015 +1000

    Systems which started install are not suspicious
    
    This patch excludes a systems with a started installation as suspicious
    leading to a broken system.
    
    Bug: 1269076
    Change-Id: I328d8b97395a7990b50d79a70dc4d3c6d3d5ae2c