diff --git a/debian/changelog b/debian/changelog index e8abba62c..bdbeb80fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,80 @@ +plinth (0.23.0) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * Fetch latest manual from wiki + * Translated using Weblate (Telugu) + * snapshot: Enable Delete All only with non-default snapshots + + [ Joseph Nuthalapati ] + * jsxc: consistent url format + * Translated using Weblate (Telugu) + * sso: Increase timeout to 60 minutes + * YAPF formatting for actions/auth_pubtkt + * transmission: Add .png logo + * snapshot: Delete All should skip currently active snapshot + * config: Move the method get_hostname to __init__.py + * snapshots: Refactoring and text changes + * snapshots: Increment version to 2 + + [ drashti kaushik ] + * Translated using Weblate (Gujarati) + + [ uday17 ] + * Translated using Weblate (Telugu) + + [ Sandeepbasva ] + * Translated using Weblate (Telugu) + + [ kotibannu541 ] + * Translated using Weblate (Telugu) + + [ Arshadashu ] + * Translated using Weblate (Telugu) + + [ Nikhil Sankesa ] + * Translated using Weblate (Telugu) + + [ sandeepgurram ] + * Translated using Weblate (Telugu) + + [ prudhvi ] + * Translated using Weblate (Telugu) + + [ chilumula vamshi krishna ] + * Translated using Weblate (Telugu) + + [ pranava pari ] + * Translated using Weblate (Telugu) + + [ Nikhil501 ] + * Translated using Weblate (Telugu) + + [ Michal Čihař ] + * Translated using Weblate (Telugu) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ anil kukmar soma ] + * Translated using Weblate (Telugu) + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Vikas Singh ] + * Font: Change Helvetica to Lato + * theme: Update CSS to use Lato font + + [ Aakanksha Saini ] + * Snapper: Modify configurations to reduce disk usage + + [ James Valleroy ] + * Add fonts-lato as dependency + * Update translation strings + * Add lintian override for symlink to Lato font file + + -- James Valleroy Mon, 12 Feb 2018 19:17:31 -0500 + plinth (0.22.0) unstable; urgency=medium [ Drashti Kaushik ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 9b43e682d..ca10fda1b 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -19,4 +19,4 @@ Plinth package init file """ -__version__ = '0.22.0' +__version__ = '0.23.0'