-
Notifications
You must be signed in to change notification settings - Fork 22
/
Changelog
50 lines (36 loc) · 926 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
45
46
47
48
49
50
Changelog
=========
0.8
---
- Tweak cgutil top for recent environments
- Use GitHub Actions as CI
.. _section-1:
0.7
---
- Support PID and RDMA subsystems
- Support new control files
- Mark python2 deprecated
.. _section-2:
0.6
---
- Support new control files added between Linux 3.9 and 3.18
- Support Python 3
- Drop Python 2.5 support
- Fix several bugs. Thanks lebauce and pavel-odintsov!
.. _section-3:
0.5
---
- Support hugetlb subsystem
- Support additional cgroup files of blkio, memory and freezer
- Use argparse instead of optparse
- Fix several bugs. Thanks novas0x2a and unicell!
.. _section-4:
0.4
---
- Add unit tests for control file parsers and a test for PEP8
compliance
- Support dynamic cgroups hierarchy update for top command
- Support missing net_prio subsystem
- Complete event_control supports in event command
- Implement mkdir/rmdir commands
- Fix a bunch of bugs