PennMUSH Community

Changeset 717

Show
Ignore:
Timestamp:
03/11/07 20:30:19 (1 year ago)
Author:
penndev
Message:

Added 1.8.3p1 version changes for release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/CHANGES.182

    r714 r717  
    1515========================================================================== 
    1616 
    17 Version 1.8.2 patchlevel 3                      January 27, 2007 
     17Version 1.8.2 patchlevel 3                      March 11, 2007 
    1818 
    1919Fixes: 
     
    2828  * iter() dealt badly with freeing buffers when CPU_LIMIT or 
    2929    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] 
    3032  * @hook/override of say would get an extra leading " if that was 
    3133    used instead of the literal say command. Reported by Tuxedo Ian. 
  • 1.8.3/branches/devel/CHANGES.183

    r708 r717  
    1515========================================================================== 
    1616 
    17 Version 1.8.3 patchlevel 1                      January 27, 2007 
     17Version 1.8.3 patchlevel 1                      March 11, 2007 
    1818 
    1919Minor changes: 
  • 1.8.3/branches/devel/Patchlevel

    r653 r717  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.8.3p0 
     2This is PennMUSH 1.8.3p1 
  • 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp

    r707 r717  
    11& 1.8.2p3 
    2 Version 1.8.2 patchlevel 3                      January 27, 2007 
     2Version 1.8.2 patchlevel 3                      March 11, 2007 
    33 
    44Fixes: 
     
    77  * Memory leaks in setunion() and revwords() fixed by Javelin. 
    88  * Crash bug in speak() fixed. Reported by Trinsec. Patch by Javelin. 
     9  * Crash bug in buy fixed. Reported by Amy. Patch by Javelin. 
    910  * If we should fail to clear a semaphore attribute for some 
    1011    reason (e.g., it's the branch of an attribute tree), reset 
     
    1213  * iter() dealt badly with freeing buffers when CPU_LIMIT or 
    1314    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] 
    1417  * @hook/override of say would get an extra leading " if that was 
    1518    used instead of the literal say command. Reported by Tuxedo Ian. 
     
    1720  * Fixed a bug where speech seemed to come from the wrong  
    1821    object for nospoof information. Reported by Jules. [SW] 
     22  * The help entry for @poll failed to mention @poll/clear. 
     23    Reported by Cooee. [SW] 
    1924 
    2025& 1.8.2p2 
  • 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp

    r708 r717  
    1212be read in 'help patchlevels'. 
    1313 
    14 Version 1.8.3 patchlevel 1                      January 27, 2007 
     14Version 1.8.3 patchlevel 1                      March 11, 2007 
    1515 
    1616Minor changes: 
  • 1.8.3/branches/devel/hdrs/version.h

    r653 r717  
    11#define VERSION "1.8.3" 
    2 #define PATCHLEVEL "0
    3 #define PATCHDATE "[01/27/2007]" 
    4 #define NUMVERSION 1008003000 
     2#define PATCHLEVEL "1
     3#define PATCHDATE "[03/11/2007]" 
     4#define NUMVERSION 1008003001