v1.8 (2012/01/12)
=================
--Address detection on proposed slaves previously only detected IPv6 
  addresses.  Fixed.
--Version is now extracted dynamically, so I don't have to remember 
  to bump it each release
--Removal of non-existent bonding masters silently succeeds
--Addition of existing bonding masters silently succeeds
--Assigned MAC addresses of bonding masters are preserved after adding
  first new slave.
--Added 'laddress' command to allow setting of link (MAC) addresses
--Addded 'ipaddress' command to allow setting of IPv4/IPv6 addresses
--Updated documentation

v1.5 (2011/08/26)
=================
--Modified Makefile to be a bit more robust and distro agnostic
--Added the ability to execute commands from an external file 
  to bondctl
--Updated documentation

v1.4 (2011/04/01)
=================
--Allowing interfaces to be attached that are up if they don't have any
  site/global addresses assigned.  If they're down with addresses they
  can also be attached.
--Because interfaces can be admin up/oper down I'm now downing all
  interfaces before attaching

v1.3 (2011/03/23)
=================
--added support for loading bonding support if not already loaded
--added support for loading specific interfaces by modprobe alias

v1.1 (2011/03/23)
=================
--Bumped the verison number
--we used to error out if the slave device wasn't present in sysfs.
  Modified the routine to attempt a module autoload with iproute for
  systems with unloaded drivers.  If that doesn't work, then we error out.

