Release v20.10 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2020-06-01 19:49:37 -04:00
parent b5ad52ac50
commit bce4c1c974
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 61 additions and 1 deletions

60
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 01 Jun 2020 20:06:53 -0400
plinth (20.9) unstable; urgency=medium
[ Petter Reinholdtsen ]

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '20.9'
__version__ = '20.10'