File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ Unreleased
11
11
12
12
Please see `Unreleased Changes `_ for more information.
13
13
14
+ 5.3.1 - 2022-04-24
15
+ ------------------
16
+
17
+ Changed
18
+ ~~~~~~~
19
+
20
+ - Error out when trying to set PTRACE_O_TRACESECCOMP under ptrace emulation.
21
+ - Set the restart_how field in a newly created child tracee.
22
+
23
+ Removed
24
+ ~~~~~~~
25
+
26
+ - Unnecessary dependency of PRoot on libarchive.
27
+ - Changelog target from doc makefile.
28
+
29
+ Fixed
30
+ ~~~~~
31
+
32
+ - Incorrect year for 5.3.0 release in changelog and manual.
33
+
14
34
5.3.0 - 2022-01-04
15
35
------------------
16
36
@@ -201,6 +221,6 @@ Fixed
201
221
202
222
- Non-executable stack for binaries.
203
223
204
- .. _Unreleased Changes : https://github.com/proot-me/proot/compare/v5.3.0 ...master
224
+ .. _Unreleased Changes : https://github.com/proot-me/proot/compare/v5.3.1 ...master
205
225
.. _Keep a Changelog : https://keepachangelog.com/en/1.0.0
206
226
.. _Semantic Versioning : https://semver.org/spec/v2.0.0.html
You can’t perform that action at this time.
0 commit comments