Skip to content

Commit 0c86701

Browse files
committed
Bump version
1 parent 66e9be7 commit 0c86701

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
sio2jail (1.5.0); urgency=medium
2+
3+
* Add support for Intel hybrid CPUs (https://github.com/sio2project/sio2jail/pull/46)
4+
* Added mremap tracing and fixed a bug in MemoryLimitListener (https://github.com/sio2project/sio2jail/pull/43)
5+
* Documentation improvements (https://github.com/sio2project/sio2jail/pull/37, https://github.com/sio2project/sio2jail/pull/44)
6+
7+
-- Mateusz Masiarz <[email protected]> Mon, 15 Apr 2024 14:08:58 +0100
8+
19
sio2jail (1.4.4) UNRELEASED; urgency=medium
210

311
* Version 1.4.4

src/s2japp/ApplicationSettings.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class StringOutputGenerator : public TCLAP::StdOutput {
8484
namespace s2j {
8585
namespace app {
8686

87-
const std::string ApplicationSettings::VERSION = "1.4.4";
87+
const std::string ApplicationSettings::VERSION = "1.5.0";
8888

8989
const std::string ApplicationSettings::DESCRIPTION =
9090
"SIO2jail, a sandbox for programming contests.";

0 commit comments

Comments
 (0)