summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-23 20:44:37 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-23 20:44:37 +0200
commit82751c4269b72e10788a931008d63eed9e6bd126 (patch)
treef1cd857fbe235077ceda205a668ff218ae9af22f /ChangeLog
parentc841101b3d73722c67f24127c3de26e94e53ce8a (diff)
ipset 6.34 releasedv6.34
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e72523d..a321a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+6.34
+ - testsuite: Make sure it can be run over ssh :-)
+ - Reset state after a command failed, when multiple ones are issued
+ (bugzilla id #1158, reported by Dimitri Grischin)
+ - Handle padding attribute properly in userspace.
+ - Test to check the fix to add an IPv4 range containing more than 2^31
+ addresses
+ - Fix the include guards on the include/libipset/linux_ip_set*.h
+ (bugzilla id #1139, suggested by Quentin Armitage)
+ - New function added in commit 54802b2c is missing from libipset.map
+ (bugzilla id #1182, reported by irherder@gmail.com)
+
6.33
- Report if the option is supported by a newer kernel release
- ipset: Fix ipset command replacement in runtest.sh (Neutron Soutmun)