mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update changelog for 11.0.9.6
This commit is contained in:
parent
3614715c31
commit
f443631292
2 changed files with 9 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -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
|
yunohost (11.0.9.5) stable; urgency=low
|
||||||
|
|
||||||
- Propagate fixes in buster->bullseye migration
|
- Propagate fixes in buster->bullseye migration
|
||||||
|
|
|
@ -11,7 +11,7 @@ echo "$REPO ($VERSION) $RELEASE; urgency=low"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
git log $LAST_RELEASE.. -n 10000 --first-parent --pretty=tformat:' - %b%s (%h)' \
|
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" \
|
| grep -v "Update from Weblate" \
|
||||||
| tac
|
| tac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue