diff --git a/debian/changelog b/debian/changelog index 81cd1e567..e318383ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +plinth (0.48.0) unstable; urgency=medium + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * ui: Fix top margin for content containers + * ui: Rename page specific CSS classes + * ui: Underline the logo along with 'Home' text when active + * ui: Style frontpage application info like regular content + * ui: Fix setting width of card-list at various page sizes + * ui: Show help nav item text when navbar is collapsed + * ui: Hide restart/shutdown items when navbar is collapsed + * ui: Compact pages on extra small screen sizes + * ui: Re-add background for home, apps and system pages in small sizes + * fail2ban: Split and update configuration files + * fail2ban: Pickup new configurations without reboot + * mldonkey: Update description and minor updates + * mldonkey: Disable app due to bug during restart + * backups: Upgrade apps before restoring them + * backups: Fix showing not-installed apps in create backup page + * syncthing: Add backup/restore support + * Serve default favicon for apps that don't provide one + * radicale: Fix issue with configuration changes not applying + * openvpn: Add backup/restore support + * storage: Fix false error message visiting home page + * storage, backups: Minor styling and yapf fixes + * service: Fix warning to use collections.abc + * help: Minor refactoring in get-logs action + * mldonkey: Add functional test for uploading + * axes: Minor fixes to configuration for IP blocking + * infinoted: Wait for up to 5 minutes to kill daemon + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ Joseph Nuthalapati ] + * ci: Export freedombox.deb as build artifact instead of plinth.deb + * matrix-synapse: Fix startup error caused by bind_address setting + * matrix-synapse: Use '::' as the IPv6 bind address + * backups: Automatically install required apps before restore + * backups: Add a loader to the restore button to indicate progress + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ James Valleroy ] + * django: Remove deprecated AXES_BEHIND_REVERSE_PROXY + * radicale: Only set hosts for radicale 1.x + * radicale: Don't change auth type for radicale 2.x + * radicale: Use rights file by default for radicale 2.x + * radicale: Add functional tests for setting access rights + * help: Use journalctl to show status log + * help: Add action script to read logs from journal + * help: Add functional test to check status logs page + * locale: Update translation strings + * doc: Fetch latest manual from wiki + + [ Prachi Srivastava ] + * fail2ban: Enable bans for apache auth failures + + [ J. Carlos Romero ] + * mldonkey: Add new module for the eDonkey network + * mldonkey: Add backup/restore support + + -- James Valleroy Mon, 28 Jan 2019 19:22:19 -0500 + plinth (0.47.0) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f0127bd4d..b44253474 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.47.0' +__version__ = '0.48.0'