Browse Source

Release 5.11.3

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 3 years ago
parent
commit
f4c7199a8b
4 changed files with 16 additions and 5 deletions
  1. 8 0
      doc/changelog.rst
  2. 3 3
      doc/contributors.rst
  3. 4 1
      files/pagure.spec
  4. 1 1
      pagure/__init__.py

+ 8 - 0
doc/changelog.rst

@@ -3,6 +3,14 @@ Changelog
 
 This document records all notable changes to `Pagure <https://pagure.io>`_.
 
+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)
 -------------------
 

+ 3 - 3
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 <pingou@pingoured.fr>
+  6799              Pierre-Yves Chibon <pingou@pingoured.fr>
    328              Ryan Lerch <rlerch@redhat.com>
    172              Vivek Anand <vivekanand1101@gmail.com>
-   143              Julen Landa Alustiza <jlanda@fedoraproject.org>
+   144              Julen Landa Alustiza <jlanda@fedoraproject.org>
    139              farhaanbukhsh <farhaan.bukhsh@gmail.com>
    134              Clement Verna <cverna@tutanota.com>
    133              Patrick Uiterwijk <puiterwijk@redhat.com>
@@ -21,7 +21,7 @@ Number of commits  Contributor
     59              Johan Cwiklinski <johan@x-tnd.be>
     52              Karsten Hopp <karsten@redhat.com>
     47              Mark Reynolds <mreynolds@redhat.com>
-    35              Neal Gompa <ngompa13@gmail.com>
+    36              Neal Gompa <ngompa13@gmail.com>
     33              Lubomír Sedlář <lsedlar@redhat.com>
     32              Matt Prahl <mprahl@redhat.com>
     32              Pradeep CE (cep) <breathingcode@gmail.com>

+ 4 - 1
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 <pingou@pingoured.fr> - 5.11.3-1
+- Update to 5.11.3
+
 * Tue Aug 04 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.11.2-1
 - Update to 5.11.2
 

+ 1 - 1
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"