diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-29 05:19:01 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-29 05:19:01 +0000 |
commit | 02720aae3af5cc563a8b6dd374b5aebd5a0da074 (patch) | |
tree | 59ebbe47fe076464218bbde1a5206768ae1d0601 /Changelog.txt | |
parent | 893a5922031f91f0599480d2ffbf525b76803165 (diff) | |
download | hercules-02720aae3af5cc563a8b6dd374b5aebd5a0da074.tar.gz hercules-02720aae3af5cc563a8b6dd374b5aebd5a0da074.tar.bz2 hercules-02720aae3af5cc563a8b6dd374b5aebd5a0da074.tar.xz hercules-02720aae3af5cc563a8b6dd374b5aebd5a0da074.zip |
A few bug fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@412 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 98fe98ac4..b7caeb230 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,13 @@ Date Added 11/28 + * Fixed a crash in login_sql/login.c [MouseJstr] + * made common/socket.c more crash resistant [MouseJstr] + * Added flush_fifos to socket.c so that we can make sure everything + has been sent before we shut the process down [MouseJstr] + * Modified src/char_sql/char.c to flush fifos on exit [MouseJstr] + * Fixed a crash in src/map/map.c shutdown where it would + use the char_fd session after it was alrady cleaned up [MouseJstr] + * removed conf-templ/atcommand_athena.conf.orig [MouseJstr] * removed a USE from sql-files/main.sql that should not be there [MouseJstr] * Changed MSG_INFO color to bright white, since bright blue want so bright... [MC Cameri] * Made Map Removed: %d string be displayed only if there were maps removed. [MC Cameri] |