Changeset 993
- Timestamp:
- 07/05/07 11:23:36 (1 year ago)
- Files:
-
- 1.8.2/branches/devel/CHANGES.182 (modified) (1 diff)
- 1.8.2/branches/devel/MANIFEST (modified) (1 diff)
- 1.8.2/branches/devel/Patchlevel (modified) (1 diff)
- 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp (modified) (3 diffs)
- 1.8.2/branches/devel/game/txt/hlp/pennvOLD.hlp (modified) (1 diff)
- 1.8.2/branches/devel/hdrs/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/branches/devel/CHANGES.182
r982 r993 14 14 ========================================================================== 15 15 16 Version 1.8.2 patchlevel 6 ??? ??, 200716 Version 1.8.2 patchlevel 6 July 9, 2007 17 17 18 18 Development team changes: 19 * After many years, Talek has retired from development. 19 * After many years of valuable work, Talek has retired from 20 development. 20 21 21 22 Minor changes: 1.8.2/branches/devel/MANIFEST
r558 r993 178 178 src/funufun.c 179 179 src/game.c 180 src/gmalloc.c181 180 src/help.c 182 181 src/htab.c 1.8.2/branches/devel/Patchlevel
r924 r993 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.8.2p 52 This is PennMUSH 1.8.2p6 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp
r924 r993 1 & 1.8.2p 51 & 1.8.2p6 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.2 patchlevel 6 July 9, 2007 15 16 Development team changes: 17 * After many years of valuable work, Talek has retired from 18 development. 19 20 Minor 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 25 Fixes: 26 * Fixed assorted small memory leaks. [SW] 27 * Fixed handling of telnet NOPs sent by clients. [SW] 28 29 & 1.8.2p5 14 30 Version 1.8.2 patchlevel 5 June 13, 2007 15 31 … … 20 36 Fixes: 21 37 * Cleaned up some unsafe signal handler functions. [SW] 38 39 Help files: 40 * Mention examine lock in help lattr(). Talvo. 22 41 23 42 & 1.8.2p4 1.8.2/branches/devel/game/txt/hlp/pennvOLD.hlp
r924 r993 4418 4418 type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 4419 4419 4420 1.8.2: 0, 1, 2, 3, 4, 5 4420 1.8.2: 0, 1, 2, 3, 4, 5, 6 4421 4421 1.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 4422 4422 1.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 1 1 #define VERSION "1.8.2" 2 #define PATCHLEVEL " 5"3 #define PATCHDATE "[0 6/13/2007]"4 #define NUMVERSION 100800200 52 #define PATCHLEVEL "6" 3 #define PATCHDATE "[07/09/2007]" 4 #define NUMVERSION 1008002006
