From 865e3ec8cbab74f977801e2e53606242b28ec303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Fri, 6 May 2016 20:31:19 +0200 Subject: [PATCH] Update changelog for 2.3.15 release --- debian/changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index c3dfb07bd..8ef3db597 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +yunohost (2.3.15) testing; urgency=low + + [ Jérôme Lebleu ] + * [enh] Create backup archives path depending of output directory + * [enh] Check free space in output directory before backup archive creation + * [enh] Create ynh_backup helper based on ynh_bind_or_cp + * [enh] Add ynh_die helper to print error message and exit + * [enh] Do not clean whole pending conf dir when names are given at regen-conf + * [enh] Remove empty pending conf directory at regen-conf + * [fix] Handle when new conf is as current system conf in regen-conf + * [fix] Remove the app if it restoration failed + * [i18n] Rename backup_complete and backup_failed strings + + [ opi ] + * [fix] Pass app instance environment variables to remove script. + * [fix] Catch IOError on tar creation (backup). + + -- Jérôme Lebleu Fri, 06 May 2016 20:31:12 +0200 + yunohost (2.3.14) testing; urgency=low [ Jean-Baptiste ]