PennMUSH Community

Changeset 653

Show
Ignore:
Timestamp:
01/27/07 02:07:05 (2 years ago)
Author:
penndev
Message:

Added 1.8.3p0 version changes for release.

Files:

Legend:

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

    r640 r653  
    1515========================================================================== 
    1616 
    17 Version 1.8.3 patchlevel 0                      December ??, 2006 
     17Version 1.8.3 patchlevel 0                      January 27, 2007 
    1818 
    1919Major changes: 
    20  *  Rewrite of color handling [GM] 
     20  *  Rewrite of color handling. [GM] 
    2121 
    2222Minor changes: 
    23  * Cleaned up the internals of @wipe. [SW] 
    24  * strmatch() now takes a third argument, to store wildcard captures in. 
     23  * Cleaned up the internals of @wipe. [SW] 
     24  * strmatch() now takes a third argument, to store wildcard captures. [GM] 
     25  * Termination of OS/2 support. [SW] 
    2526 
    2627Fixes: 
    27  * Fixes included from versions up to 1.8.2p2 
     28  * Fixes included from versions up to 1.8.2p2. 
  • 1.8.3/branches/devel/Patchlevel

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

    r592 r653  
    1212be read in 'help patchlevels'. 
    1313 
    14 Version 1.8.3 patchlevel 0                      December ??, 2006 
     14Version 1.8.3 patchlevel 0                      January 27, 2007 
    1515 
    1616Major changes: 
    17  *  Rewrite of color handling [GM] 
     17  *  Rewrite of color handling. [GM] 
    1818 
    1919Minor changes: 
    20  * Cleaned up the internals of @wipe. [SW] 
     20  * Cleaned up the internals of @wipe. [SW] 
     21  * strmatch() now takes a third argument, to store wildcard captures. [GM] 
     22  * Termination of OS/2 support. [SW] 
     23 
     24Fixes: 
     25  * Fixes included from versions up to 1.8.2p2. 
  • 1.8.3/branches/devel/hdrs/version.h

    r574 r653  
    1 #define VERSION "1.8.2
    2 #define PATCHLEVEL "1
    3 #define PATCHDATE "[11/26/2006]" 
    4 #define NUMVERSION 1008002001 
     1#define VERSION "1.8.3
     2#define PATCHLEVEL "0
     3#define PATCHDATE "[01/27/2007]" 
     4#define NUMVERSION 1008003000