2010-05-24 0.8.10b

    ntbackup:
        - detect 32bit version of mkbackup running on 64bit and display a message 
        about the 64bits trick if ntbackup.exe is not found.

    wbadmin:
        - don't check if target exist if no backup today (type=='none') 


2010-05-21 0.8.9b
    all:
        - limit attachment size to 'attachement_size', if not truncate the file

    ghettoVCB:
        - exit_code returned by ssh is always wrong, use the workaround all the time
        
    tar:
        - added 'error_find' parameter

    wbadmin:
        - switch back to the full listing in "wbadmin get versions", 
        not only the related "backupTarget"  


2010-05-18 0.8.8b
    ghettoVCB:
        - ESXi3.5 don't return any exit_code, then use a workaround
        - Internal logging was raising an exception for multiple VM in vm_list
          now logging is correctly reopen
           
    wbadmin:
        - create target directory, using credential if required 
        

2010-05-16 0.8.7b

    ghettoVCB:
        removed the keepAlive
        now "destination" can contain ANSI char in windows
        
        

2010-05-14 0.8.6b
	all:
		bug: exit_code is now 0 when successful
		remove all passwords from report and log
		logging now replace char not in charset by a ? 
		better file and attachment encoding (attachment charset)  

	wbadmin:
		include "wbadmin get versions" in report
		detect 32bit version of mkbackup running on 64bit and set wbadmin_bin as appropriate 
		
	ghettovcb:
	    include destination directory listing when destination is set


2010-05-07 0.8.4b
	wbadmin:
		wbadmin was not running from inside task scheduler
			added wbadmin_bin and wevtutil_bin parameter to set
			full path to binary

2010-05-03 0.8.3b
	all:
		support for manager object
		added logging to mail report

	ghettovcb:
		support the -a option via an empty vm_list
		added vm_exclude when vm_list is empty


2010-04-29 0.8.2b 
	all:
		added manager object
	ghettovcb:
		try to create the target directory before to SCP
		bug: "local" directory, mix windows and un*x path 
	

2010-04-28 0.8.1b 
	added wbadmin frontend

	ghettovcb:
		added destination option, including "copy" and "move" type 
		to copy backup to host


2010-03-30 0.2.1b
	added tar frontend (beta)
	added ghettovcb frontend (beta)

	ntbackup:
		don't check anymore if the default ntbackup log directory
		exist

2010-03-17 0.1.7
	better command line argument checking
	better error reporting about missing target directory
	
2010-02-15 0.1.6
	beter diagnostic regarding the EventLog
	a bug about the verbose mode

2010-01-05 0.1.5
	beter unicode support
	support console and file logging
	option -l to specify a logfile

2009-12-31 0.1.4
	added console and file logging using -l option
	added 'none' backup type
	
2009-12-29 0.1.3
	first public release

