diff --git a/debian/changelog b/debian/changelog index 4a95873cc..c14c158c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +plinth (0.29.0) unstable; urgency=high + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Hemanth Kumar Veeranki ] + * Add an option to enable/disable public registrations in mediawiki + + [ Joseph Nuthalapati ] + * mediawiki: enable/disable public registrations - refactoring & tests + * security: Allow console login access to user plinth + * tt-rss: Skip the check for SELF_URL_PATH + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ Sunil Mohan Adapa ] + * searx: Fix issue with uwsgi crashing + + -- James Valleroy Mon, 07 May 2018 18:45:02 -0400 + plinth (0.28.0) unstable; urgency=medium [ Sunil Mohan Adapa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 6f0a5e3e9..42d03d22e 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.28.0' +__version__ = '0.29.0'