diff --git a/debian/changelog b/debian/changelog index aac543676..2e775bbc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +yunohost (11.0.9.6) stable; urgency=low + + - Sync with Buster branch + - [fix] helpers: logrotate shitty inconsistent handling of 'supposedly legacy' --non-append option ... (8d1c75e7) + - [fix] apps: Better handling of super shitty edge case where an app settings.yml is empty for some unexpected mystic reason ... (9eb123f8) + + -- Alexandre Aubin Wed, 17 Aug 2022 01:26:28 +0200 + yunohost (11.0.9.5) stable; urgency=low - Propagate fixes in buster->bullseye migration diff --git a/maintenance/make_changelog.sh b/maintenance/make_changelog.sh index 44171c5b6..a255f69b4 100644 --- a/maintenance/make_changelog.sh +++ b/maintenance/make_changelog.sh @@ -11,7 +11,7 @@ echo "$REPO ($VERSION) $RELEASE; urgency=low" echo "" git log $LAST_RELEASE.. -n 10000 --first-parent --pretty=tformat:' - %b%s (%h)' \ -| sed -E "s@Merge .*#([0-9]+).*\$@ \([#\1]\($REPO_URL/pull/\1\)\)@g" \ +| sed -E "s&Merge .*#([0-9]+).*\$& \([#\1]\($REPO_URL/pull/\1\)\)&g" \ | grep -v "Update from Weblate" \ | tac