mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Release v20.1 to unstable
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
619ca6042f
commit
964051a849
110
debian/changelog
vendored
110
debian/changelog
vendored
@ -1,3 +1,113 @@
|
||||
plinth (20.1) unstable; urgency=medium
|
||||
|
||||
[ ikmaak ]
|
||||
* Translated using Weblate (Dutch)
|
||||
* Translated using Weblate (Dutch)
|
||||
|
||||
[ Allan Nordhøy ]
|
||||
* samba: Fix spelling
|
||||
* Translated using Weblate (Norwegian Bokmål)
|
||||
* Translated using Weblate (German)
|
||||
* Translated using Weblate (Spanish)
|
||||
* Translated using Weblate (Norwegian Bokmål)
|
||||
* Translated using Weblate (Swedish)
|
||||
|
||||
[ Veiko Aasa ]
|
||||
* samba: Add unit and functional tests
|
||||
* deluge: Allow one to set a download directory
|
||||
* deluge: Fix installation failure on slow machine
|
||||
* storage: Make external disk mounts accessible by other users
|
||||
* gitweb: Add link to the manual page
|
||||
* gitweb: Fix functional tests if git user and email is not configured
|
||||
|
||||
[ Sunil Mohan Adapa ]
|
||||
* style: Fix incorrect margins for containers in mobile view
|
||||
* style: Fix responsiveness for app header
|
||||
* network: Fix activating connections that don't have real devices
|
||||
* network: Allow setting the auto-connect property on a connection
|
||||
* network: Add method to re-activate connections after an update
|
||||
* wireguard: Show large buttons in show client/server pages
|
||||
* wireguard: Cosmetic fixes by yapf and isort
|
||||
* wireguard: Don't error out when wg0 server is not setup
|
||||
* wireguard: Add ability to set private key in client addition
|
||||
* wireguard: Accept all IPs on server in a client setup
|
||||
* wireguard: Update descriptions in form labels
|
||||
* wireguard: Only use network manager for connections to servers
|
||||
* wireguard: Handle client connections through network manager
|
||||
* wireguard: Update descriptions for client vs. server clarity
|
||||
* wireguard: Generate private key if needed when editing server
|
||||
* wireguard: Add validations in forms
|
||||
* wireguard: Ensure tests work without latest network manager
|
||||
* wireguard: Implement enabling/disabling app using a stored flag
|
||||
* wireguard: Enable/disable connections along with the app
|
||||
* wireguard: When a connection is edited, reactivate to apply changes
|
||||
* wireguard: Show public key even when connection is not active
|
||||
|
||||
[ Thomas Vincent ]
|
||||
* Translated using Weblate (French)
|
||||
|
||||
[ Nektarios Katakis ]
|
||||
* Translated using Weblate (Greek)
|
||||
* Translated using Weblate (Greek)
|
||||
* Translated using Weblate (Greek)
|
||||
* networks: form for configuring router
|
||||
* networks: create view & url for new form
|
||||
* networks: add link to main page for router config form
|
||||
* networks: add first boot step for router config helper
|
||||
* networks: modify as first boot wizard step
|
||||
* networks: save router config to kvstore
|
||||
|
||||
[ James Valleroy ]
|
||||
* Translated using Weblate (French)
|
||||
* wireguard: Add skeleton for new app
|
||||
* wireguard: Implement adding client
|
||||
* wireguard: Show list of added clients
|
||||
* wireguard: Allow deleting a client
|
||||
* wireguard: Add client info view
|
||||
* wireguard: Form to add server
|
||||
* wireguard: List peers in client section
|
||||
* wireguard: Add server information view
|
||||
* wireguard: Generate key pair
|
||||
* wireguard: Show this box's public key
|
||||
* wireguard: Create network manager connection
|
||||
* wireguard: Encode public keys for use in URLs
|
||||
* wireguard: Refactor actions file
|
||||
* wireguard: Add views for editing and deleting clients and servers
|
||||
* wireguard: Make setup idempotent
|
||||
* wireguard: Write pre-shared key to tempfile
|
||||
* wireguard: Use network API to handle connections
|
||||
* wireguard: Add icon
|
||||
* wireguard: Replace nmcli use with libnm
|
||||
* restore: Remove app
|
||||
* repro: Remove app
|
||||
* networks: Update text for router setup
|
||||
* bind: Enable systemd sandbox options for bind9 service
|
||||
* functional_tests: Update geckodriver version to v0.26.0
|
||||
* locale: Update translation strings
|
||||
* doc: Fetch latest manual
|
||||
* debian: Rename TODO.Debian to TODO
|
||||
* debian: Add Expat license to copyright
|
||||
* debian: Update standards version to 4.5.0
|
||||
|
||||
[ Dietmar ]
|
||||
* Translated using Weblate (German)
|
||||
|
||||
[ nautilusx ]
|
||||
* Translated using Weblate (German)
|
||||
* Translated using Weblate (German)
|
||||
|
||||
[ Joseph Nuthalapati ]
|
||||
* functional-tests: Login only once per session
|
||||
* functional-tests: Africa/Addis_Abada is gone?
|
||||
* functional-tests: Add tag @service-discovery
|
||||
* functional-tests: Make nav_to_module efficient
|
||||
* functional-tests: Avoid unnecessary trips to Home
|
||||
* functional-tests: Avoid warnings about markers
|
||||
* functional-tests: Minor refactoring
|
||||
* functional-tests: Mark backups and security with @system
|
||||
|
||||
-- James Valleroy <jvalleroy@mailbox.org> Mon, 27 Jan 2020 19:23:04 -0500
|
||||
|
||||
plinth (20.0) unstable; urgency=medium
|
||||
|
||||
[ Veiko Aasa ]
|
||||
|
||||
@ -18,4 +18,4 @@
|
||||
Package init file.
|
||||
"""
|
||||
|
||||
__version__ = '20.0'
|
||||
__version__ = '20.1'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user