summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-28 13:31:22 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-28 13:31:22 +0000
commit434c36b4267b2665780f1afbee2b7d7118bc3c01 (patch)
tree03f04557f7afb61132ed8be78c40065004968427 /Changelog-Trunk.txt
parent971beef1fc01e7137ba2fabe7eb9417e5076f711 (diff)
downloadhercules-434c36b4267b2665780f1afbee2b7d7118bc3c01.tar.gz
hercules-434c36b4267b2665780f1afbee2b7d7118bc3c01.tar.bz2
hercules-434c36b4267b2665780f1afbee2b7d7118bc3c01.tar.xz
hercules-434c36b4267b2665780f1afbee2b7d7118bc3c01.zip
- Changed write to send as suggested by TheUltraMage in:
http://www.eathena.ws/board/index.php?showtopic=105417 Hopefully that will take care of the SIGPIPE problem in Debian and cygwin. - Server name in core.c skipping '\\' characters. - Memory allocation functions using file,line,func from the invoking functions. - Other minor changes in malloc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9344 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 8d74b1ce9..336dd521c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,13 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/11/28
+ * Changed write to send as suggested by TheUltraMage in:
+ http://www.eathena.ws/board/index.php?showtopic=105417
+ Hopefully that will take care of the SIGPIPE problem in Debian and cygwin. [FlavioJS]
+ * Server name in core.c skipping '\\' characters. [FlavioJS]
+ * Memory allocation functions using file,line,func from the invoking functions. [FlavioJS]
+ * Other minor malloc changes. [FlavioJS]
2006/11/27
* Now when a player's "attack once" request fails due to range, the client
is told to move to the target to attack it. This sort of fixes the problem