Changeset 653
- Timestamp:
- 01/27/07 02:07:05 (2 years ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.183 (modified) (1 diff)
- 1.8.3/branches/devel/Patchlevel (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennv183.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
r640 r653 15 15 ========================================================================== 16 16 17 Version 1.8.3 patchlevel 0 December ??, 200617 Version 1.8.3 patchlevel 0 January 27, 2007 18 18 19 19 Major changes: 20 * Rewrite of color handling[GM]20 * Rewrite of color handling. [GM] 21 21 22 22 Minor 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] 25 26 26 27 Fixes: 27 * Fixes included from versions up to 1.8.2p228 * Fixes included from versions up to 1.8.2p2. 1.8.3/branches/devel/Patchlevel
r574 r653 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.8. 2p12 This is PennMUSH 1.8.3p0 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp
r592 r653 12 12 be read in 'help patchlevels'. 13 13 14 Version 1.8.3 patchlevel 0 December ??, 200614 Version 1.8.3 patchlevel 0 January 27, 2007 15 15 16 16 Major changes: 17 * Rewrite of color handling[GM]17 * Rewrite of color handling. [GM] 18 18 19 19 Minor 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 24 Fixes: 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 100800 20011 #define VERSION "1.8.3" 2 #define PATCHLEVEL "0" 3 #define PATCHDATE "[01/27/2007]" 4 #define NUMVERSION 1008003000
