Release v19.21 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-11-18 19:36:34 -05:00
parent 295a4804f6
commit a869ef531c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 71 additions and 1 deletions

70
debian/changelog vendored
View File

@ -1,3 +1,73 @@
plinth (19.21) unstable; urgency=medium
[ Veiko Aasa ]
* gitweb: Allow to import from a remote repository
* gitweb: Do not recursively scan for Git repositories
* turbolinks: Disable turbolinks on links that don't point to /plinth/...
[ nautilusx ]
* Translated using Weblate (German)
[ Doma Gergő ]
* Translated using Weblate (Hungarian)
[ Allan Nordhøy ]
* Translated using Weblate (Swedish)
* Translated using Weblate (Norwegian Bokmål)
[ Birger Schacht ]
* backups: Show proper error when SSH server is not reachable
* ssh: Add the error of ssh-keyscan to the verification view
* tor: Rename "Hidden Service" to "Onion Service"
[ Joseph Nuthalapati ]
* ejabberd: Handle case where domain name is not set
* tahoe: Mark Tahoe-LAFS as an advanced app
* README: Fix hyperlinks to badges and images
* doc: dev: Add instructions to setup developer documentation
* doc: dev: Mention where to find the user manual
* doc: dev: Reduce toc depth to 2 levels to reduce noise
* doc: dev: Fix headings
* doc: dev: Add favicon to developer documentation site
* app: Avoid showing empty configuration block
* app: Fix broken functional tests
* firstboot: reading firstboot-wizard-secret file
* searx: Set safe_search to Moderate by default
* clients: Improve code readability
[ Sunil Mohan Adapa ]
* backups: i18n for a string on verify ssh host page
* backups: Simplify SSH fingerprint verification command
* HACKING: Update with instructions for multiple OSes
* CONTRIBUTING: Add more instructions on commits and MR changes
* doc: Fix unavailability of manual images
* tor: Fix port diagnostics by correcting port data type
* tor: Expect obfs service to be also available on IPv6
* tor: Listen on IPv6 for OrPort
[ Thomas Vincent ]
* Translated using Weblate (French)
[ Michael Breidenbach ]
* Translated using Weblate (Swedish)
[ James Valleroy ]
* HACKING: Fix provision with tests command
* d/po: Run debconf-updatepo
* locale: Update translation strings
[ Radek Pasiok ]
* Translated using Weblate (Polish)
* Translated using Weblate (Polish)
[ Alice Kile ]
* clients: implement launch button feature
* app: Implement toggle button in app page
* app: Use single form for app toggle and configuration
* app: Make the toggle-button responsive
-- James Valleroy <jvalleroy@mailbox.org> Mon, 18 Nov 2019 19:35:38 -0500
plinth (19.20) unstable; urgency=medium
[ Veiko Aasa ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.20'
__version__ = '19.21'