Skip to content

Commit

Permalink
Update version and release_notes to 5.7.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f85b11)
  • Loading branch information
LenkaSeg authored and AdamSaleh committed Jan 24, 2022
1 parent f20a3f8 commit ad819ae
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bodhi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fedora's update manager."""

__version__ = "5.7.3"
__version__ = "5.7.4"

# This is a regular expression used to match username mentions in comments.
MENTION_RE = r'(?<!\S)(@\w+)'
33 changes: 33 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ Release notes

.. towncrier release notes start
v5.7.4
======
This is a bugfix release that should help with several more problems after 7.5.3 release.


Features
^^^^^^^^

* Automatic updates consumer can now identify new packages and mark updates
with the appropriate type (:pr:`4324`).
* Detect stuck updates with builds that were never been sent to pending-signing
and unstuck them (:issue:`4307`).

Bug fixes
^^^^^^^^^

* Bodhi will now retry to get a build changelog if Koji returns empty rpm
headers. See also https://pagure.io/koji/issue/3178 (:issue:`4316`).
* Fixed an issue about some bug title never fetched from Bugzilla
(:issue:`4317`).

Contributors
^^^^^^^^^^^^

The following developers contributed to this release of Bodhi:

* Adam Saleh
* Aurélien Bompard
* Adam Williamson
* Lenka Segura
* Mattia Verga


v5.7.3
======
This is a bugfix release that should help with several more problems after 7.5.2 release.
Expand Down

0 comments on commit ad819ae

Please sign in to comment.