[ Murphy's Law - you test code for weeks on M*U*S*H, and the day you release it, someone, hours later, crashes it by accident, by hitting a line of code that you screwed up. Anyway, critical patch... ] This is patch07 to PennMUSH 1.7.7. After applying this patch, you will have version 1.7.7p7 To apply this patch, save it to a file in your top-level MUSH directory, and do the following: patch -p1 < 1.7.7-patch07 make install If you use GNU patch 2.2, you probably want the above to be 'patch -b -p1', not just 'patch -p1'. Unix (or cygwin) users need not worry about failed hunks in src/switchinc.c, hdrs/switches.h, hdrs/cmds.h, or hdrs/funs.h. These files are automatically rebuilt on compile. Then @shutdown and restart your MUSH. - Alan/Javelin In this patch: Fixes: * Crash bug in zone-checking during @dbck fixed. Prereq: 1.7.7p6 *** 1_7_7.147/Patchlevel Thu, 23 Jan 2003 10:35:55 -0600 dunemush (pennmush/5_Patchlevel 1.17.1.11.1.8 600) --- 1_7_7.148(w)/Patchlevel Sat, 25 Jan 2003 20:50:15 -0600 dunemush (pennmush/5_Patchlevel 1.17.1.11.1.8 600) *************** *** 1,2 **** Do not edit this file. It is maintained by the official PennMUSH patches. ! This is PennMUSH 1.7.7p6 --- 1,2 ---- Do not edit this file. It is maintained by the official PennMUSH patches. ! This is PennMUSH 1.7.7p7 *** 1_7_7.147/CHANGES Thu, 23 Jan 2003 22:16:51 -0600 dunemush (pennmush/g/23_CHANGES 1.43 600) --- 1_7_7.148(w)/CHANGES Sat, 25 Jan 2003 20:50:20 -0600 dunemush (pennmush/g/23_CHANGES 1.44 600) *************** *** 18,23 **** --- 18,29 ---- ========================================================================== + Version 1.7.7 patchlevel 7 January 25, 2003 + + Fixes: + * Crash bug in zone-checking during @dbck fixed. + + Version 1.7.7 patchlevel 6 January 23, 2003 Major changes: *** 1_7_7.147/game/txt/hlp/pennvers.hlp Thu, 23 Jan 2003 22:18:13 -0600 dunemush (pennmush/12_pennvers.h 1.169.1.42.1.3.1.2.2.2.1.1.1.3.1.1.1.5.1.4.1.1.1.1.1.1.1.1.1.5.1.1.1.3.1.1.1.3.1.1.1.54.1.10.1.2.1.1.1.1.1.1.1.2.1.1.1.1.1.1.1.1.1.1.1.2.1.1.1.1.1.7.1.1.1.1.1.2.1.1.1.4.1.2.1.1.1.1.1.1.1.2.1.1.1.2.1.1.1.1.1.1.1.1.1.4 600) --- 1_7_7.148(w)/game/txt/hlp/pennvers.hlp Sat, 25 Jan 2003 20:41:14 -0600 dunemush (pennmush/12_pennvers.h 1.169.1.42.1.3.1.2.2.2.1.1.1.3.1.1.1.5.1.4.1.1.1.1.1.1.1.1.1.5.1.1.1.3.1.1.1.3.1.1.1.54.1.10.1.2.1.1.1.1.1.1.1.2.1.1.1.1.1.1.1.1.1.1.1.2.1.1.1.1.1.7.1.1.1.1.1.2.1.1.1.4.1.2.1.1.1.1.1.1.1.2.1.1.1.2.1.1.1.1.1.1.1.1.1.5 600) *************** *** 1,5 **** & changes ! & 1.7.7p6 This is a list of changes in this patchlevel which are probably of interest to players. More information about new commands and functions can probably be gotten via 'help '. 'help credits' --- 1,5 ---- & changes ! & 1.7.7p7 This is a list of changes in this patchlevel which are probably of interest to players. More information about new commands and functions can probably be gotten via 'help '. 'help credits' *************** *** 11,16 **** --- 11,23 ---- A list of the patchlevels associated with each release can be read in 'help patchlevels'. + Version 1.7.7 patchlevel 7 January 23, 2003 + + Fixes: + * Crash bug in zone-checking during @dbck fixed. + + + & 1.7.7p6 Version 1.7.7 patchlevel 6 January 23, 2003 Major changes: *************** *** 6024,6030 **** For information on a specific patchlevel of one of the versions listed, type 'help p'. For example, 'help 1.7.2p3' ! 1.7.7: 0, 1, 2, 3, 4, 5, 6 1.7.6: 0, 1, 2, 3, 4, 5, 6 1.7.5: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 1.7.4: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, --- 6031,6037 ---- For information on a specific patchlevel of one of the versions listed, type 'help p'. For example, 'help 1.7.2p3' ! 1.7.7: 0, 1, 2, 3, 4, 5, 6, 7 1.7.6: 0, 1, 2, 3, 4, 5, 6 1.7.5: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 1.7.4: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, *** 1_7_7.147/src/destroy.c Thu, 23 Jan 2003 22:16:51 -0600 dunemush (pennmush/c/24_destroy.c 1.24.2.2.1.3.1.1.1.1.1.1.1.4.1.10 660) --- 1_7_7.148(w)/src/destroy.c Sat, 25 Jan 2003 20:50:32 -0600 dunemush (pennmush/c/24_destroy.c 1.24.2.2.1.3.1.1.1.1.1.1.1.4.1.11 660) *************** *** 1189,1195 **** for (n = 0; n < db_top; n++) { if (!IsGarbage(n) && Marked(n)) { ! ClearMarked(zone); notify_format(Owner(n), T ("You own an object without a @lock/zone being used as a zone: %s"), --- 1189,1195 ---- for (n = 0; n < db_top; n++) { if (!IsGarbage(n) && Marked(n)) { ! ClearMarked(n); notify_format(Owner(n), T ("You own an object without a @lock/zone being used as a zone: %s"), *** 1_7_7.147/hdrs/version.h Thu, 23 Jan 2003 22:16:51 -0600 dunemush (pennmush/c/47_version.h 1.32.1.2.1.7.1.9.1.1.1.17.1.10 660) --- 1_7_7.148(w)/hdrs/version.h Sat, 25 Jan 2003 20:50:35 -0600 dunemush (pennmush/c/47_version.h 1.32.1.2.1.7.1.9.1.1.1.17.1.10 660) *************** *** 1,3 **** ! #define VERSION "PennMUSH version 1.7.7 patchlevel 6 [01/23/2003]" ! #define SHORTVN "PennMUSH 1.7.7p6" ! #define NUMVERSION 001007007006 --- 1,3 ---- ! #define VERSION "PennMUSH version 1.7.7 patchlevel 7 [01/25/2003]" ! #define SHORTVN "PennMUSH 1.7.7p7" ! #define NUMVERSION 001007007007