Update changelog for 11.0.5

This commit is contained in:
Alexandre Aubin 2022-03-08 13:04:24 +01:00
parent dddc92949c
commit 0a0350f509
2 changed files with 18 additions and 1 deletions

17
debian/changelog vendored
View file

@ -1,3 +1,20 @@
yunohost (11.0.5) testing; urgency=low
- [mod] configpanel: improve 'filter' mechanism in AppQuestion ([#1429](https://github.com/YunoHost/yunohost/pull/1429))
- [fix] postinstall: migrate_to_bullseye should be skipped on bullseye (de684425)
- [enh] security: Enable proc-hidepid by default ([#1433](https://github.com/YunoHost/yunohost/pull/1433))
- [enh] nodejs: Update n to 8.0.2 ([#1435](https://github.com/YunoHost/yunohost/pull/1435))
- [fix] postfix: sni tls_server_chain_sni_maps -> tls_server_sni_maps ([#1438](https://github.com/YunoHost/yunohost/pull/1438))
- [fix] ynh_get_ram: Avoid grep issue with vmstat command ([#1440](https://github.com/YunoHost/yunohost/pull/1440))
- [fix] ynh_exec_*: ensure the arg message is used ([#1442](https://github.com/YunoHost/yunohost/pull/1442))
- [enh] helpers: Always activate --time when running inside CI tests ([#1444](https://github.com/YunoHost/yunohost/pull/1444))
- [fix] helpers: unbound variable in ynh_script_progression (676973a1)
- [mod] quality: Several FIXME fix ([#1441](https://github.com/YunoHost/yunohost/pull/1441))
Thanks to all contributors <3 ! (ericgaspar, ewilly, Kayou, Melchisedech, Tagadda)
-- Alexandre Aubin <alex.aubin@mailoo.org> Tue, 08 Mar 2022 13:01:06 +0100
yunohost (11.0.4) testing; urgency=low
- [mod] certificate: drop unused 'staging' LE mode (4b78e8e3)

View file

@ -5,7 +5,7 @@ REPO_URL=$(git remote get-url origin)
ME=$(git config --global --get user.name)
EMAIL=$(git config --global --get user.email)
LAST_RELEASE=$(git tag --list | grep debian | tail -n 1)
LAST_RELEASE=$(git tag --list 'debian/11.*' | tail -n 1)
echo "$REPO ($VERSION) $RELEASE; urgency=low"
echo ""