Update changelog for 4.2.6

This commit is contained in:
Alexandre Aubin 2021-06-11 20:21:27 +02:00
parent c8d4bbf82b
commit cacfcca528

18
debian/changelog vendored
View file

@ -1,3 +1,21 @@
yunohost (4.2.6) stable; urgency=low
- [fix] metronome/xmpp: deactivate stanza mention optimization / have quick notification in chat group ([#1164](https://github.com/YunoHost/yunohost/pull/1164))
- [enh] metronome/xmpp: activate module pubsub ([#1170](https://github.com/YunoHost/yunohost/pull/1170))
- [fix] upgrade: undefined 'apps' variable (923f703e)
- [fix] python3: fix string split in postgresql migration (14d4cec8)
- [fix] python3: python2 was still used in helpers (bd196c87)
- [fix] security: fail2ban rule for yunohost-api login (b837d3da)
- [fix] backup: Apply realpath to find mounted points to unmount ([#1239](https://github.com/YunoHost/yunohost/pull/1239))
- [mod] dnsmasq: Remove LDN from resolver list (a97fce05)
- [fix] logs: redact borg's passphrase (dbe5e51e, c8d4bbf8)
- [i18n] Translations updated for Galician, German, Italian
- Misc fixes/enh for tests and CI (8a5213c8, e5a03cab, [#1249](https://github.com/YunoHost/yunohost/pull/1249), [#1251](https://github.com/YunoHost/yunohost/pull/1251))
Thanks to all contributors <3 ! (Christian Wehrli, Flavio Cristoforetti, Gabriel, José M, Kay0u, ljf, tofbouf, yalh76)
-- Alexandre Aubin <alex.aubin@mailoo.org> Fri, 11 Jun 2021 20:12:20 +0200
yunohost (4.2.5.3) stable; urgency=low
- [fix] doc, helpers: Helper doc auto-generation job (f2886510)