Tag 'v5.0' created by Jozsef Kadlecsik <[email protected]> at 2010-12-17 
21:35 -0800

v5.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk0L15YACgkQ1qjnz5JBlvZKcgCfeQ3ujTT1/B8obAmxRa8rMd4A
wngAnA3yaRQbHKA/cjSjgg4d56GmO8gW
=zylu
-----END PGP SIGNATURE-----

Changes since the dawn of time:
/C=DE/ST=Berlin/L=Berlin/O=Netfilter 
Project/OU=Development/CN=kadlec/[email protected] (20):
      ipset 2.0 committed
      Cosmetic change to sync with kernel modifications (JK)
      Makefile corrected (fPIC)
      Bug in macipmap (saving) fixed
      Update version number
      Version 2.1 released: few bugs fixed and nethash type added
      ipset 2.1.1 released
      iptree set type added
      Forgot to add the file :-)
      new feature added: IP addresses in nethash type of sets can be tested
      Parser bug, fixed by Tom Eastep
      Manpage fix and bumping the version number
      2.2.3 version releases: manpage fix in ipset, TODO file added
      2.2.4 released, see fixes in pom-ng/set
      ipporthash set type added plus manpage corrections (JK)
      Manpage extended with a few words to explain iptree type of sets
      Several fixes by Jones Desougi:
      Kernel fix documented in Changelog, version number bumped.
      ipset 2.2.9 released
      Minor changes and return code bugfix

/C=EU/ST=EU/CN=Jozsef Kadlecsik/[email protected] (19):
      New release: 2.3.0 (see ChangeLog)
      Manpage update.
      ipset -U segfault fix committed.
      limits.h is required for UINT_MAX with glibc-2.8
      Swen's patches applied:
      Initial ipset release with kernel modules included.
      Missing log line added.
      Support statically linked kernel - no need for pom-ng anymore for ipset 
at all.
      Compatibility cleanup release: kernels >= 2.6.16 and 2.4.36.x are 
supported.
      Fix to compile ipset with 2.4.26.x tree statically.
      ChangeLog forked for kernel part + compatibility fix for kernels >= 
2.6.27 added
      ipset 2.4 release
      As the manpage says, zero valued set entries cannot be used with
      - macipmap type reported misleading deprecated separator
      ipset 2.4.2:
      2.4.3
      Complete changelog line and fix typo.
      2.4.4
      2.4.5

Jan Engelhardt (8):
      build: just use autoreconf
      build: resolve autoreconf/libtoolize suggestions
      build: add separate option for kernel source directory
      build: use libmnl's pkgconfig files
      build: remove manual -fPIC flag
      build: use subdir-objects and CC_C_O
      build: run autoupdate
      Add .gitignore files

Jozsef Kadlecsik (91):
      2.4.6
      2.4.7
      2.4.7
      Disable extra warning flags
      Compatibility: 'bool'
      Fix possible duplicates in hashesh.
      Use the new hash really.
      Update version in Makefile
      Manpage cleanup.
      Fix alignment issue on parisc arhictecture (bugzilla id 582).
      Respect LDFLAGS settings at compile time (Peter Volkov).
      Use spinlock initiator instead of setting the locks directly (Jan 
Engelhardt).
      Release v2.5.0.
      ipset 3.0 release
      ipset 3.1 release
      New 'release' target to make life simpler
      New release again, to fix a mistyping of me and get rid of bool.
      Include linux/jiffies.h for kernel 2.6.20 (Jan Engelhardt)
      ipset 4.0 released
      Corrected kernel/ChangeLog entry
      4.1 version released
      New version 4.2 released:
      First staget to ipset-5
      Second stage to ipset-5
      Third stage to ipset-5
      Fourth stage to ipset-5
      Fifth stage to ipset-5
      Sixth stage to ipset-5
      Seventh stage to ipset-5
      Eight stage to ipset-5
      Nineth stage to ipset-5
      Tenth stage to ipset-5
      Fix Makefile.am
      ipset 5 in an almost ready state - milestone
      Use libmnl nest functions and fix size differences in iptree*.t
      IPv6 match/target module aliases added
      configure/Makefile and debug fixes
      ipset 5: last new feature added
      ipset 5: IPv6 port related and manpage fixes, more tests
      ipset 5: Sparc related and compatibility fixes
      Compatibility and documentation fixes
      Cleanup, compatibility
      Fixes, cleanups, comments
      Rollback to fix commit history
      Merge branch 'ipset-5' of git://dev.medozas.de/ipset into ipset-5
      Build and source kernel directories
      Kernel compile-time files are added to .gitignore
      Listing for hash types fixed
      Test to list large hash sets added.
      Fix gfp_flags at resizing
      Remove to support resizing from kernel context.
      Resizing converted to run under read-locking of the set
      Add parser function to handle IPv4 and IPv6 differently.
      Enforce handling IPv4 and IPv6 differently for hash:ip type.
      Manpage and help text fixes.
      Update README file
      The protocol extended with the command MODIFY.
      Whitespace, checkpatch.pl cleanups.
      Remove command MODIFY
      Remove include/net/pfxlen.h
      Complete Kconfig.ipset with hash:net,port type.
      Create include/linux/netfilter/ipset/ directory
      Update ip_set_jhash.h
      Strip off ip_set_ prefix from non-ipset specific header files.
      Convert hash types from chash to ahash.
      Add proper RCU protection to resizing
      Fix dangling empty line at error/warning messages emitted by ipset.
      Compiler flag compatibility fix with libmnl
      Support case-insensitive ICMP and ICMPv6 type/code names.
      Fixing dangling empty line produced backward-incompatible exit codes, 
fixed.
      Buffered commands are just ... buffered.
      Remove remnants of slist from ip_set_ahash.h
      Convert last printks to pr_debug in ip_set_ahash.h
      Speed up testing a little bit
      Document which elements cannot be stored in the different hash types.
      Fix outdated messages in the tests
      Manpage cleanups, so it's more clear and straightforward.
      Mistypeing in the hbucket() macro fixed.
      Add test to check multi-message listing and swapping.
      Remove unnecessary gfp_flags arguments
      Use the 'full' flags of the types and check not allowed flags.
      Missing spaces in error strings fixed.
      Add ipset_parse_tcpudp_port function
      Support adding/deleting multiple entries, kernel part.
      Support adding/deleting multiple entries, userspace part.
      Updated help texts for the hash:ip and list:set types.
      Updated manpage to reflect wider input possibilities in the ipset tool.
      Add more test to check adding/deleting multiple entries.
      Match command prefixes
      Add tests to check hash:ip,port,net type
      Initialize ChangeLog for the new release

kadlec (3):
      Userspace part of sets: ipset added (JK)
      ipset(8) manpage extended with set match/SET target descriptions (JK)
      ipset binary removed... (JK)

root (2):
      Jenkins' hash updated
      Kernel changelog on Jenkins' hash update.

_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to