--- deliantra/server/Changes 2008/09/19 01:39:45 1.231 +++ deliantra/server/Changes 2008/09/20 00:09:26 1.233 @@ -24,12 +24,17 @@ - fix a bug in the dynbuf code that could potentially lead to crashes and data corruption (but apparently was never triggered). - close the $ENV{LOCKUTIL_LOCK_FD} fd if in the env, for lockutil. + - make sure Compress::LZF acquires the storable lock, might fix some + data corruption bug. - tweak coredumping/monitoring a bit. - do not crash in the loader when an inventory object could not be loaded (from a corrupted file). + - object->map is no longer refcounting. - add FLAG_DEBUG for internal debugging. - add NDI_VERBATIM flag to send_msg. - add perl backtraces to logBacktrace-initiated backtraces. + - split login.ext's player scheduler into + it's own player-scheduler.ext extension. 2.7 Sun Sep 7 16:32:03 CEST 2008 - require perl 5.10.