[DGD]1.1.83
Felix A. Croes
felix at dworkin.nl
Sat Nov 6 00:08:29 CET 1999
diff -c dgd/src/Changelog:1.189 dgd/src/Changelog:1.190
*** dgd/src/Changelog:1.189 Sun Oct 24 22:53:49 1999
--- dgd/src/Changelog Fri Nov 5 23:50:11 1999
***************
*** 1311,1313 ****
--- 1311,1315 ----
to use.
- Connections with pending output that failed in a write would never get
closed.
+ - Newly added mixed variables would get the value of the old variable in the
+ same slot during upgrading.
ftp://ftp.dworkin.nl/pub/dgd/experimental/1.1.82-1.1.83.gz
A number of changes were also made to the kernel library, making
thread local storage efficiently usable by System objects which inherit
/kernel/lib/api/tls.
Those of you who use the kernel library in a persistent mud should
upgrade by executing the following code in a System object:
compile_object("/kernel/sys/driver");
destruct_object("/kernel/lib/connection");
destruct_object("/kernel/lib/port"); /* only if used */
compile_object("/kernel/obj/telnet");
compile_object("/kernel/obj/binary");
compile_object("/kernel/obj/port"); /* only if used */
dump_state();
shutdown();
After the reboot, upgrade the auto object and everything that depends
on it normally.
Regards,
Dworkin
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list