From 2993b9d86e7ca1720a0163d71930ec7bc0106267 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 27 2016 20:47:06 +0000 Subject: Release 1.0 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index a46ef32..12ae6fc 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,26 +3,29 @@ Contributors to pagure Pagure would be nothing without its contributors. -On December 14, 2015 (release 0.1.36), the list looks as follow: +On January 27, 2016 (release 1.0), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 3266 Pierre-Yves Chibon + 3597 Pierre-Yves Chibon + 85 Ryan Lerch 59 Johan Cwiklinski + 47 farhaanbukhsh 14 Ralph Bean 14 Sayan Chowdhury 13 Ghost-script 13 Mathieu Bridon + 12 Patrick Uiterwijk 8 Lei Yang - 6 Patrick Uiterwijk 5 Gaurav Kumar 5 yangl1996 4 Maciej Lasyk + 4 Vivek Anand 3 Dhriti Shikhar 3 Kushal Khandelwal - 3 farhaanbukhsh 2 Daniel Mach + 2 Lubomír Sedlář 2 Ricky Elrod 2 Simo Sorce 2 Till Maas @@ -30,7 +33,10 @@ Number of commits Contributor 1 David Caro 1 Jan Pokorný 1 Kunaal Jain + 1 Paul W. Frields + 1 Rahul Bajaj 1 Stanislav Ochotnicky + 1 Yves Martin 1 abhishek 1 jcvicelli 1 pingou diff --git a/files/pagure.spec b/files/pagure.spec index c18d1d9..0e87181 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pagure -Version: 0.1.36 +Version: 1.0 Release: 1%{?dist} Summary: A git-centered forge @@ -249,6 +249,31 @@ install -m 644 webhook-server/pagure_webhook.service \ %changelog +* Wed Jan 27 2016 Pierre-Yves Chibon - 1.0-1 +- Update to 1.0 +- Entirely new UI thanks to the hard work on Ryan Lerch +- Add the possibility to edit comments on PR/Tickets (and the option to disable + this) (farhaanbukhsh) +- Add the number of open Tickets/PR on the project's menu +- Also allow PRs to be closed via a git commit message (Patrick Uiterwijk) +- Disable issues and PR on forks by default (Vivek Anand) +- Fix deleting the temporary folders we create +- Un-bundle flask_fas_openid (requires python-fedora 0.7.0 or higher +- Add support for an openid backend (ie same thing as FAS but w/o the FPCA + enforcing) +- Add support to view rst/markdown files as html directly inline (default) or as + text (Yves Martin) +- Change the encryption system when using pagure with local auth to not be + time-sensitive and be stronger in general (farhaanbukhsh) +- Change the size of the varchar from 256 to 255 for a better MySQL support +- Add support for pagure to work behind a reverse proxy +- Rename the cla_required decorator to a more appropriate login_required +- Show the in the front page and the page listing all the pull-requests the + branch for which a PR can be opened +- Rework the avatar to not rely on the ones associated with id.fedoraproject.org +- Add support to high-light a section of code in a PR and show the diff + automatically if there is such selection + * Mon Dec 14 2015 Pierre-Yves Chibon - 0.1.36-1 - Update to 0.1.36 - Add the ssh info on the front page if the repo is empty diff --git a/pagure/__init__.py b/pagure/__init__.py index 207d72c..ed87824 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '0.1.36' +__version__ = '1.0' __api_version__ = '0.6' diff --git a/pagure/templates/master.html b/pagure/templates/master.html index 704bc75..4ab8e2f 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -118,7 +118,7 @@