From c8fb22fa988a54762934f88a9546ecd0997c1fb1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 03 2014 14:12:12 +0000 Subject: Release 1.13.1 and adjust documentation accordingly --- diff --git a/doc/conf.py b/doc/conf.py index 7f4852c..8c825e4 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.13' +version = '1.13.1' # The full version, including alpha/beta/rc tags. #release = '1' diff --git a/doc/contributors.rst b/doc/contributors.rst index aa4819b..f50e3d8 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On July 3, 2014 (release 1.13), the list looks as follow: +On July 3, 2014 (release 1.13.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 1551 Pierre-Yves Chibon + 1554 Pierre-Yves Chibon 15 Ralph Bean 3 Chaoyi Zha 1 Christopher Meng diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index f2cd360..9f8afdf 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.13' +__version__ = '1.13.1' __api_version__ = '1.7' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index b4a25ba..a397f2f 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.13 +Version: 1.13.1 Release: 1%{?dist} Summary: The Fedora package database @@ -106,8 +106,13 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Thu Jul 03 2014 Pierre-Yves Chibon - 1.13.1-1 +- Update to 1.13.1 +- Fix the /api/package/acl/reassign endpoint so that it supports giving a + package on more branches than what the package has + * Thu Jul 03 2014 Pierre-Yves Chibon - 1.13-1 -- Update to 1.13.0 +- Update to 1.13 - Allow users to retire package that they did not orphan first - Enable the sorting of the committers table - Allow the API to orphan/unorphan/retire a package on multiple branches even if