Release v19.22 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-02 18:01:33 -05:00
parent 8bc86e67fc
commit cb176d2a5d
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 83 additions and 1 deletions

82
debian/changelog vendored
View File

@ -1,3 +1,85 @@
plinth (19.22) unstable; urgency=medium
[ Matt Conroy ]
* pagekite: Get rid of tabs in the configuration page
* openvpn: manual link points to incorrect page
[ Joseph Nuthalapati ]
* pagekite: Fix functional tests
* pagekite: Show existing services only if there are any
* pagekite: Make Custom Services look like it's under Configuration
* pagekite: Use the new app toggle button
* openvpn: Add client apps
[ Thomas Vincent ]
* Translated using Weblate (French)
[ Fred ]
* Translated using Weblate (French)
* Translated using Weblate (French)
[ Alice Kile ]
* backups: fix title not appearing
* diagnostics: don't run on disabled modules
* apps: Remove link to webapps in app descriptions
* Fix error with app toggle input
* templates: Add toolbar for apps in app.html
* toolbar: Move diagnostics button into dropdown menu
[ nautilusx ]
* Translated using Weblate (German)
[ Michael Breidenbach ]
* Translated using Weblate (German)
* Translated using Weblate (Swedish)
[ Veiko Aasa ]
* ssh: fix Avahi SFTP service file
* diagnostics: fix IPv6 failures
* matrix-synapse: Update requirement from buster-backports
* samba: Users can enable a guest share
* samba: user can select devices for sharing
* samba: fixes and improvements
* samba: fixes and improvements
* app: fix javascript constant redeclaration error
* samba: Fix javascript constant redeclaration error
[ James Valleroy ]
* debian: Update German debconf translation (Closes: #945387)
- Thanks to Helge Kreutzmann for the patch.
* samba: Add acl to managed_packages
* samba: Fix restore command
* samba: Move urls under apps/
* functional_tests: Add basic samba tests
* samba: Use register_group instead of create_group
* samba: Only show shortcut to users in freedombox-share group
* samba: Keep create_group in setup
* diagnostics: Use a distinct class for Run Diagnostics button on this page
* locale: Update translation strings
* doc: Fetch latest manual
[ Sunil Mohan Adapa ]
* diagnostics: Use app.html instead of simple_app.html
* firewall: Use app.html instead of simple_app.html
* letsencrypt: Use app.html instead of simple_app.html
* monkeysphere: Use app.html instead of simple_app.html
* names: Use app.html instead of simple_app.html
* power: Use app.html instead of simple_app.html
* openvpn: Use app.html instead of simple_app.html
* tor: Use app.html instead of simple_app.html
* ikiwiki: Move the create button to manage section
* gitweb: Move create button into manage section
* networks: Move actions button into connection section
* templates: Remove the now unused simple_app.html
* users: Move create button into users section
* minetest: Minor cosmetic fix
* templates: Make internal zone and port forwarding info override-able
* toolbar: Make diagnostics button looks like other drop down items
* toolbar: Align extra actions drop down button to the right
* toolbar: Rewamp toolbar code for simplicity and to fix issues
-- James Valleroy <jvalleroy@mailbox.org> Mon, 02 Dec 2019 18:00:45 -0500
plinth (19.21) unstable; urgency=medium
[ Veiko Aasa ]

View File

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