Skip to content

Commit bd5a5f6

Browse files
committed
Prepare for PRoot release v5.4.0
Prepare for CARE release v2.3.0
1 parent a5ee0b7 commit bd5a5f6

File tree

6 files changed

+32
-9
lines changed

6 files changed

+32
-9
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ Unreleased
1111

1212
Please 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+
1437
5.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

doc/care/manual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Comprehensive 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

doc/howto-release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Static Binaries
4141
The following commands will generate statically-linked binaries
4242
which 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

4747
Documentation Update
4848
--------------------

doc/proot/manual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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

src/cli/care.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

src/cli/proot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "cli/cli.h"
77

88
#ifndef VERSION
9-
#define VERSION "5.3.0"
9+
#define VERSION "5.4.0"
1010
#endif
1111

1212
static const char *recommended_bindings[] = {

0 commit comments

Comments
 (0)