PennMUSH Community

Changeset 1166

Show
Ignore:
Timestamp:
12/24/07 17:57:26 (10 months ago)
Author:
shawnw
Message:

Start getting ready for a 1.8.3p6 release

Files:

Legend:

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

    r1165 r1166  
    1515========================================================================== 
    1616 
    17 Version 1.8.3 patchlevel 6                      ??? ??, 200? 
     17Version 1.8.3 patchlevel 6                      Jan 01, 2008 
    1818 
    1919Major changes: 
     
    5050 * The @tport/@otport/@atport/etc. attributes that get evalulated on a 
    5151   @teleport now get the dbref of the object doing the teleport in %0 
    52    and the teleported object's old location in %1. Suggested by Daniel Cheng. 
     52   and the teleported object's old location in %1. Suggested by Daniel 
     53   Cheng. 
    5354 
    5455Functions: 
     
    6465 * Compiliation fix with some compilers. Reported by Kimiko. 
    6566 * ident lookups of new connections was broken for several 
    66    patchlevels.  Fixed
     67   patchlevels.  Works again. Sometimes
    6768 * Cleaned up some warnings generated by gcc 4.2 
    6869 * Fixed some minor bugs detected by running under valgrind. 
     70 * OpenBSD configuration fixes. 
    6971 
    7072Version 1.8.3 patchlevel 5                      October 6, 2007 
  • 1.8.3/branches/devel/Makefile.in

    r1143 r1166  
    44 
    55VERSION=1.8.3 
    6 PATCHLEVEL=5 
     6PATCHLEVEL=6 
    77 
    88# 
  • 1.8.3/branches/devel/Patchlevel

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

    r1120 r1166  
     1& 1.8.2p8 
     2Version 1.8.2 patchlevel 8                     ??? ??, 200? 
     3 
     4Minor changes: 
     5 * 'make versions' now provides some feedback. 
     6 
     7Fixes: 
     8 * width() and height() do not return 0 when set to invalid input. 
     9   By Talvo. 
     10 
    111& 1.8.2p7 
    212Version 1.8.2 patchlevel 7                     October 6, 2007 
  • 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp

    r1120 r1166  
    1 & 1.8.3p5 
     1& 1.8.3p6 
    22& changes 
    33This is a list of changes in this patchlevel which are probably of 
     
    1212be read in 'help patchlevels'. 
    1313 
     14Version 1.8.3 patchlevel 6                      Jan 01, 2008 
     15 
     16Major changes: 
     17 * If configure finds a copy of the pcre library installed, that will 
     18   be used instead of the (old) version bundled with Penn. use 
     19   --with-pcre=/path/to/it if it's not in the usual places, or 
     20   --with-pcre=no to force use of the bundled version. 
     21 
     22Minor changes: 
     23 * @sitelock when there are no rules will now say that instead of 
     24   having no output. By Talvo. 
     25 * Log files use locking to prevent the small chance of more than one 
     26   process writing to the same error log at the same time. 
     27 * info_slave's logging is more clear as to its source. 
     28 * Several places that used the select() system call now favor poll() 
     29   and/or socket timeouts instead. (The main event loop still uses 
     30   select() for now.) 
     31 * A wildcard help topic search (help foo*) that only matches one 
     32   entry will display that entry. Suggested by Cheetah. 
     33 * New switches for commands no longer have to be added to the 
     34   SWITCHES file; the internal list of switches is now built based on 
     35   what switches are given in the command table and cmdlocal.c 
     36   additions. Suggested by Talek.  
     37 
     38 
     39Flags and powers: 
     40 * The announce power now also grants the ability to change the motd. 
     41   Suggested by Yuriko. 
     42 * New hook power grants rights to use @hook. Suggested by Paige. 
     43 * Windows compile fixes by Intrevis. 
     44 
     45Commands: 
     46 * @motd gives better feedback when clearing a message. 
     47 * The @tport/@otport/@atport/etc. attributes that get evalulated on a 
     48   @teleport now get the dbref of the object doing the teleport in %0 
     49   and the teleported object's old location in %1. Suggested by Daniel 
     50   Cheng. 
     51 
     52Functions: 
     53 * root() uses an improved algorithm to give a more precise 
     54   result. 
     55 * log(N,2) uses the C log2() function if available. 
     56 * log(N,e) takes the natural logarithm of N, like ln(). 
     57 * lports() now takes an optional viewer argument, a la lwho(). By 
     58   Talvo. 
     59 
     60Fixes: 
     61 * Typo in info_slave preventing simultaneous hostname lookups fixed. 
     62 * Compiliation fix with some compilers. Reported by Kimiko. 
     63 * ident lookups of new connections was broken for several 
     64   patchlevels.  Works again. Sometimes. 
     65 * Cleaned up some warnings generated by gcc 4.2 
     66 * Fixed some minor bugs detected by running under valgrind. 
     67 * OpenBSD configuration fixes. 
     68 
     69& 1.8.3p5 
    1470Version 1.8.3 patchlevel 5                      October 6, 2007 
    1571 
  • 1.8.3/branches/devel/game/txt/hlp/pennvOLD.hlp

    r1076 r1166  
    44184418type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 
    44194419 
    4420 1.8.3: 0, 1, 2, 3, 4, 5 
    4421 1.8.2: 0, 1, 2, 3, 4, 5, 6, 7 
     44201.8.3: 0, 1, 2, 3, 4, 5, 6 
     44211.8.2: 0, 1, 2, 3, 4, 5, 6, 7, 8 
    442244221.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 
    442344231.8.0: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 
  • 1.8.3/branches/devel/hdrs/version.h

    r1120 r1166  
    11#define VERSION "1.8.3" 
    2 #define PATCHLEVEL "5
    3 #define PATCHDATE "[10/06/2007]" 
    4 #define NUMVERSION 1008003005 
     2#define PATCHLEVEL "6
     3#define PATCHDATE "[01/01/2008]" 
     4#define NUMVERSION 1008003006