Update changelog for 11.0.9.14

This commit is contained in:
Alexandre Aubin 2022-09-07 13:09:35 +02:00
parent e51cdd987c
commit 6a914fb2b5
2 changed files with 7 additions and 3 deletions

8
debian/changelog vendored
View file

@ -1,3 +1,10 @@
yunohost (11.0.9.14) stable; urgency=low
- [fix] dns: confusion on XMPP CNAME records for nohost.me & co domains (f6057d25)
- [fix] helper ynh_get_ram: LANG= isn't enough to get en_US output, gotta use LC_ALL (e51cdd98)
-- Alexandre Aubin <alex.aubin@mailoo.org> Wed, 07 Sep 2022 13:08:31 +0200
yunohost (11.0.9.13) stable; urgency=low
- [fix] defaultapp: domain may not exist in app_map dict output (efe0e601)
@ -10,7 +17,6 @@ yunohost (11.0.9.13) stable; urgency=low
-- Alexandre Aubin <alex.aubin@mailoo.org> Sat, 03 Sep 2022 23:27:56 +0200
yunohost (11.0.9.12) stable; urgency=low
- [fix] postinstall: check all partitions (not only physical ones) ([#1497](https://github.com/YunoHost/yunohost/pull/1497))

View file

@ -7,8 +7,6 @@ EMAIL=$(git config --global --get user.email)
LAST_RELEASE=$(git tag --list 'debian/11.*' --sort="v:refname" | tail -n 1)
echo $LAST_RELEASE
echo "$REPO ($VERSION) $RELEASE; urgency=low"
echo ""