diff --git a/debian/changelog b/debian/changelog index d3460d432..cc17de6dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +plinth (19.8) experimental; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + [ Sunil Mohan Adapa ] + * i2p: Update SVG logo with standard units, size and margins + * HACKING: Add guidelines for creating new icons + * icons: Add new SVG icons for all apps + * icons: Add license information for SVG icons + * templates: Use SVG icons for apps page and shortcuts + * icons: Ensure SVG presence for all non-app icons + * icons: Update copyright information remaining icons + * doc: Update the correct license for documentation + * apache: Serve SVG files compressed using gzip + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ ssantos ] + * Translated using Weblate (German) + + [ Mesut Akcan ] + * Translated using Weblate (Turkish) + + [ ventolinmono ] + * Translated using Weblate (Spanish) + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + [ James Valleroy ] + * locate: Update translation strings + * doc: Fetch latest manual + * debian: Remove duplicate priority field + * doc: Remove unused duplicate image + + -- James Valleroy Mon, 27 May 2019 18:11:25 -0400 + plinth (19.7) experimental; urgency=medium [ LoveIsGrief ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 602315511..3a70dec62 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.7' +__version__ = '19.8'