summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-08 00:15:48 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-08 00:15:48 +0000
commitbb1236158fb4699b60163f9dd811a1832f1b529f (patch)
tree3952c66d46dba48a6b10a845216524e3e4eef684 /Changelog-Trunk.txt
parent2d770c1e6197bf2b65b8274894c5b3a3d55ff998 (diff)
downloadhercules-bb1236158fb4699b60163f9dd811a1832f1b529f.tar.gz
hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.tar.bz2
hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.tar.xz
hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.zip
* Fixed txt-converter-login was no longer compilable with supplied project/make files, due to missing reference to function exists in utils.c (bugreport:4626, since r14528).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14569 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 5eba6da1a..1aac02062 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/07
+ * Fixed txt-converter-login was no longer compilable with supplied project/make files, due to missing reference to function exists in utils.c (bugreport:4626, since r14528). [Ai4rei]
* Applied svn:eol-style to VS2010 project files (follow up to r14562). [Ai4rei]
* Reverted r14563, due to multiple issues which render the source malfunctioning or uncompilable. To be redone later (bugreport:4627). [Ai4rei]
* Removed unnecessary reference operator from scanf calls passing character strings as arguments in adduser tool. [Paradox924X]