summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-15 18:10:08 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-15 18:10:08 +0200
commitfbed811be97ed18c068bd1e76d2a0c2a6f1eaf0e (patch)
tree8088b7026e824e13a364eb32430790a76a7e4a58 /ChangeLog
parent4652cd11938b7ed2ad16cbb80698caa44b0e53bb (diff)
ipset 6.22 releasedv6.22
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc29059..9b01285 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+6.22
+ - hash:mac type added to ipset
+ - Add test to check mark mapping
+ - ipset: remove extran newline on debug output (Holger Eitzenberger)
+ - ipset: avoid duplicate command flags (Holger Eitzenberger)
+ - Remove a duplicate debug print (Holger Eitzenberger)
+ - ipset: man: Add the skbinfo extension documentation. (Anton Danilov)
+ - libipset: Add userspace support of the skbinfo extension of the list
+ set type. (Anton Danilov)
+ - libipset: Add userspace support of the skbinfo extension of the hash
+ set types. (Anton Danilov)
+ - libipset: Add userspace support of the skbinfo extension of the
+ bitmap set types. (Anton Danilov)
+ - libipset: Add userspace code for the skbinfo extension support.
+ (Anton Danilov)
+ - Make possible to compile ipset with IPSET_DEBUG from the dist.
+ (Clinton Roy)
+ - libipset: print third element in debugging (Sergey Popovich)
+ - ipset: Handle missing leading zeros in ethernet address parser
+ (Janeks Jaunups)
+ - ipset: Pass IPSET_BIN to test scripts to change binary location
+ (Neutron Soutmun)
+ - ipset: Fix grammar error in manpage (Neutron Soutmun)
+ - ipset: Fix printf format warning (Neutron Soutmun)
+
6.21.1
- The bash utilities are updated
- Fix libipset library release versioning (reported by Mathieu Bridon)