diff --git a/debian/changelog b/debian/changelog index 2b0cbf838..1a232c627 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,75 @@ +plinth (20.8) unstable; urgency=medium + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * Translated using Weblate (Telugu) + * Translated using Weblate (Telugu) + * HACKING: More detailed instructions for VirtualBox + * HACKING: Correction to macOS package manager name + + [ Nektarios Katakis ] + * syncthing: add to freedombox-share group + + [ Veiko Aasa ] + * users: Try-restart service after service is added to the sharing group + * datetime: Handle timesyncd service runs conditionally + * minidlna: Add functional tests that enable and disable application + * minidlna: Make app installable inside unprivileged container + + [ Sunil Mohan Adapa ] + * web_server: Suppress warnings that static directories don't exist + * debian: Remove timer to setup repositories properly + * static: Use SVG logo during first wizard welcome step + * static: Reduce the size of the background noise image + * mediawiki: Reuse existing images in functional tests + * setup.py: Don't install/ship .po files + * static: Don't ship visual design file and unused images + * storage: Fix tests by wrestling with auto-mounting of disks + * HACKING: Minor indentation fix + * *: Update links to repository and project page + * ci: Update link to container in Docker registry + * coturn: New app to manage Coturn TURN/STUN server + * datetime: Refactor handling systemd-timesyncd not running in VMs + * datetime: Don't expect synced time in diagnostics inside VMs + * mediawiki: Partial fix for installing on testing + * datetime: Disable diagnostics when no tests are available + + [ James Valleroy ] + * d/copyright: Fix path to visual_design + * data: Print hostname and IP addresses before console login + * snapshot: Fix message when not available + * snapshot: Fix title + * locale: Update translation strings + * debian: Use debhelper compat level 13 + * doc: Fetch latest manual + + [ Artem ] + * Translated using Weblate (Russian) + + [ nautilusx ] + * Translated using Weblate (German) + + [ Fioddor Superconcentrado ] + * Directions to install VirtualBox when it's not part of the Debian-based + distro, like Buster. + + [ Anonymous ] + * Translated using Weblate (Spanish) + + [ Nathan ] + * Translated using Weblate (French) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + [ fred1m ] + * mumble: Add Mumla to the list of clients + + -- James Valleroy Mon, 04 May 2020 20:33:35 -0400 + plinth (20.7) unstable; urgency=medium [ Coucouf ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 5db26e81b..670e48598 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.7' +__version__ = '20.8'