From 6b45cdc68e2e4dfd41a0bc459851582a911c5085 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 18 Mar 2019 20:31:22 -0400 Subject: [PATCH] Release v19.3 to experimental Signed-off-by: James Valleroy --- debian/changelog | 77 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 553b64499..b94c998bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,80 @@ +plinth (19.3) experimental; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ James Valleroy ] + * vagrant: Rearrange steps of provision script + * locale: Update translation strings + + [ Joseph Nuthalapati ] + * dynamicdns: Break up dynamicdns.py into forms.py and views.py + * dynamicdns: Move subsubmenu below description + * firewall: Change "Current Status:" from p to h3 + * names: Add description + * subsubmenu: Make description a customizable block + * pagekite: Bring subsubmenu below description. Remove About section. + * upgrades: Move subsubmenu below description + * Include clients.html in service-subsubmenu.html + * ikiwiki: Move subsubmenu below description + + [ Sunil Mohan Adapa ] + * pagekite: Rename base template file + * pagekite: Change the template section title + * dynamicdns: Simplify template inheritance + * ikiwiki: Consistent styling for delete warning page + * templates: Minor styling change + * functional_tests: Reorder tests to disable apps after tests + * tests: Mark functional tests with functional mark + * tests: Read functional tests conf file without assuming CWD + * tests: Fix backups API test cases to work under all conditions + * README: Provide simple instruction for installing FreedomBox + * INSTALL.md: Simplify installation instructions + * HACKING.md: Update instructions on installing dependencies + * functional_tests: Update todo list by removing implemented tests + * mediawiki: Fix tests to allow running from any directory + * tests: Use pytest for running all tests + * ci: Allow gitlab to parse test coverage results + * main: Show service version in logs + * setup: Automatically gather information about files to install + * setup: Allow apps to have their own data directories + * setup: Don't include data/ files as package data + * module_loader: Specially load modules in development mode + * setup: Move app enabling files to respective apps + * setup: Move app data files into respective apps + * setup: Remove unused /var/run directory + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (French) + * Translated using Weblate (Italian) + + [ jonathan göhler ] + * Translated using Weblate (German) + + [ Vincent Ladeuil ] + * Translated using Weblate (French) + + [ David Maulat ] + * Translated using Weblate (French) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Mesut Akcan ] + * Translated using Weblate (Turkish) + + -- James Valleroy Mon, 18 Mar 2019 20:30:44 -0400 + plinth (19.2) unstable; urgency=medium [ Joseph Nuthalapati ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 67b57e85c..2941cedf4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.2' +__version__ = '19.3'