diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-09 07:39:27 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-09 07:39:27 +0000 |
commit | ab9b60f5c4501eb8d7bec4a053d73fc723ea31b5 (patch) | |
tree | ceea0d69fbfe3366454c34157adc1baa414f291b /Changelog-Trunk.txt | |
parent | 912dfc3af719b251d8a5036e76fb2733dddad46c (diff) | |
download | hercules-ab9b60f5c4501eb8d7bec4a053d73fc723ea31b5.tar.gz hercules-ab9b60f5c4501eb8d7bec4a053d73fc723ea31b5.tar.bz2 hercules-ab9b60f5c4501eb8d7bec4a053d73fc723ea31b5.tar.xz hercules-ab9b60f5c4501eb8d7bec4a053d73fc723ea31b5.zip |
* CMake: added search for math library, made CPack existence optional, updated the search for mysqlclient and corrected misspelled variables (tested with FreeBSD-8.2-i386)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14893 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e5e1b81cc..fe07980c3 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/07/09 + * CMake: added search for math library, made CPack existence optional, updated the search for mysqlclient and corrected misspelled variables (tested with FreeBSD-8.2-i386) [FlavioJS] * Removed duplicate entries for Gunslinger and Ninja in msg_athena.conf (since r5506). [Ai4rei] 2011/07/07 * Replaced compress/uncompress inline code (encode_zip/decode_zip) with the respective zlib library calls while keeping 3rdparty calls inside common code (follow up to r14888, related r14808). [Ai4rei] |