diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1e6f6f8176..3d151790ac 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -6,6 +6,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/04/16 * Temperory fixed compiler warnings/errors. Please compile before commiting. [Lance] + * Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. + (Required by systems without these DLLs preinstalled) [Lance] 2006/04/15 * Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out. diff --git a/libmysql.dll b/libmysql.dll new file mode 100644 index 0000000000..2831a850fd Binary files /dev/null and b/libmysql.dll differ diff --git a/pcre3.dll b/pcre3.dll new file mode 100644 index 0000000000..7df6f9e5a2 Binary files /dev/null and b/pcre3.dll differ diff --git a/zlib1.dll b/zlib1.dll new file mode 100644 index 0000000000..1cf8a476e5 Binary files /dev/null and b/zlib1.dll differ