From a73edb9f321a29a44b2e5926c1af32d4500ce148 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 19 Dec 2020 19:19:18 -0500 Subject: [PATCH] Release v20.20.1 to unstable Signed-off-by: James Valleroy --- debian/changelog | 73 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 74 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f7fe6b362..b8d0979d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +freedombox (20.20.1) unstable; urgency=medium + + [ Reg Me ] + * Translated using Weblate (Dutch) + + [ ikmaak ] + * Translated using Weblate (Dutch) + * Translated using Weblate (German) + * Translated using Weblate (Dutch) + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ Sunil Mohan Adapa ] + * pagekite: Drop unused subdomain widget + * pagekite: cosmetic: Minor yapf changes + * clients: Fix a duplicated HTML ID + * ui: Adopt a consistent and new table style + * ui: Make all tables responsive + * ui: css: Use rem as the primary unit + * ui: Drop italic style on app name and sections in card listing + * jsxc: Drop loading text on the login button + * firewall: New styling for status stable + * ui: Consistently use the btn-toolbar class for all toolbars + * help: Make the button normal size in about page + * users: Drop cancel button show submit as danger in delete page + * help, power, index: ui: Drop remaining uses of » + * ui: index: Don't show too large a help message + * HACKING: Add suggestion not over-use Bootstrap utility classes + * ui: Fix form error styling using bootstrap 3 style + * jslicense.html: Drop minor styling + * ui: Introduce common styling for two column list group + * calibre: Use common styling for libraries list + * pagekite: Use common styling for custom services + * ikiwiki: Use common styling for wiki/blog list + * gitweb: Use common styling for repo list + * users: Use common styling for users list + * networks: Use common styling for showing network connection + * networks: Use common styling for Wi-Fi network list + * networks: Use table for styling network connection list + * firewall: Split CSS styling into separate file + * monkeysphere: Split CSS styling into a separate file + * samba: Split CSS styling into separate file + * upgrades: Split CSS styling into a separate file + * backups: Split CSS styling into a separate file + * storage: Split CSS styling into a separate file + * sharing: Split CSS styling into a separate file + * letsencrypt: Split CSS styling into a separate file + * help: Split CSS styling into a separate file + * first_setup: Use template variable to refresh page + * ui: Use common styling to hide logo during firstboot + * firstboot: Use bootstrap for logo styling + * pagekite: Eliminate inline styling + * help: Show version information as an alert + * ui: Avoid inline styling for setting progress bar width + * apache2: Disallow all inline styling in sandbox settings + * ui: Fix warning button colors + + [ achalaramu ] + * Migrate bootstrap 4 from bootstrap 3 + + [ Veiko Aasa ] + * gitweb: Make functional tests compatible with pytest-bdd v4.0 + * javascript: Fix disabled submit buttons when navigating back to a page + + [ James Valleroy ] + * tests: Skip initial update + * help: Update status log test + * config: Skip homepage test on buildd (Closes: #977527) + * doc: Fetch latest manual + + -- James Valleroy Sat, 19 Dec 2020 19:18:42 -0500 + freedombox (20.20) unstable; urgency=medium [ ikmaak ] diff --git a/plinth/__init__.py b/plinth/__init__.py index dab006dd1..8bb1e2b27 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.20' +__version__ = '20.20.1'