From 47ee6e1f49f75c06d56afc62c6eee7e357f148a8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 10 2019 07:51:58 +0000 Subject: Release 5.7.4 Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/changelog.rst b/doc/changelog.rst index 4c172d3..820da6c 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,15 @@ Changelog This document records all notable changes to `Pagure `_. +5.7.4 (2019-08-10) +------------------ + +- Fix again the alembic revision adding support for allow_rebase on PRs to + actually work with mysql +- Relax the default CSP policy so avatars are loaded from libravatar and other + outside resources +- Improve the support for spec file highlighting + 5.7.3 (2019-08-02) ------------------ diff --git a/doc/contributors.rst b/doc/contributors.rst index bd390cb..6b2970b 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On August 2, 2019 (release 5.7.3) the list looks as follow: +On August 10, 2019 (release 5.7.4) the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 6621 Pierre-Yves Chibon + 6623 Pierre-Yves Chibon 328 Ryan Lerch 172 Vivek Anand 139 farhaanbukhsh @@ -18,14 +18,14 @@ Number of commits Contributor 88 Farhaan Bukhsh 64 Slavek Kabrda 59 Johan Cwiklinski - 50 Julen Landa Alustiza + 51 Julen Landa Alustiza 50 Karsten Hopp 47 Mark Reynolds 32 Lubomír Sedlář 32 Matt Prahl 32 Pradeep CE (cep) 25 Lubomír Sedlář - 24 Neal Gompa + 25 Neal Gompa 23 rahul Bajaj 20 Jeremy Cline 19 Aurélien Bompard diff --git a/files/pagure.spec b/files/pagure.spec index 4082f90..366034e 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -16,7 +16,7 @@ Name: pagure -Version: 5.7.3 +Version: 5.7.4 Release: 1%{?dist} Summary: A git-centered forge @@ -491,6 +491,9 @@ done %changelog +* Sat Aug 10 2019 Pierre-Yves Chibon - 5.7.4-1 +- Update to 5.7.4 + * Fri Aug 02 2019 Pierre-Yves Chibon - 5.7.3-1 - Update to pagure 5.7.3 diff --git a/pagure/__init__.py b/pagure/__init__.py index 1c93c6d..32f2c58 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -11,5 +11,5 @@ from __future__ import unicode_literals, absolute_import -__version__ = "5.7.3" +__version__ = "5.7.4" __api_version__ = "0.29" diff --git a/pagure/themes/default/templates/theme.html b/pagure/themes/default/templates/theme.html index de69e6e..64cacd0 100644 --- a/pagure/themes/default/templates/theme.html +++ b/pagure/themes/default/templates/theme.html @@ -47,7 +47,7 @@ href="{{ url_for('theme.static', filename='favicon.ico')}}?version={{ g.version} | Documentation | About

-

© 2014-2018 Red Hat, Inc. and others.

+

© 2014-2019 Red Hat, Inc. and others.

{% endmacro %} diff --git a/pagure/themes/pagureio/templates/theme.html b/pagure/themes/pagureio/templates/theme.html index d86c94d..161ae83 100644 --- a/pagure/themes/pagureio/templates/theme.html +++ b/pagure/themes/pagureio/templates/theme.html @@ -58,7 +58,7 @@
-
© 2014-2018 Red Hat, Inc. and others.
+
© 2014-2019 Red Hat, Inc. and others.
diff --git a/pagure/themes/srcfpo/templates/theme.html b/pagure/themes/srcfpo/templates/theme.html index 3dea67b..e4b6167 100644 --- a/pagure/themes/srcfpo/templates/theme.html +++ b/pagure/themes/srcfpo/templates/theme.html @@ -102,7 +102,7 @@
-
© 2014-2018 Red Hat, Inc. and others.
+
© 2014-2019 Red Hat, Inc. and others.