diff --git a/debian/changelog b/debian/changelog index 56cd71bd0..e5fcbb5d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +plinth (20.10) unstable; urgency=high + + [ Joseph Nuthalapati ] + * backups: Add optional field - Name + * functional-tests: Use Name attribute in backups + * functional-tests: Move @backups to Scenario level + * functional-tests: Leave tor+http test disabled + * tests: functional: Document running tests in parallel + * tests: functional: Add pytest-xdist to install.sh + + [ Sunil Mohan Adapa ] + * openvpn: Use app toggle button and common app view + * tests: functional: Merge into main source hierarchy + * storage: Fix failing path validation unit tests + * tests: functional: cosmetic: flake8 fixes + * tests: functional: Re-organize step definitions and helper methods + * coturn: Fix functional test for backup/restore + * ttrss: Fix functional tests + * snapshot: Fix functional test to account for non-removable snapshots + * test: functional: Fix for Apache restart after domain change + * tor: Fix problems with running a relay + * mldonkey: Add app to freedombox-share group + * samba: Add clients information + * cockpit: Promote for advanced storage/firewalld/networking ops + * firewall: Mention that internal services are available over VPN + * firewall: Don't show tun interface in internal zone warning + * minidlna: Add link to manual page + * minidlna: Fix i18n for name of the app + * pagekite: Fix expired certificates causing connection failures + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Etienne ] + * Translated using Weblate (French) + + [ Artem ] + * Translated using Weblate (Russian) + + [ fred1m ] + * ikiwiki: Enable 'attachment' plugin by default + + [ James Valleroy ] + * utils: Handle removal of axes.get_version() + * debian: Mark doc packages as Multi-Arch: foreign + * firewall: Minor spelling fix + * radicale: Fix link in description to clients + * users: Avoid error when user's groups cannot be parsed + * templates: Fix setup state check + * locale: Update translation strings + * doc: Fetch latest manual + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + * Translated using Weblate (Czech) + * Translated using Weblate (Hungarian) + * Translated using Weblate (Greek) + + -- James Valleroy Mon, 01 Jun 2020 20:06:53 -0400 + plinth (20.9) unstable; urgency=medium [ Petter Reinholdtsen ] diff --git a/plinth/__init__.py b/plinth/__init__.py index e4e759f85..7559d75cd 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.9' +__version__ = '20.10'