Update changelog for 11.0.9.6

This commit is contained in:
Alexandre Aubin 2022-08-17 01:27:38 +02:00
parent 3614715c31
commit f443631292
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View file

@ -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 <alex.aubin@mailoo.org> Wed, 17 Aug 2022 01:26:28 +0200
yunohost (11.0.9.5) stable; urgency=low
- Propagate fixes in buster->bullseye migration

View file

@ -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