Changeset 1166
- Timestamp:
- 12/24/07 17:57:26 (10 months ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.183 (modified) (3 diffs)
- 1.8.3/branches/devel/Makefile.in (modified) (1 diff)
- 1.8.3/branches/devel/Patchlevel (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp (modified) (2 diffs)
- 1.8.3/branches/devel/game/txt/hlp/pennvOLD.hlp (modified) (1 diff)
- 1.8.3/branches/devel/hdrs/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/CHANGES.183
r1165 r1166 15 15 ========================================================================== 16 16 17 Version 1.8.3 patchlevel 6 ??? ??, 200?17 Version 1.8.3 patchlevel 6 Jan 01, 2008 18 18 19 19 Major changes: … … 50 50 * The @tport/@otport/@atport/etc. attributes that get evalulated on a 51 51 @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. 53 54 54 55 Functions: … … 64 65 * Compiliation fix with some compilers. Reported by Kimiko. 65 66 * ident lookups of new connections was broken for several 66 patchlevels. Fixed.67 patchlevels. Works again. Sometimes. 67 68 * Cleaned up some warnings generated by gcc 4.2 68 69 * Fixed some minor bugs detected by running under valgrind. 70 * OpenBSD configuration fixes. 69 71 70 72 Version 1.8.3 patchlevel 5 October 6, 2007 1.8.3/branches/devel/Makefile.in
r1143 r1166 4 4 5 5 VERSION=1.8.3 6 PATCHLEVEL= 56 PATCHLEVEL=6 7 7 8 8 # 1.8.3/branches/devel/Patchlevel
r1097 r1166 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.8.3p 52 This is PennMUSH 1.8.3p6 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp
r1120 r1166 1 & 1.8.2p8 2 Version 1.8.2 patchlevel 8 ??? ??, 200? 3 4 Minor changes: 5 * 'make versions' now provides some feedback. 6 7 Fixes: 8 * width() and height() do not return 0 when set to invalid input. 9 By Talvo. 10 1 11 & 1.8.2p7 2 12 Version 1.8.2 patchlevel 7 October 6, 2007 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp
r1120 r1166 1 & 1.8.3p 51 & 1.8.3p6 2 2 & changes 3 3 This is a list of changes in this patchlevel which are probably of … … 12 12 be read in 'help patchlevels'. 13 13 14 Version 1.8.3 patchlevel 6 Jan 01, 2008 15 16 Major 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 22 Minor 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 39 Flags 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 45 Commands: 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 52 Functions: 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 60 Fixes: 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 14 70 Version 1.8.3 patchlevel 5 October 6, 2007 15 71 1.8.3/branches/devel/game/txt/hlp/pennvOLD.hlp
r1076 r1166 4418 4418 type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 4419 4419 4420 1.8.3: 0, 1, 2, 3, 4, 5 4421 1.8.2: 0, 1, 2, 3, 4, 5, 6, 7 4420 1.8.3: 0, 1, 2, 3, 4, 5, 6 4421 1.8.2: 0, 1, 2, 3, 4, 5, 6, 7, 8 4422 4422 1.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 4423 4423 1.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 1 1 #define VERSION "1.8.3" 2 #define PATCHLEVEL " 5"3 #define PATCHDATE "[ 10/06/2007]"4 #define NUMVERSION 100800300 52 #define PATCHLEVEL "6" 3 #define PATCHDATE "[01/01/2008]" 4 #define NUMVERSION 1008003006
