File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ sio2jail (1.5.1) UNRELEASED; urgency=medium
2+
3+ * Fix running tests (https://github.com/sio2project/sio2jail/pull/47)
4+ * Allow poll and similiar syscalls, update cmake configs (https://github.com/sio2project/sio2jail/pull/49)
5+
6+ -- Olaf Targowski <me@otsrv.net> Mon, 10 Nov 2025 23:46:02 +0100
7+
18sio2jail (1.5.0) UNRELEASED; urgency=medium
29
310 * Add support for Intel hybrid CPUs (https://github.com/sio2project/sio2jail/pull/46)
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.0 " ;
87+ const std::string ApplicationSettings::VERSION = " 1.5.1 " ;
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