This file documents what has been changed
=========================================

mudlib.n.5

The skill values and stats now has an unlimited range. However, before they
are used, they are always converted to a number in the range 0 - 100.

A system to define doors and locks is included. See docs in
/doc/mechanisms/door . There is an example in /example/workroom.c (which seems
to not work correctly).

The master.c was modified to allow logging of errors by using get_log_file().

mudlib.n.6

The source was modified to use create() and reset() instead of
reset(0) and reset(1).

mudlib.n.7

Fixed some bugs found when type testing was enabled for '+'.

Implemented a working map system. Read about it in /doc/mechanisms/map.

Extended /complex/room.c with set_one_item_descr() to make it easy to
update the description of an item.

mudlib.n.8

Updated master.c and secure/simul_efun.c for removal of ls().
