2011-03-23 0.9.30
    all:
    - -i switch works on both Linux and Windows hosts to install 
      sample.ini as default mksbackup.ini, create default task in
      Cron or Task scheduler
    - now, "-i" switch can download and install ghettoVCB script in
      vmware sub directory
    - was using un-existing function ErrorDecoding instead of ErrorDecode
    
    ghettoVCB:
    - support for ftp upload
    - parameter "ftp_local" can be used to start built-in ftp server
    - scp copy and ftp upload start after first disk backup and run at the same time as ghettoVCB
    - support for new ghettoVCB >= 2001-03-14

    tar:
    - support for differential and incremental backup 

    esxmon:
    - skip unknown buggy instance


2011-02-28 0.9.22
    all:
    - Windows "install" become "modify" if already installed 
    - check last version POST -> GET
    - added logging.txt in mail_exception() ( traceback.txt ) 
    - added status.txt when an error on one parameter is detected 
      during the load()
      
    esxmon:
    - include pywbem library to reduce dependencies


2011-02-24 0.9.21
    all:
    - The release on PyPi was a failure because the win32.zip binary was
    used by pip and easy_install as a source file.   
    - cosmetic changes

2011-02-22 0.9.20
    all:
    - renamed to mksbackup
    - removed all references to old name mkbackup
    - mksbackup was returning an exit code=1 for success instead of 0
    - Uploaded on PyPI
    - New release easier to install using easy_install or pip.
    - release as a runnable .egg file
      
    ghettoVCB:
    - wrong start time when using scp (move, copy)
    - support for not yet released ghettoVCB
    - better support for ENABLE_NON_PERSISTENT_NFS=1, will be able to do a 
    listing of backup directories before the NFS share is unmounted 

    esxmon:
    - "property_exclude" can exclude fully qualified properties  
    - more explicit about the class, instance an property generating errors
    
    wbadmin:
    - added support for -vsscopy 

2010-11-19 0.9.12
    ghettoVCB:
    - display the version of the ghettoVCB script in the log
    - problem using cipher blowfish with ESXi 3.5 !  

    wbadmin
    - include wbadmin output in the log in debug mode or in case of error

    ntbackup
    - include ntbackup log in the log in debug mode or in case of error
    
2010-11-10 0.9.11
    esxmon:
    - bugfix about status change detection 

2010-11-10 0.9.10
    esxmon:
    - added 'never' to email_when
    - log output into logfile at DEB level
    - changed urlopen timeout to support python 2.4
    - bugfix when email_when=<integer>

2010-11-04 0.9.9
    all:
    - support for new option magikmon, allowing to send report via HTTP to
      magikmon monitoring service 
    - attachment_size default set to 1Mo, max=10Mo aka 10240 (value is in Ko) 
    - attachment_gzip default set to 100K, max=1Mo aka 1024 (value is in Ko)
    - smtp_login and smtp_password must be encoded because HMAC used 
    in CRAM_MD5 require non unicode string
    - generate a traceback for unexpected error in "sendmail"
    - didn't handle well empty attachment
    - added -q for quiet (no console logging), now verbose is the default
    - windows binaries are now generated using python 2.6.6
    - Under Windows use WindowsErrorDecode and ErrorDecode for other platform
    to decode local encoded error message
    - Make logging more robust to unicode error
    
    wbadmin:
    - check if wevtutil output is empty
    - make error handling more robust, WindowsError can contains char>128 
    in error message => unicode mismatch in _decode_ from ascii   
    
    ntbackup:
    - added the "options" parameter 
    - better handling of error if ntbackup.exe is not found
    
    esxmon: (new)
    - add vmware esx(i) monitoring
    - handle magikmon guard URL
     
2010-08-05 0.9.6
    all:
    - environment variables are available from inside the destination syntax


2010-07-28 0.9.5
    all:
    - use distutil for packaging and release
    - added smtp_mode, smtp_login, smtp_password 
    to allow SMTP SSL, TLS and authentication
    - The win32 package contains now a single .exe file
    
    ghettoVCB:
    - last ghettoVCB.sh bring better support for /tmp/ghettoVCB.lock
    management
    
2010-07-22 0.9.4
    ghettoVCB:
    	- mkbackup.exe was missing in the windows package

2010-07-22 0.9.3
    ghettoVCB:
	- include ghettoVCB-2010-07-20
	- ghettoVCB_asx.sh not needed anymore

2010-07-21 0.9.2
    all:
	- logging of any SMTP success and errors 

    ghettoVCB:
	- send a UNIQUE email per job, not a per VM email
	- added the "script" option to use a different ghettoVCB.sh script
	- renamed attachments "dir.txt" and "dir-up.txt" into "dir-${VM}.txt" 
	and "dirup-${VM}.txt"
	- renamed variable in 'status.ini': target -> target-${VM}, 
	scp_cmd -> scp_cmd${VM} and scp_exit_code -> scp_exit_code-${VM}
	- added 'ls_volumes.txt' attachment
        - include the custom ghettoVCB_asx.sh version of the script
    tar: 
        - added find_exit_code in status.txt
        - rename exit_code into tar_exit_code
        - check the find_exit_code for final status


2010-06-25 0.9.1
    ntbackup:
        - addedd option "snap" to match the "/SNAP" switch

2010-06-25 0.9.0
    all:
        - changed 'subject' in mail exception, 'CONFIG' vs 'BACKUP' in subject
        - use ascii encoding if sys.stderr.encoding is None 

    ntbackup:
        - bug about logging in windows.ReadEvLog, added 'log' parameter 
        - better support of "verify"
        - use CSIDL_LOCAL_APPDATA to find the NTBackup logdir
        
    wbadmin:
        - now dir_up.txt contains the listing of the parent of the target directory   
        

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 'attachment_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

