PennMUSH Community

Changeset 993

Show
Ignore:
Timestamp:
07/05/07 11:23:36 (1 year ago)
Author:
shawnw
Message:

Prep for 1.8.2p6 release.

Files:

Legend:

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

    r982 r993  
    1414========================================================================== 
    1515 
    16 Version 1.8.2 patchlevel 6                       ???  ??, 2007 
     16Version 1.8.2 patchlevel 6                       July 9, 2007 
    1717 
    1818Development team changes: 
    19   * After many years, Talek has retired from development.  
     19  * After many years of valuable work, Talek has retired from 
     20    development.   
    2021 
    2122Minor changes: 
  • 1.8.2/branches/devel/MANIFEST

    r558 r993  
    178178src/funufun.c 
    179179src/game.c 
    180 src/gmalloc.c 
    181180src/help.c 
    182181src/htab.c 
  • 1.8.2/branches/devel/Patchlevel

    r924 r993  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.8.2p5 
     2This is PennMUSH 1.8.2p6 
  • 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp

    r924 r993  
    1 & 1.8.2p5 
     1& 1.8.2p6 
    22& changes 
    33This is a list of changes in this patchlevel which are probably of 
     
    1212be read in 'help patchlevels'. 
    1313 
     14Version 1.8.2 patchlevel 6                       July 9, 2007 
     15 
     16Development team changes: 
     17  * After many years of valuable work, Talek has retired from 
     18    development.   
     19 
     20Minor changes: 
     21  * KEEPALIVE flag makes the server send a telnet NOP after 
     22    a short period of inactivity; helps prevent timeouts from 
     23    NAT/router devices with a short timeout. [MUX] 
     24 
     25Fixes: 
     26  * Fixed assorted small memory leaks. [SW] 
     27  * Fixed handling of telnet NOPs sent by clients. [SW] 
     28 
     29& 1.8.2p5 
    1430Version 1.8.2 patchlevel 5                      June 13, 2007 
    1531 
     
    2036Fixes: 
    2137  * Cleaned up some unsafe signal handler functions. [SW] 
     38 
     39Help files: 
     40  * Mention examine lock in help lattr(). Talvo. 
    2241 
    2342& 1.8.2p4 
  • 1.8.2/branches/devel/game/txt/hlp/pennvOLD.hlp

    r924 r993  
    44184418type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 
    44194419 
    4420 1.8.2: 0, 1, 2, 3, 4, 5 
     44201.8.2: 0, 1, 2, 3, 4, 5, 6 
    442144211.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 
    442244221.8.0: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 
  • 1.8.2/branches/devel/hdrs/version.h

    r924 r993  
    11#define VERSION "1.8.2" 
    2 #define PATCHLEVEL "5
    3 #define PATCHDATE "[06/13/2007]" 
    4 #define NUMVERSION 1008002005 
     2#define PATCHLEVEL "6
     3#define PATCHDATE "[07/09/2007]" 
     4#define NUMVERSION 1008002006