Changeset 717
- Timestamp:
- 03/11/07 20:30:19 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.182 (modified) (2 diffs)
- 1.8.3/branches/devel/CHANGES.183 (modified) (1 diff)
- 1.8.3/branches/devel/Patchlevel (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp (modified) (4 diffs)
- 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp (modified) (1 diff)
- 1.8.3/branches/devel/hdrs/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/CHANGES.182
r714 r717 15 15 ========================================================================== 16 16 17 Version 1.8.2 patchlevel 3 January 27, 200717 Version 1.8.2 patchlevel 3 March 11, 2007 18 18 19 19 Fixes: … … 28 28 * iter() dealt badly with freeing buffers when CPU_LIMIT or 29 29 function_invocation_limit was hit. Found by Ashen-Shugar. [GM] 30 * @ps/all displayed the wrong queue entry count for mortals. 31 Reported by Cheetah. [SW] 30 32 * @hook/override of say would get an extra leading " if that was 31 33 used instead of the literal say command. Reported by Tuxedo Ian. 1.8.3/branches/devel/CHANGES.183
r708 r717 15 15 ========================================================================== 16 16 17 Version 1.8.3 patchlevel 1 January 27, 200717 Version 1.8.3 patchlevel 1 March 11, 2007 18 18 19 19 Minor changes: 1.8.3/branches/devel/Patchlevel
r653 r717 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.8.3p 02 This is PennMUSH 1.8.3p1 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp
r707 r717 1 1 & 1.8.2p3 2 Version 1.8.2 patchlevel 3 January 27, 20072 Version 1.8.2 patchlevel 3 March 11, 2007 3 3 4 4 Fixes: … … 7 7 * Memory leaks in setunion() and revwords() fixed by Javelin. 8 8 * Crash bug in speak() fixed. Reported by Trinsec. Patch by Javelin. 9 * Crash bug in buy fixed. Reported by Amy. Patch by Javelin. 9 10 * If we should fail to clear a semaphore attribute for some 10 11 reason (e.g., it's the branch of an attribute tree), reset … … 12 13 * iter() dealt badly with freeing buffers when CPU_LIMIT or 13 14 function_invocation_limit was hit. Found by Ashen-Shugar. [GM] 15 * @ps/all displayed the wrong queue entry count for mortals. 16 Reported by Cheetah. [SW] 14 17 * @hook/override of say would get an extra leading " if that was 15 18 used instead of the literal say command. Reported by Tuxedo Ian. … … 17 20 * Fixed a bug where speech seemed to come from the wrong 18 21 object for nospoof information. Reported by Jules. [SW] 22 * The help entry for @poll failed to mention @poll/clear. 23 Reported by Cooee. [SW] 19 24 20 25 & 1.8.2p2 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp
r708 r717 12 12 be read in 'help patchlevels'. 13 13 14 Version 1.8.3 patchlevel 1 January 27, 200714 Version 1.8.3 patchlevel 1 March 11, 2007 15 15 16 16 Minor changes: 1.8.3/branches/devel/hdrs/version.h
r653 r717 1 1 #define VERSION "1.8.3" 2 #define PATCHLEVEL " 0"3 #define PATCHDATE "[0 1/27/2007]"4 #define NUMVERSION 100800300 02 #define PATCHLEVEL "1" 3 #define PATCHDATE "[03/11/2007]" 4 #define NUMVERSION 1008003001
