From 8025cedaa71bc1f115521517a7cfd855c8babd2c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 10 2014 09:03:55 +0000 Subject: Bump to 1.11.1 and adjust documentation accordingly --- diff --git a/doc/conf.py b/doc/conf.py index 5f47152..7d7bcac 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.11' +version = '1.11.1' # The full version, including alpha/beta/rc tags. #release = '1' diff --git a/doc/contributors.rst b/doc/contributors.rst index 7b611a9..177bfc8 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On June 4, 2014 (release 1.11), the list looks as follow: +On June 10, 2014 (release 1.11.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 1436 Pierre-Yves Chibon + 1459 Pierre-Yves Chibon 15 Ralph Bean 1 Christopher Meng 1 Michael Haynes diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index c5f38f3..4bf740c 100644 --- a/pkgdb2/__init__.py +++ b/pkgdb2/__init__.py @@ -38,7 +38,7 @@ from functools import wraps from flask.ext.fas_openid import FAS -__version__ = '1.11' +__version__ = '1.11.1' __api_version__ = '1.6' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index df1fa44..2e10e2d 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.11 +Version: 1.11.1 Release: 1%{?dist} Summary: The Fedora package database @@ -106,6 +106,18 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Tue Jun 10 2014 Pierre-Yves Chibon - 1.11.1-1 +- Update to 1.11.1 +- Fix the search to search all packages by default, including orphaned onces +- Fix bugzilla interaction +- Fix bugzilla notifications to not notify is the bug is assigned to someone + else or to the new point of contact +- Hide the `Take package` button if the user is not logged in +- Mention /api/version in the API documentation +- Catch problem when interacting with bugzilla +- Fix searching pseudo-user while searching packagers +- Fix display in the package's page + * Wed Jun 04 2014 Pierre-Yves Chibon - 1.11-1 - Update to 1.11 - DB change to the log table to allow deleting packages