summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-03-03 14:04:02 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-03-03 14:04:02 +0100
commita2620a29605b84edfeac45c203f15a15b21f4cdf (patch)
tree1a7d618b5f62bbbc248ed344cd35b088b506f4a9 /ChangeLog
parent36b914d87d3b3a9cb9554507d3f6702c89154f29 (diff)
ipset 6.36 releasedv6.36
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb3f3fd..15a93e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+6.36
+ - Use 'ss' in runtest.sh but fall back to deprecated 'net-tools'
+ command (bugzilla id #1209)
+ - build: do install libipset/args.h (Jan Engelhardt)
+ - Add test to verify wraparound fix
+
6.35
- Userspace revision handling is reworked
- Replace the last reference to u_int8_t with uint8_t.