diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 02:07:30 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 02:07:30 +0000 |
commit | d8776648ff6e6b3cb4922025b12c9cc42974b4db (patch) | |
tree | 5d2de15f0f2057dc0d6fc034ccc4e76a0ee353c5 /Changelog.txt | |
parent | b91405aa5454bab5eeacd29d28a773812ef55b29 (diff) | |
download | hercules-d8776648ff6e6b3cb4922025b12c9cc42974b4db.tar.gz hercules-d8776648ff6e6b3cb4922025b12c9cc42974b4db.tar.bz2 hercules-d8776648ff6e6b3cb4922025b12c9cc42974b4db.tar.xz hercules-d8776648ff6e6b3cb4922025b12c9cc42974b4db.zip |
Servers can bind to single IP addresses now, and added buffer.(c/h)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1033 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 2a8469119..5dbab7aa2 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,10 @@ Date Added 02/04 + * Added common/buffer.(c/h) [SVN 1033: Ajarn] + * Login server can now set it's ip address in the config [SVN 1033: Ajarn] + * Servers now bind to a single ip address, thus allowing multiple servers to + a single port [SVN 1033: Ajarn] * Added experimental code to generate a stack dump when it segfaults, thanks to Ser [celest] - does not work with Cygwin, as it does not have glibc |