diff --git a/debian/changelog b/debian/changelog index 7e9cc6301..729e3dff6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +plinth (19.18) unstable; urgency=medium + + [ Matthias Dellweg ] + * diagnose: Move negating diagnose result inside try block + + [ Fioddor Superconcentrado ] + * Translated using Weblate (Spanish) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Dietmar ] + * Translated using Weblate (German) + + [ Sunil Mohan Adapa ] + * pagekite: Remove first wizard step for danube edition + * pagekite: cosmetic: yapf and isort changes + * debian: Remove python3-requests from depends list + * users: Make UI close to rest of the apps + * upgrades: Remove unnecessary subsubmenu + * ikiwiki: Remove subsubmenu in favor of toolbar + * networks: Remove subsubmenu in favor of toolbar buttons + * backups: Remove unnecessary use of subsubmenu template + * templates: Remove unused invocation of subsubmenu + * templates: Simplify unnecessary override + * templates: Provide subsubmenu functionality in app.html + * dynamicdns: Use app.html instead of app-subsubmenu.html + * i2p: Use app.html instead of app-subsubmenu.html + * pagekite: Use app.html instead of app-subsubmenu.html + * snapshot: Use app.html instead of app-subsubmenu.html + * templates: Remove unused app-subsubmenu.html + * deluge: Support deluge 2 by starting it properly + * minetest: Remove mod-torches no longer available in testing/unstable + + [ James Valleroy ] + * security: Add past vulnerabilities count + * security: Move security report to new page + * locale: Update translation strings + * doc: Fetch latest manual + * d/control: Add Rules-Requires-Root: no + * d/control: Update Standards-Version to 4.4.1 + + -- James Valleroy Mon, 07 Oct 2019 19:06:16 -0400 + plinth (19.17) unstable; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f16631a6a..f5f8aa77b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.17' +__version__ = '19.18'