From 16374a9c760da70e272c2c72a52949f6c203c084 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 13 2015 12:41:07 +0000 Subject: Update to 1.22.2 and adjust documentation accordingly --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 7aea6c0..613b321 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,18 +3,19 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On January 12, 2015 (release 1.22.1), the list looks as follow: +On January 13, 2015 (release 1.22.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 1882 Pierre-Yves Chibon + 1890 Pierre-Yves Chibon 19 Ralph Bean 3 Chaoyi Zha 3 Johan Cwiklinski 3 Michael Cronenworth 1 Christopher Meng 1 Michael Haynes + 1 Patrick Uiterwijk 1 Ralph Bean 1 Ratnadeep Debnath 1 Ricky Elrod diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index a18feda..523899f 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__ = '1.22.1' +__version__ = '1.22.2' __api_version__ = '1.14' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index 70f9cca..26a608a 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: 1.22.1 +Version: 1.22.2 Release: 1%{?dist} Summary: The Fedora package database @@ -114,6 +114,13 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Tue Jan 13 2015 Pierre-Yves Chibon - 1.22.2-1 +- Update to 1.22.2 +- Fix the get_groups query to actually return all the groups in a timely + manner (Thanks Patrick Uiterwijk) +- Fix the CSS on the blue buttons on the update ACLs page when hovering over +- Add a title to the 'Retired' status to mention they are clickable. + * Mon Jan 12 2015 Pierre-Yves Chibon - 1.22.1-1 - Update to 1.22.1 - Fix the tooltips on the update ACLs pages