summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-17 13:10:20 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-17 13:10:20 +0000
commitc8d3ca81535c90da0b9d903b0976715f5fc5198b (patch)
treecc29bd84f6ad2a8f6d8da71bf137b406bdf02ddd /Changelog-Trunk.txt
parent222233014303fe4054ecbbe5d22ea92c6c573ef1 (diff)
downloadhercules-c8d3ca81535c90da0b9d903b0976715f5fc5198b.tar.gz
hercules-c8d3ca81535c90da0b9d903b0976715f5fc5198b.tar.bz2
hercules-c8d3ca81535c90da0b9d903b0976715f5fc5198b.tar.xz
hercules-c8d3ca81535c90da0b9d903b0976715f5fc5198b.zip
Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for example). Complain if it doesn't compile. (bugreport:765)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12212 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 62d4ad2ee..bc629ffd5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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.
+2008/02/17
+ * Made unix interface enumeration work with dynamic sockaddr lengths
+ (BSD, for example). Complain if it doesn't compile. (bugreport:765)
2008/02/14
* Removed/replaced all calls to map_getallusers (followup to r12195)
* Trashed @whozeny (from r269) [ultramage]