-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
44 lines (38 loc) · 897 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
CHANGES
=======
0.3.0
-----
* check if strace is installed
* update changelog for 0.2.0
* ignore python dist
0.2.0
-----
* install from pypi
* fix license classifier
* update changelog
0.1.0
-----
* adding build badge
* fix pep8 errors
* ignore pyc
* fix pep8 errors
* adding overview about seccomp
* adding further readings
* example on how to use security profil
* fix filename output on documentation
* fix install
* fix contribute guide
* update usage with seccomp.json file generated
* use restructuredText for readme instead of markdown
* packaging + TU + CI
* introduce CI
* keep strace statistics
* add gitignore
* rename tmpfile and create seccomp profile in a file
* do not touch stdout and stderr to be transparent on execution
* further reading and contributors
* update doc with command
* pass command to execute to bouncer
* improve usage
* rename tool
* initialize repository