From 5acb96935ccf7ab97cd6f9f0bc6c0d32beac276c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 12 2019 11:24:15 +0000 Subject: Release 5.7.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/changelog.rst b/doc/changelog.rst index 5369c1a..d827689 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,15 +3,19 @@ Changelog This document records all notable changes to `Pagure `_. +5.7.1 (2019-07-12) +------------------ + +- More CSP headers fixes (Thanks again to Julen Landa Alustiza for them!) 5.7 (2019-07-05) ------------------- +---------------- -- Many fixes to properly support for CSP headers (Many thanks to Julien Landa +- Many fixes to properly support for CSP headers (Many thanks to Julen Landa Alustiza for his help with this) - Fix the blame view - Allow project-less API token to retrieve issues via the API -- Better integration work on our fork of highlightjs-line-numbers (Julian Landa +- Better integration work on our fork of highlightjs-line-numbers (Julen Landa Alustiza) - Document the git auth backend `pagure` (mrx@mailinator.com) - Catch ImportError before trying to catch any fedora_messaging exceptions diff --git a/doc/contributors.rst b/doc/contributors.rst index 706dcd1..cc4ff44 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On July 5, 2019 (release 5.7) the list looks as follow: +On July 12, 2019 (release 5.7.1) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6613 Pierre-Yves Chibon + 6614 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand 139 farhaanbukhsh @@ -20,11 +20,11 @@ Number of commits Contributor 59 Johan Cwiklinski 50 Karsten Hopp 47 Mark Reynolds + 38 Julen Landa Alustiza 32 Lubomír Sedlář 32 Matt Prahl 32 Pradeep CE (cep) 25 Lubomír Sedlář - 24 Julen Landa Alustiza 24 Neal Gompa 23 rahul Bajaj 20 Jeremy Cline diff --git a/files/pagure.spec b/files/pagure.spec index 2f27edc..2b0b82e 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.7 +Version: 5.7.1 Release: 1%{?dist} Summary: A git-centered forge @@ -491,6 +491,9 @@ done %changelog +* Fri Jul 12 2019 Pierre-Yves Chibon - 5.7.1-1 +- Update to pagure 5.7.1 + * Fri Jul 05 2019 Pierre-Yves Chibon - 5.7-1 - Update to pagure 5.7 diff --git a/pagure/__init__.py b/pagure/__init__.py index 19ebfe8..57c6e32 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -11,5 +11,5 @@ from __future__ import unicode_literals, absolute_import -__version__ = "5.7" +__version__ = "5.7.1" __api_version__ = "0.29"