File tree Expand file tree Collapse file tree 6 files changed +32
-9
lines changed
Expand file tree Collapse file tree 6 files changed +32
-9
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,29 @@ Unreleased
1111
1212Please see `Unreleased Changes `_ for more information.
1313
14+ 5.4.0 - 2023-05-13
15+ ------------------
16+
17+ Added
18+ ~~~~~
19+
20+ - faccessat2 syscall
21+ - Enable SonarCloud for GitHub Actions
22+ - Include uthash v2.3.0 as submodule
23+ - Disable mixed execution with new --mixed-mode option
24+
25+ Changed
26+ ~~~~~~~
27+
28+ - Rename test-0cf405b0.c to fix_memory_corruption_execve_proc_self_exe.c
29+
30+ Fixed
31+ ~~~~~
32+
33+ - Android compatibility with cwd
34+ - Running test-0cf405b0 for newer versions of glibc
35+ - Running test-25069c12 and test-25069c13 on newer kernels
36+
14375.3.1 - 2022-04-24
1538------------------
1639
@@ -221,6 +244,6 @@ Fixed
221244
222245- Non-executable stack for binaries.
223246
224- .. _Unreleased Changes : https://github.com/proot-me/proot/compare/v5.3.1 ...master
247+ .. _Unreleased Changes : https://github.com/proot-me/proot/compare/v5.4.0 ...master
225248.. _Keep a Changelog : https://keepachangelog.com/en/1.0.0
226249.. _Semantic Versioning : https://semver.org/spec/v2.0.0.html
Original file line number Diff line number Diff line change 66Comprehensive Archiver for Reproducible Execution
77-------------------------------------------------
88
9- :Date: 2014-09-15
10- :Version: 2.2
9+ :Date: 2023-05-13
10+ :Version: 2.3.0
1111:Manual section: 1
1212
1313
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Static Binaries
4141The following commands will generate statically-linked binaries
4242which can be optionally distributed for each release::
4343
44- make -C src loader.elf loader-m32.elf build.h
45- LDFLAGS="${LDFLAGS} -static" make -C src proot
44+ make -C src clean loader.elf loader-m32.elf build.h
45+ LDFLAGS="${LDFLAGS} -static" make -C src proot care
4646
4747Documentation Update
4848--------------------
Original file line number Diff line number Diff line change 66``chroot ``, ``mount --bind ``, and ``binfmt_misc `` without privilege/setup
77-------------------------------------------------------------------------
88
9- :Date: 2022-01-04
10- :Version: 5.3 .0
9+ :Date: 2023-05-13
10+ :Version: 5.4 .0
1111:Manual section: 1
1212
1313
Original file line number Diff line number Diff line change 66#include "cli/cli.h"
77
88#ifndef VERSION
9- #define VERSION "2.2 "
9+ #define VERSION "2.3.0 "
1010#endif
1111
1212#define CARE_MAX_SIZE 1024
Original file line number Diff line number Diff line change 66#include "cli/cli.h"
77
88#ifndef VERSION
9- #define VERSION "5.3 .0"
9+ #define VERSION "5.4 .0"
1010#endif
1111
1212static const char * recommended_bindings [] = {
You can’t perform that action at this time.
0 commit comments