Releases: tohojo/sqm-scripts
Releases · tohojo/sqm-scripts
sqm-scripts v1.6.0
sqm-scripts v1.5.2
What's Changed
- scripts: replace which invocations with command -v by @rsalvaterra in #138
- defaults.sh: invoke modprobe quietly by @rsalvaterra in #139
- systemd: pivot WantedBy to interface rather than multi-user by @jimdigriz in #144
- Iptables compat fixes by @tohojo in #147
New Contributors
- @rsalvaterra made their first contribution in #138
- @jimdigriz made their first contribution in #144
Full Changelog: v1.5.1...v1.5.2
sqm-scripts v1.5.1
Bugfix release on top of 1.5.0
sqm-scripts v1.4.0
Changelog:
- Write all iptables rules to a log file while they are being issued, and rewind this log file at shutdown. This ensures that all iptables rules get automatically removed without having to manually encode this in .qos scripts.
- Add a default implementation of sqm_start() to improve code reuse among .qos scripts
- Add locking to protect against multiple concurrent runs of sqm-scripts
- Run some sanity checks on the permissions of the state dir before reading and executing files stored in it.
- A few minor bug fixes.
sqm-scripts v1.2.4
Bugfix release on the 1.2 branch.