Added a FreeBSD directory to allow people from BSD to get a daily version and create a port. (Angel Carpintero).
Removed mysql dependency from debian package and added a note to setup motion to run as daemon to create the pid file. (Angel Carpintero).
Changed the way configure search mysql headers and libs, added 3 parameters to configure --without-mysql to disable support, --with-mysql-include directory of mysql.h and --with-mysql-lib directory of libmysqlclient.a or libmysqlclient.so (Angel Carpintero).
Added MYSQL_OPT_RECONNECT flag for mysql connection (MYSQL 5.x only) and changed default value for mysql_host (Angel Carpintero).
Bugfixes
Removed a duplicate call to jpeg_destroy_decompress already is called from netcam_image_conv (Krzysztof Blaszkowski).
The pwc-ioctl.h is for pwc version 9.0.1, 10.0.X. If you still use the pwc 8 series then you need to use the headerfile pwc-ioctl.h-pwc8.0 (copy the pwc-ioctl.h-pwc8.0 over pwc-ioctl.h). This is relevant for USB cameras using Philips chips.