-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
2 changed files
with
33 additions
and
1 deletion.
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,35 @@ | ||
qubes-utils (4.2.17) unstable; urgency=medium | ||
|
||
[ Marek Marczykowski-Górecki ] | ||
* ci: collect test coverage from qrexec-lib too | ||
* Fix imgconverter tests | ||
* Switch to sequoia for codecov signature check | ||
|
||
[ Demi Marie Obenour ] | ||
* Math and currency symbols are safe for display | ||
* Document algorithm used to sanitize paths | ||
* Allow symlinks ending in ".." | ||
* Test that symbolic links can end in '/' | ||
* Move path validation tests before charset tests | ||
* Document the pretty-printer in the code generator | ||
* Avoid casting away const when not needed | ||
* Fix -Wmissing-declarations and -Wmissing-prototypes warnings | ||
* Avoid redundantly validating symbolic link names | ||
* Better error message for forbidden symbolic links | ||
* Allow disabling character set filtering | ||
* Improve symlink tests | ||
* Use for loop instead of do-while | ||
* Add flag to allow non-canonical symbolic links | ||
* Allow disabling symbolic link checking | ||
* Don't allow trailing slashes in paths being unpacked | ||
|
||
[ Marek Marczykowski-Górecki ] | ||
* ci: update tags | ||
* debian: bump required versions for libs | ||
* Do not redefine compiler flags that are up to build env to define | ||
|
||
-- Marek Marczykowski-Górecki <[email protected]> Sat, 22 Jun 2024 11:53:42 +0200 | ||
|
||
qubes-utils (4.2.15) unstable; urgency=medium | ||
|
||
[ Marek Marczykowski-Górecki ] | ||
|
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 +1 @@ | ||
4.2.15 | ||
4.2.17 |