From 6491722aba917791c9d5f7caf8dd28618bfd7761 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 27 2014 14:58:48 +0000 Subject: Bump to 1.9 and adjust the documentation accordingly --- diff --git a/doc/conf.py b/doc/conf.py index 88afc3c..b1ed2bc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2013-2014, Pierre-Yves Chibon ' # # The short X.Y version. #version = __version__ -version = '1.8.2' +version = '1.9' # The full version, including alpha/beta/rc tags. #release = '1' diff --git a/doc/contributors.rst b/doc/contributors.rst index 7bed346..81aeaf2 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On May 22, 2014 (release 1.8.2), the list looks as follow: +On May 27, 2014 (release 1.9), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 1307 Pierre-Yves Chibon + 1338 Pierre-Yves Chibon 15 Ralph Bean 1 Christopher Meng 1 Michael Haynes diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index a87adf4..148e4c3 100644 --- a/pkgdb2/__init__.py +++ b/pkgdb2/__init__.py @@ -38,8 +38,8 @@ from functools import wraps from flask.ext.fas_openid import FAS -__version__ = '1.8.2' -__api_version__ = '1.4' +__version__ = '1.9' +__api_version__ = '1.5' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index c6572b9..dbc3277 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.8.2 +Version: 1.9 Release: 1%{?dist} Summary: The Fedora package database @@ -106,6 +106,21 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Tue May 27 2014 Pierre-Yves Chibon - 1.9-1 +- Update to 1.9 +- Fix ordering of the branches in the packager view +- Fix ordering of the branches in the list packages view/search +- When updating multiple ACLs, do not fail the whole transaction if one fails +- Do not show the ``Manage the admins`` button if you are not an admin +- Do not show the ``Request Commit ACLs`` button if you are not logged in +- Split up the approved and pending admins +- Put the most recent packages added on the front page of the application +- Update the status_change field upon entry update +- Ensure there are no: user X change ACL Y from Z to Z +- Remove watchcommits and commit ACL owners from the bugzilla CC list +- Add possibility to see someone's ACL on EOL'd releases +- Adjust the title of the email sent + * Thu May 22 2014 Pierre-Yves Chibon - 1.8.2-1 - Update to 1.8.2 - Fix redirection if someone calls an opensearch endpoints that does not exist