Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Prepare release of PRoot v4.0.3 and CARE v2.2 (2/2).
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-vincent committed Sep 15, 2014
1 parent 2e92437 commit 5dfa69e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/care/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Comprehensive Archiver for Reproducible Execution
-------------------------------------------------

:Date: 2014-01-24
:Version: 2.1
:Date: 2014-09-15
:Version: 2.2
:Manual section: 1


Expand Down
2 changes: 1 addition & 1 deletion doc/proot/man.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH PROOT 1 "2014-09-02" "4.0.2" ""
.TH PROOT 1 "2014-09-15" "4.0.3" ""
.SH NAME
PRoot \- chroot, mount --bind, and binfmt_misc without privilege/setup
.
Expand Down
4 changes: 2 additions & 2 deletions doc/proot/manual.txt
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: 2014-09-02
:Version: 4.0.2
:Date: 2014-09-15
:Version: 4.0.3
:Manual section: 1


Expand Down
22 changes: 20 additions & 2 deletions doc/proot/rpm-spec
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}
Expand Down Expand Up @@ -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
==============

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.1"
#define VERSION "2.2"
#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 "4.0.2"
#define VERSION "4.0.3"
#endif

static const char *recommended_bindings[] = {
Expand Down

0 comments on commit 5dfa69e

Please sign in to comment.