Browse Source

Release 5.11.2

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

+ 5 - 0
UPGRADING.rst

@@ -1,6 +1,7 @@
 Upgrading Pagure
 ================
 
+
 From 5.10 to 5.11
 -----------------
 
@@ -10,6 +11,10 @@ The 5.11 release contains a database schema updates, so:
 
 (As usual, do your backups before).
 
+New configuration key added (in 5.11.2):
+
+* LOGGING_GIT_HOOKS
+
 
 From 5.9 to 5.10
 ----------------

+ 6 - 0
doc/changelog.rst

@@ -3,6 +3,12 @@ Changelog
 
 This document records all notable changes to `Pagure <https://pagure.io>`_.
 
+5.11.2 (2020-08-04)
+-------------------
+
+- Allow having a dedicated loggin configuration for the git hooks
+
+
 5.11.1 (2020-08-03)
 -------------------
 

+ 1 - 1
doc/contributors.rst

@@ -8,7 +8,7 @@ On May 14, 2019 (release 5.10.0) the list looks as follow:
 =================  ===========
 Number of commits  Contributor
 =================  ===========
-  6794              Pierre-Yves Chibon <pingou@pingoured.fr>
+  6796              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>

+ 4 - 1
files/pagure.spec

@@ -16,7 +16,7 @@
 
 
 Name:               pagure
-Version:            5.11.1
+Version:            5.11.2
 Release:            1%{?dist}
 Summary:            A git-centered forge
 
@@ -567,6 +567,9 @@ done
 
 
 %changelog
+* Tue Aug 04 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.11.2-1
+- Update to 5.11.2
+
 * Mon Aug 03 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.11.1-1
 - Update to 5.11.1
 

+ 1 - 1
pagure/__init__.py

@@ -12,4 +12,4 @@ from __future__ import unicode_literals, absolute_import
 
 
 __api_version__ = "0.30"
-__version__ = "5.11.1"
+__version__ = "5.11.2"