From 6d72d19ca99479a7ded0d46c5d8b407a23ec3545 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 18 2015 14:29:57 +0000 Subject: Release 2.0.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index e3db6c6..3afebfc 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On December 17, 2015 (release 2.0), the list looks as follow: +On December 18, 2015 (release 2.0.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2651 Pierre-Yves Chibon + 2658 Pierre-Yves Chibon 41 Ralph Bean 9 Devyani Kota 4 trishnaguha @@ -18,12 +18,12 @@ Number of commits Contributor 3 Ricky Elrod 3 Till Maas 3 Vivek Anand + 2 Patrick Uiterwijk 2 farhaanbukhsh 1 Christopher Meng 1 Micah Denn 1 Michael Haynes 1 Mikolaj Izdebski - 1 Patrick Uiterwijk 1 Ralph Bean 1 Ratnadeep Debnath 1 Subho-bcrec diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index 27e102a..a150ef5 100644 --- a/pkgdb2/__init__.py +++ b/pkgdb2/__init__.py @@ -39,7 +39,7 @@ from flask.ext.fas_openid import FAS import pkgdb2.mail_logging -__version__ = '2.0' +__version__ = '2.0.1' __api_version__ = '1.20' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index 2cf1f72..44f63b8 100644 --- a/utility/pkgdb2.spec +++ b/utility/pkgdb2.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pkgdb2 -Version: 2.0 +Version: 2.0.1 Release: 1%{?dist} Summary: The Fedora package database @@ -118,6 +118,14 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Fri Dec 18 2015 Pierre-Yves Chibon - 2.0.1-1 +- Update to 2.0.1 +- Fix typo in a variable name that was making requesting a new package fail + (Patrick Uiterwijk) +- Fix giving ACLs to someone +- Fix editing a new package request (where the request is not associated to any + package) + * Thu Dec 17 2015 Pierre-Yves Chibon - 2.0-1 - Update to 2.0 - Add the concept of namespace to all the packages present in pkgdb2