diff --git a/debian/changelog b/debian/changelog index bba33c390..66da06b92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +plinth (19.5) experimental; urgency=medium + + [ LoveIsGrief ] + * i2p: Add new application + * i2p: Disable compression on /i2p/ + * i2p: apache: Catch more I2P locations + * i2p: django: Add shortcuts to /i2p/... URLs + * i2p: django: Additional information about /i2p location + * i2p: todo: Add TODOs for I2P + * i2p: todo: add more TODOs for I2P + * i2p: idea: Browse eepsites directly from freedombox + * i2p: todo: Add torrent tracker to list of favorites + * i2p: django: Add description for the configuration shortcuts + * i2p: django: Add i2p homepage to description + * i2p: setup: Enrich I2P favorites + * i2p: todo: Tick off a TODO and reword one + * i2p: todo: Remove IDEA for browsing to .i2p sites in iframe + * i2p: torrents: Link to the list of trackers + * i2p: Add functional tests + * functional_tests: Allow provisioning VM for functional tests + * functional tests: Fix wheel errors when provisioning VM + + [ Sunil Mohan Adapa ] + * i2p: Move data files into the app's data folder + * i2p: Use project logo instead of mascot + * i2p: Remove TODO in favor of issue tracker + * apache: Add proxy_html module needed by i2p app + * i2p: Backup/restore the correct state folder + * i2p: Minor styling changes + * i2p: Add diagnostic test for web interface port + * i2p: Add main web interface to list of clients + * i2p: Review and cleanup action script + * i2p: Review and update views + * i2p: Disable app until further fixes are done + + [ James Valleroy ] + * functional_tests: Install python3-pytest-django + * locale: Update translation strings + * doc: Fetch manual + + [ wind ] + * Translated using Weblate (Russian) + + [ Joseph Nuthalapati ] + * storage: Use udisks to list disks and df for disk space utilization + + [ Igor ] + * Translated using Weblate (Russian) + + [ CurlingTongs ] + * Translated using Weblate (German) + + -- James Valleroy Mon, 15 Apr 2019 18:47:17 -0400 + plinth (19.4) experimental; urgency=medium [ Allan Nordhøy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 4ec0839f0..c95db23f4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.4' +__version__ = '19.5'