This repository was archived by the owner on Oct 9, 2020. It is now read-only.
forked from proot-me/proot
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release of PRoot v4.0.3 and CARE v2.2 (2/2).
- Loading branch information
1 parent
2e92437
commit 5dfa69e
Showing
6 changed files
with
27 additions
and
9 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
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
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
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,4 +1,4 @@ | ||
%define version v4.0.2 | ||
%define version v4.0.3 | ||
|
||
Summary : chroot, mount --bind, and binfmt_misc without privilege/setup | ||
Version : %{version} | ||
|
@@ -60,7 +60,25 @@ rm -rf %{buildroot} | |
%doc doc/* | ||
|
||
%changelog | ||
* Mon Sep 08 2014 Cédric VINCENT <[email protected]> | ||
* Mon Sep 15 2014 Cédric VINCENT <[email protected]> | ||
Release v4.0.3 | ||
============== | ||
|
||
+ Heap emulation is disabled when a "suspicious" call to brk(2) is | ||
actually legit, as it might be the case when launching the very | ||
first program. | ||
|
||
+ The "-0" and "-S" options ("root" identity emulation) now fake | ||
success of mknodat(2), as it was the case for mknod(2) previously. | ||
This missing feature was revealed by the AArch64 port. | ||
|
||
+ The "-k" option (kernel compatibility emulation) now works on | ||
Linux/AArch64. | ||
|
||
Thanks to Rémi Duraffort for the bug reports and for his LAVA testing | ||
platform! | ||
|
||
|
||
Release v4.0.2 | ||
============== | ||
|
||
|
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
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