Changeset 1099
- Timestamp:
- 08/25/07 23:26:17 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/Makefile.in (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)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/Makefile.in
r1047 r1099 4 4 5 5 VERSION=1.8.3 6 PATCHLEVEL= 46 PATCHLEVEL=5 7 7 8 8 # 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp
r1076 r1099 1 1 & 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. 2 Version 1.8.2 patchlevel 7 Aug 27, 2007 3 4 Minor changes: 5 * nwho() now takes an optional viewer argument like lwho(). 6 7 Fixes: 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. 11 19 12 20 & 1.8.2p6 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp
r1076 r1099 12 12 be read in 'help patchlevels'. 13 13 14 Version 1.8.3 patchlevel 5 ???? ??, 200714 Version 1.8.3 patchlevel 5 August 27, 2007 15 15 16 16 Major changes: 17 17 * Significant rewrite of ansi parsing and better ansi support 18 18 for many string-handling functions. Patch by Sketch. 19 * Rewrite of the softcode regression testing framework, and 20 addition of more tests. [SW] 19 21 20 22 Minor changes: … … 36 38 37 39 Fixes: 38 * decode64() does better validation of its input. 40 * decode64() does better validation of its input. [SW] 39 41 * Various compile fixes reported by Interevis and Kimiko. 40 42 Win32 patched by Intrevis. 41 * @sitelock does better error reporting. 43 * @sitelock does better error reporting. [SW] 42 44 * Crash bug related to regeditall fixed. 43 45 * @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 44 49 45 50 & 1.8.3p4
