Skip to content

Commit 99a8417

Browse files
committed
Prepare for v5.3.1 release
1 parent dabcc6f commit 99a8417

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.rst

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

1212
Please see `Unreleased Changes`_ for more information.
1313

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+
1434
5.3.0 - 2022-01-04
1535
------------------
1636

@@ -201,6 +221,6 @@ Fixed
201221

202222
- Non-executable stack for binaries.
203223

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
205225
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0
206226
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

0 commit comments

Comments
 (0)