diff --git a/debian/changelog b/debian/changelog index 32c42fb9c..f6fbe6eba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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)) diff --git a/maintenance/make_changelog.sh b/maintenance/make_changelog.sh index 89087eba3..a73b5061b 100644 --- a/maintenance/make_changelog.sh +++ b/maintenance/make_changelog.sh @@ -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 ""