Browse Source

Release 5.8.1

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 4 years ago
parent
commit
b55d7430fe
4 changed files with 18 additions and 6 deletions
  1. 8 0
      doc/changelog.rst
  2. 5 4
      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.8.1 (2019-12-02)
+------------------
+- Fix the link to the container namespace in srcfpo
+- Fix checking if the user is a committer of the repo the PR originates from
+- Fix showing the origin of the PR when it originates from the same project
+- Do not hard-code UTF-8 when showing a file
+- Fix the Vagrant setup
+
 5.8 (2019-11-15)
 ----------------
 - Enable the ctrl-enter keys to submit forms on tickets and PRs (Julen

+ 5 - 4
doc/contributors.rst

@@ -3,18 +3,18 @@ Contributors to pagure
 
 Pagure would be nothing without its contributors.
 
-On November 15, 2019 (release 5.8) the list looks as follow:
+On December 2, 2019 (release 5.8.1) the list looks as follow:
 
 =================  ===========
 Number of commits  Contributor
 =================  ===========
-  6638              Pierre-Yves Chibon <pingou@pingoured.fr>
+  6640              Pierre-Yves Chibon <pingou@pingoured.fr>
    328              Ryan Lerch <rlerch@redhat.com>
    172              Vivek Anand <vivekanand1101@gmail.com>
    139              farhaanbukhsh <farhaan.bukhsh@gmail.com>
-   133              Clement Verna <cverna@tutanota.com>
+   134              Clement Verna <cverna@tutanota.com>
    133              Patrick Uiterwijk <puiterwijk@redhat.com>
-    99              Julen Landa Alustiza <jlanda@fedoraproject.org>
+   110              Julen Landa Alustiza <jlanda@fedoraproject.org>
     98              Patrick Uiterwijk <patrick@puiterwijk.org>
     88              Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
     64              Slavek Kabrda <bkabrda@redhat.com>
@@ -135,6 +135,7 @@ Number of commits  Contributor
      1              Kunaal Jain <kunaalus@gmail.com>
      1              Mary Kate Fain <mk@marykatefain.com>
      1              Mathew Robinson <mathew.robinson3114@gmail.com>
+     1              Michal Konečný <mkonecny@redhat.com>
      1              Miro Hrončok <miro@hroncok.cz>
      1              Mohan Boddu <mboddu@redhat.com>
      1              Pavel Raiskup <praiskup@redhat.com>

+ 4 - 1
files/pagure.spec

@@ -16,7 +16,7 @@
 
 
 Name:               pagure
-Version:            5.8
+Version:            5.8.1
 Release:            1%{?dist}
 Summary:            A git-centered forge
 
@@ -491,6 +491,9 @@ done
 
 
 %changelog
+* Mon Dec 02 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.8.1-1
+- Update to 5.8.1
+
 * Fri Nov 15 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.8-1
 - Update to 5.8
 

+ 1 - 1
pagure/__init__.py

@@ -12,4 +12,4 @@ from __future__ import unicode_literals, absolute_import
 
 
 __api_version__ = "0.29"
-__version__ = "5.8"
+__version__ = "5.8.1"