MYLITTLEBACKUP 
UPGRADE FROM V1.5 TO V1.6


*** /web.config:
update the Version, Release and Build keys to
	<add key="Version" value="1.6a" />
	<add key="Release" value="0043" />
	<add key="Build" value="3533" />

*** /config.xml
add a restorelogicalname property to <restore> node and set it to true or false
	<restore 
		defaultfolder="\\Server\dbupload\"
		maxuploadcount="1"
		checkmaxsize="true"
		disclaimer="true"
		restorelogicalname="true"
	>

*** /history.txt
replace with the new one

*** /bin/mlb.dll , /bin/mlb_gui.dll , /bin/mlb_silent.dll
replace with the new ones

*** /js/mlb_sql.js
replace with the new one

*** /skin/default/mlb_gui.css
replace with the new one

*** /skin/default/img/app/intro.gif , /skin/default/img/app/headerdlg.gif
replace with the new ones