1.19.1 release
This commit is contained in:
parent
4701739709
commit
3aa1fa2dae
5 changed files with 43 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release_notes_1.19.1
|
||||
release_notes_1.19
|
||||
release_notes_1.18.1
|
||||
release_notes_1.18
|
||||
|
|
|
|||
33
docs/source/release_notes/release_notes_1.19.1.rst
Normal file
33
docs/source/release_notes/release_notes_1.19.1.rst
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Koji 1.19.1 Release notes
|
||||
=========================
|
||||
|
||||
This is a small bugfix release for significant 1.19 bugs.
|
||||
|
||||
Client Changes
|
||||
--------------
|
||||
|
||||
**Fix permissions to check tag/target/host permissions**
|
||||
|
||||
| PR: https://pagure.io/koji/pull-request/1733
|
||||
|
||||
In previous release the tag/target/host permissions were not being properly checked
|
||||
by the client, this change includes those checks.
|
||||
|
||||
|
||||
|
||||
System Changes
|
||||
--------------
|
||||
|
||||
**Fix hub reporting of incorrect ownership data**
|
||||
|
||||
| PR: https://pagure.io/koji/pull-request/1753
|
||||
|
||||
This change fixes package owner listing; in previous release, information returned by ``list-pkgs``
|
||||
was incorrect.
|
||||
|
||||
|
||||
**Fix issue with listing users with old versions of Postgres**
|
||||
|
||||
| PR: https://pagure.io/koji/pull-request/1751
|
||||
|
||||
``array_remove`` was removed and replaced to support Postgres versions older than 9.4.
|
||||
Loading…
Add table
Add a link
Reference in a new issue