
* 0.7.5   Dic 2004
  - sleeping 1 second before trying to access a sector of the filesystem is done only if the
    model name's string into /proc/scsi/scsi begins with "IOMEGA"

* 0.7.4   Oct 2003
  - cosmeting changes to Makefile.am
  - removed obsolete proc.tar.gz from the source archive

* 0.7.3   Aug 29 2003
  - added usb-bus.db with Vendor= Model= comeing from /proc/bus/usb/devices
  - added no_kudzu_please, a shell script to identify hardware

* 0.7.2   Aug 09 2003
  - fixed cfdisk.c, some functions used exit() instead of return(), 
    this give a bad behavior with badpenguin's kickstart program
  - fixed cfdisk.c, when booting the uzb iomega zip 250 is not
    recognized soon, so i've introduced a 10 times retry loop in
    case that read_sectore() returns error because of the drive
    not ready
  - fixed configure.in, better support for dietlibc and Bad Penguin

* 0.7.1   Oct 03 2002 -> Oct 10 2002
  - removed some assert
  - compile under dietlibc also
  - enhanced probepart

* 0.7.0   2002-06-19
  - fixed detecting of running modules
  - fixed 'modprobe' invocation
  - scanmodule should invoked with "--scan" to load the modules
  - loading modules now works finally

* 0.6.0
  - there has been a lot of changes thanks to Loren Lang

* 0.5.9   2001-11-19 -> 2002-01-23
  - solved the problem with extended partitions on LBA disks
  - added some device into the database
  - fixed the computing of the device id hex value

* 0.5.8   Tue Oct 16 15:16:28 2001
  - applied patch from <Stefko> to query configured network interfaces

* 0.5.7   Mon Oct 15 23:16:45 2001
  - applied patch from <CoWo> for detecting libbadpenguin in configure.in
  - applied patch from <Stefko> for making easy scsi.c
  - applied patch from <AGX> for re-linking example when the library is changed

* 0.5.6   Fri Oct 12 18:22:56 2001
  - <Loren Lang> /proc/modules is checked to see if the module has been loaded

* 0.5.5   Tue Sep  4 16:55:52 2001
  - changed directory structure
  - added support for the other devices (Pcmcia, Usb, Soundcard)
  
* 0.5.4   Mon Sep  3 22:55:28 2001
  - <GM> reported that 0x0F is an extended partition
  - we use set_proc_dir(...,...) to set internal constants

* 0.5.3   Thu Jul 19 15:49:45 2001
  - fixed extended partition bug that does not scan 0x85 partition type
  
* 0.5.2   Thu Jul 19 11:28:50 2001
  - /proc example tree is now exported into a tarball
  
* 0.5.1   Sun Jul  1 11:15:41 2001
  - created a separated dir for tools and examples
  - added probedisk and probepart
  - changed all the sprintf with snprint
    
* 0.5.0   Wed Jun 20 18:02:16 2001
  - first public release;
  - makefile's.am have been sanitized;
