The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.07    -Bug fix: packets weren't being balanced correctly.
	-Bug fix: lsm action directories were not being installed in correct place.

1.06	-You can now assign weights to each of the ISPs in order to prefer one over the ohter
	-Allow user to take actions based on lsm events.
	-Retry interfaces that are not running at time load_balance runs
	-Remove dependencies on interface configuration files. Everything figured out using ip route and ip addr.
	
1.05    -Delete user-defined chains for the "nat" and "mangle" tables.
	-Create Net::Netmask objects using the new2() constructor, which returns
	 undef in cases when the address or mask can't be parsed.

1.04    -Add two new convenience methods: add_route() and force_route().
	-Add explicit pre-run and post-run scripts.

1.03    -Documentation fixes.

1.02    -lsm now calls load_balance.pl directly as an eventscript, rather than indirectly.
	-Cleaned up documentation.
	-Add --kill and --status arguments to load_balance.pl

1.01	-Update lsm config file when network configuration changes.
	-Use log-level 4 for all iptables logging events.        

1.00	-Initial release