From f997cbe5a778bb34550fc269e547dec9242a5ae8 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 4 Dec 2017 19:35:07 -0500 Subject: [PATCH] Update changelog Signed-off-by: James Valleroy --- debian/changelog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8162d9d0a..be2836869 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +plinth (0.18.0) UNRELEASED; urgency=low + + [ James Valleroy ] + * Add shadowsocks client with socks5 proxy. + + [ Joseph Nuthalapati ] + * config: Avoid sending domain_added signal for empty domain. + * Override monkey-patched LoginView from django-axes 3.0.3. + * Make Plinth depend on django-axes 3.0.3 or later. + * sso: Fixes for regressions after adding captcha and axes. + * sso: Fix conflict between urls of sso and captcha. + * transmission: Fix sso not being enabled. + * Add client information for Matrix Synapse and Syncthing. + * Add icons for desktop applications and Apple App store. + + [ Prachi Srivastava ] + * avahi: Add service for freedombox discovery. + * Add fields to the api response. + * Add client information for modules. + + [ Sunil Mohan Adapa ] + * shadowsocks: Add more ciphers. + * service: Add missing restart action. + * avahi: Update FreedomBox service file. + + [ Hritesh Gurnani ] + * Reduce OS icons size for clients. + + -- James Valleroy Mon, 04 Dec 2017 19:18:31 -0500 + plinth (0.17.0) unstable; urgency=medium [ Joseph Nuthalapati ]