
$Id: NEWS,v 1.19 2004/10/03 19:53:15 tfheen Exp $

intuitively-0.7:
- build with libnet1 and libpcap0.8
- handle the case of myip not being set

intuitively-0.6.1:
- fix overwriting of config file when running make install, thanks to
  Thomas Zander for the bug report.
- now we only skip . and .. in the symlinking part.

intuitively-0.6:
- add preconfigure patch from Colin Walters, enabling us to do WEP keys
  if we are working with a wireless card.

intuitively-0.5.2:
- build fixes, config.{sub,guess} updates.

intuitively-0.5.1:
- fix spec file, courtesy of Patrice DUMAS
- add detection for libpcap, which makes this build easier on RH, also
  courtesy of Patrice DUMAS

intuitively-0.5:
- add docs
- add spec file
- add -_ to allowed path chars.
- Thanks to Patrice DUMAS - DOCT <dumas@centre-cired.fr> for those fixes

intuitively-0.4.3:
- Add dry-run-switch
- Minor code cleanups
- Fix build problems (from Debian version)
- Fix a couple of warnings (unsigned char** vs char**)
- Make -i work properly when having multiple interfaces
- allow - in ids
- fix segfault in dump_entry_as_text if trying to dump unconfigured
  iface

intuitively-0.4.2:
- added defaultlocation patch from Achim D. Brucker

intuitively-0.4.1:
- minor cleanups

intuitively-0.4:
- reorganized the NEWS file
- cleanups
- now supports --locationfile for writing out the location to a file
- is now able to use dumped configuration as it's configuration file.
  That is, syntax cleanups
- support for --writeconfig which will try to guess current
  configuration.  Eventually, this should be able to set up a new tree
  in sysconfdir.
- glibc 2.2 cleanups, ss_family instead of __ss_family
- reference SYSCONFDIR instead of /etc/intuitively
- updated the documentation

intuitively-0.3.2:
- Fix a missing line in parser.l
- Doc updates
- Fixed a small problem where two addresses might be seen as equal,
  even though they were different (.17 and .1 might be seen as the
  same).

intuitively-0.3.1:
- removed some annoying debugging information

intuitively-0.3:
- does now know about multiple hosts with the same IP address, but
  different MAC addresses.

intuitively-0.2:
- a small fix for building documentation
- fixed a small, possible IPv4/IPv6 conflict

intuitively-0.1.5:
- support for not setting the IP address.  Permits DHCP support

intuitively-0.1.4:
- autoconf/automake support should ease building
- fix for when the interface wasn't up in the first place

intuitively-0.1.3:
- Makes it only remove symlinks, unless -f is given
- Added a --force switch
- Doesn't symlink files ending with '~'
- fixed /netmask notation, which got broken by some of the IPv6
  changes.

intuitively-0.1.2:
- Preliminary hooks for IPv6.
- Configuration file specifiable on the command line.
- Other small fixes.

intuitively-0.1.1:
- small fix which made it timeout far too often.  A missing sleep(3).

intuitively-0.1:
- Now, it actually works
- Symlinks working, commandline switches, proper manpage etc.

intuitively-0.0:
- initial release
- changed and fixed divine-0.7
