Skip to content

Commit

Permalink
Prepare for PRoot release v5.4.0
Browse files Browse the repository at this point in the history
Prepare for CARE release v2.3.0
  • Loading branch information
oxr463 committed May 13, 2023
1 parent a5ee0b7 commit bd5a5f6
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 9 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,29 @@ Unreleased

Please see `Unreleased Changes`_ for more information.

5.4.0 - 2023-05-13
------------------

Added
~~~~~

- faccessat2 syscall
- Enable SonarCloud for GitHub Actions
- Include uthash v2.3.0 as submodule
- Disable mixed execution with new --mixed-mode option

Changed
~~~~~~~

- Rename test-0cf405b0.c to fix_memory_corruption_execve_proc_self_exe.c

Fixed
~~~~~

- Android compatibility with cwd
- Running test-0cf405b0 for newer versions of glibc
- Running test-25069c12 and test-25069c13 on newer kernels

5.3.1 - 2022-04-24
------------------

Expand Down Expand Up @@ -221,6 +244,6 @@ Fixed

- Non-executable stack for binaries.

.. _Unreleased Changes: https://github.com/proot-me/proot/compare/v5.3.1...master
.. _Unreleased Changes: https://github.com/proot-me/proot/compare/v5.4.0...master
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
4 changes: 2 additions & 2 deletions doc/care/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Comprehensive Archiver for Reproducible Execution
-------------------------------------------------

:Date: 2014-09-15
:Version: 2.2
:Date: 2023-05-13
:Version: 2.3.0
:Manual section: 1


Expand Down
4 changes: 2 additions & 2 deletions doc/howto-release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Static Binaries
The following commands will generate statically-linked binaries
which can be optionally distributed for each release::

make -C src loader.elf loader-m32.elf build.h
LDFLAGS="${LDFLAGS} -static" make -C src proot
make -C src clean loader.elf loader-m32.elf build.h
LDFLAGS="${LDFLAGS} -static" make -C src proot care

Documentation Update
--------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/proot/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
``chroot``, ``mount --bind``, and ``binfmt_misc`` without privilege/setup
-------------------------------------------------------------------------

:Date: 2022-01-04
:Version: 5.3.0
:Date: 2023-05-13
:Version: 5.4.0
:Manual section: 1


Expand Down
2 changes: 1 addition & 1 deletion src/cli/care.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "cli/cli.h"

#ifndef VERSION
#define VERSION "2.2"
#define VERSION "2.3.0"
#endif

#define CARE_MAX_SIZE 1024
Expand Down
2 changes: 1 addition & 1 deletion src/cli/proot.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "cli/cli.h"

#ifndef VERSION
#define VERSION "5.3.0"
#define VERSION "5.4.0"
#endif

static const char *recommended_bindings[] = {
Expand Down

0 comments on commit bd5a5f6

Please sign in to comment.