<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	This is a simplified package manifest for SMF packages.

	ATTENTION: If you are trying to install this manually, you should try
	the package manager.  If it will not work for you, please take a look
	at the following for information on this format:
		http://mods.simplemachines.org/docs/manual-install.php

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
	<id>smf:smf-1.0.7</id>
	<name>SMF 1.0.7 / 1.1 RC2 Update</name>
	<version>1.0</version>

	<type>modification</type>

	<install for="1.0.5">
		<readme type="inline">
			This patch file will update your forum to SMF 1.0.7.
		</readme>
		<modification type="file" format="boardmod">smf_1-0-5_to_1-0-7_patch.mod</modification>
		<modification type="file">php-4.4.0-compat.xml</modification>
		<modification type="file">mysql-5.0.12-compat.xml</modification>
	</install>
	<install for="1.0.6">
		<readme type="inline">
			This patch file will update your forum to SMF 1.0.7.
		</readme>
		<modification type="file" format="boardmod">smf_1-0-6_to_1-0-7_patch.mod</modification>
	</install>
	<install for="1.1 RC2">
		<readme type="inline">
			This patch file will update your SMF 1.1 RC2 forum to fix the vulnerability of the HTTP_X_FORWARDED_FOR input variable.
		</readme>
		<modification type="file" format="boardmod">smf_1-1-RC2-1_patch.mod</modification>
		<modification type="file">firefox_1-5_fix.xml</modification>
	</install>
	<uninstall for="1.0.7">
		<modification type="file" format="boardmod" reverse="true">smf_1-0-6_to_1-0-7_patch.mod</modification>
	</uninstall>
	<uninstall for="1.1 RC2">
		<modification type="file" format="boardmod" reverse="true">smf_1-1-RC2-1_patch.mod</modification>
		<modification type="file" reverse="true">firefox_1-5_fix.xml</modification>
	</uninstall>
</package-info>