-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
yunohost (11.2.30.2) stable; urgency=low | ||
|
||
- helpers2.1: fix automagic chmod/chown for data_dir during restore (46ddf1e67) | ||
- i18n: Translations updated for Dutch | ||
|
||
Thanks to all contributors <3 ! (Mer) | ||
|
||
-- Alexandre Aubin <[email protected]> Mon, 09 Sep 2024 14:25:32 +0200 | ||
|
||
yunohost (11.2.30.1) stable; urgency=low | ||
|
||
- helpers2.1: turns out sudo --preserve-env=PATH still causes issues with 'command not found' despite the command being in the path and 'which' finding the proper executable ... using 'env PATH=$PATH' instead fixes the issue ... (589fda20b) | ||
|