File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ sio2jail (1.5.2) UNRELEASED; urgency=medium
2+
3+ * Add support for clone3 syscall in threads limiter (https://github.com/sio2project/sio2jail/pull/40)
4+
5+ -- Mateusz Masiarz <
[email protected] > Wed, 17 Dec 2025 18:45:00 +0100
6+
17sio2jail (1.5.1) UNRELEASED; urgency=medium
28
39 * Fix running tests (https://github.com/sio2project/sio2jail/pull/47)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class StringOutputGenerator : public TCLAP::StdOutput {
8484namespace s2j {
8585namespace app {
8686
87- const std::string ApplicationSettings::VERSION = " 1.5.1 " ;
87+ const std::string ApplicationSettings::VERSION = " 1.5.2 " ;
8888
8989const std::string ApplicationSettings::DESCRIPTION =
9090 " SIO2jail, a sandbox for programming contests." ;
You can’t perform that action at this time.
0 commit comments