-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
17 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,19 @@ | ||
qubes-core-agent (4.3.11-1) unstable; urgency=medium | ||
|
||
[ Demi Marie Obenour ] | ||
* Replace test and [ with bash's [[ | ||
* Remove unreachable code | ||
* tar2qfile: Avoid integer overflow | ||
* tar2qfile: Remove redundant calls to strlen() | ||
* tar2qfile: Avoid off-by-1 out-of-bounds read | ||
* tar2qfile: Break early if directory headers sent already | ||
|
||
[ Marek Marczykowski-Górecki ] | ||
* network: do not restart tinyproxy if DNS hasn't changed | ||
* Adjust default process/threads limit | ||
|
||
-- Marek Marczykowski-Górecki <[email protected]> Mon, 04 Nov 2024 19:14:27 +0100 | ||
|
||
qubes-core-agent (4.3.10-1) unstable; urgency=medium | ||
|
||
* Limit initramfs size in Fedora HVM even more | ||
|
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.3.10 | ||
4.3.11 |