0.5.0   2000-feb-11
	* spostate molte funzioni da caronte in 'hardware'
	* riscritta libhardware per gestire l'accesso alla macchina

0.4.0	2000-feb-8
	* creata la sezione 'hardware' per rendere indipendente il detecting
          da caronte
        * caronte riconosce i dischi/cdrom EIDE/SCSI - da testare bene

0.3.0	2000-feb-6
	* completato il debugging di 'setup'
	* completato --post-install e --x-post-install

0.2.4	2000-feb-5
	* completato il debugging di tutte le cartelle tranne 'setup'
	* migliorato 'runcommand'
	* untar: in caso di UNTAR_MASKINSTALL esce subito dopo l'estrazione
	  dell'ultimo file di /install aumentando la velocita'
	* untar: iniziata la gestione dei file in /incoming
	* completato --install e --finalize
	
0.2.3	2000-feb-3
	* caronte: completed probing of eide and scsi disks

0.2.2	2000-jan-28
	* doing setup --finalize
	* doing finding_packages
	* todo: read unresolved deps back to the DEPS file
	
0.2.1	2000-jan-27
	* check_version OK
	* fixing something on read_line, *_request.c
	* TODO: install required packages and save unresolved deps
	* The strongly asked feature of checking version of packages and
          files by the soname is now in ! Instead of specifying a REQUEST
          line of 3 params you can also use 5. The 2 extra params are the
	  minimum package and libs required patchlevel.

Example: The line ...
base	libc6-shared_2	glibc2.so.2	1.2	1.2
means that you need at least glibc2.so.2.1.2 to solve the deps, instead
the line
base	libc6-shared_2	glibc2.so.2	0.7pre6	0.7pre6
let you safely have glibc.2.0.8 or glibc.2.1.0

0.2.0	2000-jan-26
	* copying REQUEST into DEPS
	* parsing of DEPS to avoid duplicate row
	* moving DEPS to memory and unlinking the file
	* beggining to decode the DEPS line distinguin between old REQUEST
	  line and the new DEPS line (3 vs 5 params)

0.1.0	2000-jan-25
	* introduzione di ansi.h
	* colori di log 
	* deltree revisited
	* reduced amount of debugging messages
	* almost removed all the shortcut using system

0.0.5	2000-jan-24
	* scheduling of POST-INSTALL and X-POST-INSTALL
	* schedule DEPENDENCIES
	* schedule install--menu
	* package registration
	* clean-up at the end of setup_install
	* setup_install completed

0.0.4	2000-jan-23
	* adjusting package's category using install path
	* installation checking
	* conflicts handling
	* execution of PRE-INSTALL script
	* main package extraction
	* ldconfigon interactive input
	* execution of INSTALL script

0.0.3	2000-jan-22
	* various checking before the main extraction

0.0.2	2000-jan-22
	* untar done
	* push, flush and remove of headers done
	* parsing of /install/INFO done
	
0.0.1	2000-jan-21
	* development of setup_install is going on
	* untar almost done (75%)
	* push_header to be done

0.0.0	2000-jan-21
	* Command line parser done
	* Porting of script 'setup' completed
	* Starting porting of script 'setup--install'
	* Autconf/Automake development environment complete
	* Starting to implement untar
	* Added the --debug flag	