From f4c7199a8b6c7af5f11f55c5239be8548edc6eef Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 11 2020 12:20:33 +0000 Subject: Release 5.11.3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/changelog.rst b/doc/changelog.rst index cf12164..4154e0a 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,14 @@ Changelog This document records all notable changes to `Pagure `_. +5.11.3 (2020-08-11) +------------------- + +- Fix installability of web-apache-httpd subpackage on EL7 (Neal Gompa) +- Fix the model around the boards so it works with mariadb/mysql +- Add new endpoints to the API documentation + + 5.11.2 (2020-08-04) ------------------- diff --git a/doc/contributors.rst b/doc/contributors.rst index aba00a8..e35e170 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -8,10 +8,10 @@ On May 14, 2019 (release 5.10.0) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6796 Pierre-Yves Chibon + 6799 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand - 143 Julen Landa Alustiza + 144 Julen Landa Alustiza 139 farhaanbukhsh 134 Clement Verna 133 Patrick Uiterwijk @@ -21,7 +21,7 @@ Number of commits Contributor 59 Johan Cwiklinski 52 Karsten Hopp 47 Mark Reynolds - 35 Neal Gompa + 36 Neal Gompa 33 Lubomír Sedlář 32 Matt Prahl 32 Pradeep CE (cep) diff --git a/files/pagure.spec b/files/pagure.spec index 3017e11..d08bed9 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.11.2 +Version: 5.11.3 Release: 1%{?dist} Summary: A git-centered forge @@ -567,6 +567,9 @@ done %changelog +* Tue Aug 11 2020 Pierre-Yves Chibon - 5.11.3-1 +- Update to 5.11.3 + * Tue Aug 04 2020 Pierre-Yves Chibon - 5.11.2-1 - Update to 5.11.2 diff --git a/pagure/__init__.py b/pagure/__init__.py index 85f0f54..5526abc 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,4 +12,4 @@ from __future__ import unicode_literals, absolute_import __api_version__ = "0.30" -__version__ = "5.11.2" +__version__ = "5.11.3"