File tree 6 files changed +32
-9
lines changed 6 files changed +32
-9
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,29 @@ Unreleased
11
11
12
12
Please see `Unreleased Changes `_ for more information.
13
13
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
+
14
37
5.3.1 - 2022-04-24
15
38
------------------
16
39
@@ -221,6 +244,6 @@ Fixed
221
244
222
245
- Non-executable stack for binaries.
223
246
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
225
248
.. _Keep a Changelog : https://keepachangelog.com/en/1.0.0
226
249
.. _Semantic Versioning : https://semver.org/spec/v2.0.0.html
Original file line number Diff line number Diff line change 6
6
Comprehensive Archiver for Reproducible Execution
7
7
-------------------------------------------------
8
8
9
- :Date: 2014-09-15
10
- :Version: 2.2
9
+ :Date: 2023-05-13
10
+ :Version: 2.3.0
11
11
:Manual section: 1
12
12
13
13
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Static Binaries
41
41
The following commands will generate statically-linked binaries
42
42
which can be optionally distributed for each release::
43
43
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
46
46
47
47
Documentation Update
48
48
--------------------
Original file line number Diff line number Diff line change 6
6
``chroot ``, ``mount --bind ``, and ``binfmt_misc `` without privilege/setup
7
7
-------------------------------------------------------------------------
8
8
9
- :Date: 2022-01-04
10
- :Version: 5.3 .0
9
+ :Date: 2023-05-13
10
+ :Version: 5.4 .0
11
11
:Manual section: 1
12
12
13
13
Original file line number Diff line number Diff line change 6
6
#include "cli/cli.h"
7
7
8
8
#ifndef VERSION
9
- #define VERSION "2.2 "
9
+ #define VERSION "2.3.0 "
10
10
#endif
11
11
12
12
#define CARE_MAX_SIZE 1024
Original file line number Diff line number Diff line change 6
6
#include "cli/cli.h"
7
7
8
8
#ifndef VERSION
9
- #define VERSION "5.3 .0"
9
+ #define VERSION "5.4 .0"
10
10
#endif
11
11
12
12
static const char * recommended_bindings [] = {
You can’t perform that action at this time.
0 commit comments