From 0d6a0d6f7d1458ed4879b2c371864b9c69bceeae Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 7 Aug 2017 13:28:33 -0400 Subject: [PATCH] Update changelog for 2.7.0 release --- debian/changelog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0c99f1091..305638f7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +yunohost (2.7.0) testing; urgency=low + +Thanks to all contributors <3 ! (Bram, Maniack C, ljf, Aleks, JimboJoe, anmol26s, e-lie, Ozhiganov) + +Major fixes / improvements +========================== + + * [enh] Add a migration framework (#195) + * [enh] Remove m18n (and other globals) black magic (#336) + * [fix] Refactor DNS conf management for domains (#299) + * [enh] Support custom backup methods (#326) + +App helpers +=========== + + * New helper autopurge (#321) + * New helpers ynh_add_fpm_config and ynh_remove_fpm_config (#284) + * New helpers ynh_restore_upgradebackup and ynh_backup_before_upgrade (#289) + * New helpers ynh_add_nginx_config and ynh_remove_nginx_config (#285) + * New helpers ynh_add_systemd_config and ynh_remove_systemd_config (#287) + +Smaller fixes / improvements +============================ + + * [fix] Run change_url scripts as root as a matter of homogeneity (#329) + * [fix] Don't verify SSL during changeurl tests :/ (#332) + * [fix] Depreciation warning for --hooks was always shown (#333) + * [fix] Logrotate append (#328) + * [enh] Check that url is available and normalize path before app install (#304) + * [enh] Check that user is legitimate to use an email adress when sending mail (#330) + * [fix] Properly catch Invalid manifest json with ValueError. (#324) + * [fix] No default backup method (redmine 968) (#339) + * [enh] Add a script to test m18n keys usage (#308) + * [i18] Started russian translation (#340) + + -- Alexandre Aubin Mon, 07 Aug 2017 13:16:08 -0400 + yunohost (2.6.5) stable; urgency=low Minor fix