mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update changelog for 12.0.2
This commit is contained in:
parent
7a45675f7a
commit
54fd311bec
2 changed files with 11 additions and 1 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,3 +1,13 @@
|
|||
yunohost (12.0.2) testing; urgency=low
|
||||
|
||||
- Cleanup redis regen conf since redis ain't installed by default anymore (7b50c4eb6)
|
||||
- bullseye->bookworm: add a trick to flag the migration as done if it's still marked as pending (0503a38a7)
|
||||
- Sync with main branch
|
||||
|
||||
Thanks to all contributors <3 ! (Kayou)
|
||||
|
||||
-- Alexandre Aubin <alex.aubin@mailoo.org> Thu, 01 Aug 2024 18:08:33 +0200
|
||||
|
||||
yunohost (12.0.1) testing; urgency=low
|
||||
|
||||
- The user portal and SSO system have been reworked and split into three distinct pieces
|
||||
|
|
|
@ -5,7 +5,7 @@ REPO_URL=$(git remote get-url origin)
|
|||
ME=$(git config --get user.name)
|
||||
EMAIL=$(git config --get user.email)
|
||||
|
||||
LAST_RELEASE=$(git tag --list 'debian/11.*' --sort="v:refname" | tail -n 1)
|
||||
LAST_RELEASE=$(git tag --list 'debian/12.*' --sort="v:refname" | tail -n 1)
|
||||
|
||||
echo "$REPO ($VERSION) $RELEASE; urgency=low"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue