diff --git a/debian/changelog b/debian/changelog index 578a8e314..e7926cd95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +yunohost (3.7.0.2) testing; urgency=low + + - [fix] Make sure the users actually exists when migrating legacy custom permissions + - [mod] Move debug log dump from ynh_exit_properly to the core after failed app operation (#833) + - [enh] Improve app_upgrade error management (#832) + - [mod] Refactor group permission (#837) + - [enh] Add permission name in permission callback when adding/removing allowed users (#836) + - [enh] Improve permission helpers (#840) + - [i18n] Improve translations for German, Catalan, Swedish, Spanish, Turkish, Basque, French, Esperanto, Occitan + + -- Alexandre Aubin Fri, 15 Nov 2019 16:45:00 +0000 + yunohost (3.7.0.1) testing; urgency=low - Hotfix to avoid having a shitload of warnings displayed during the permission migration diff --git a/src/yunohost/permission.py b/src/yunohost/permission.py index 170019ee5..8ec6e7ebc 100644 --- a/src/yunohost/permission.py +++ b/src/yunohost/permission.py @@ -473,4 +473,3 @@ def _update_ldap_group_permission(permission, allowed, sync_perm=True): hook_callback('post_app_removeaccess', args=[app, ','.join(effectively_removed_users), sub_permission]) return new_permission - \ No newline at end of file