PennMUSH Community

Changeset 1099

Show
Ignore:
Timestamp:
08/25/07 23:26:17 (1 year ago)
Author:
shawnw
Message:

Ran make versions; updated pl var in Makefile.in

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/Makefile.in

    r1047 r1099  
    44 
    55VERSION=1.8.3 
    6 PATCHLEVEL=4 
     6PATCHLEVEL=5 
    77 
    88# 
  • 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp

    r1076 r1099  
    11& 1.8.2p7 
    2 Version 1.8.2 patchlevel 7                       ????  ??, 2007 
    3  
    4 Fixes: 
    5   * Clarified the behavior of eval() and get_eval() in help. 
    6     Suggested by Talvo and Javelin. 
    7   * A failed db save no longer broadcasts a success message 
    8     in addition to a failure one. Reported by Cooee. 
    9   * The open database file wasn't getting closed on a failed 
    10     save. 
     2Version 1.8.2 patchlevel 7                       Aug  27, 2007 
     3 
     4Minor changes: 
     5  * nwho() now takes an optional viewer argument like lwho(). 
     6 
     7Fixes: 
     8  * Clarified the behavior of eval() and get_eval() in help. Suggested by 
     9    Talvo and Javelin. 
     10  * A failed db save no longer broadcasts a success message in addition to a 
     11    failure one. Reported by Cooee. 
     12  * The open database file wasn't getting closed on a failed save. 
     13  * Crash bug in sortkey(). Fix by Nathan Baum. 
     14  * 'help @desc' brings up @describe instead of @descformat. 
     15    Suggested by Nymeria. 
     16  * Removed mention of Win32 requiring a particular attribute 
     17    compression algorithm. Any will work, and always have. 
     18    Reported by Andrew Klein. 
    1119 
    1220& 1.8.2p6 
  • 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp

    r1076 r1099  
    1212be read in 'help patchlevels'. 
    1313 
    14 Version 1.8.3 patchlevel 5                      ???? ??, 2007 
     14Version 1.8.3 patchlevel 5                      August 27, 2007 
    1515 
    1616Major changes: 
    1717 * Significant rewrite of ansi parsing and better ansi support 
    1818   for many string-handling functions. Patch by Sketch. 
     19 * Rewrite of the softcode regression testing framework, and  
     20   addition of more tests. [SW] 
    1921 
    2022Minor changes: 
     
    3638 
    3739Fixes: 
    38  * decode64() does better validation of its input.  
     40 * decode64() does better validation of its input. [SW] 
    3941 * Various compile fixes reported by Interevis and Kimiko. 
    4042   Win32 patched by Intrevis. 
    41  * @sitelock does better error reporting. 
     43 * @sitelock does better error reporting. [SW] 
    4244 * Crash bug related to regeditall fixed. 
    4345 * @decompile didn't handle attribute trees correctly. 
     46 * Compile failure in funstr.c on some systems. Fixed by Boris. 
     47 * '@set =foo' failed silently. Reported by Talvo. 
     48 * Fixes from 1.8.2p7 
    4449 
    4550& 1.8.3p4