fireEvent('updater.updated','Updated to a new version with hash "%s", this version is from %s'%(info['update_version']['hash'],version_date),data=info)
except:
log.error('Failed notifying for update: %s',traceback.format_exc())
fireEvent('updater.available',message='A new update with hash "%s" is available, this version is from %s'%(info['update_version']['hash'],version_date),data=info)