PennMUSH Community

root/1.8.3/tags/p5rc1/CHANGES.182

Revision 1097, 9.0 kB (checked in by shawnw, 1 year ago)

Prep for 1.8.3p5

Line 
1
2 This is the most current changes file for PennMUSH. Please look it
3 over; each version contains new things which might significantly affect
4 the function of your server.  Changes are reported in reverse
5 chronological order (most recent first)
6
7 [SW] is Shawn Wagner, a PennMUSH developer (aka Raevnos)
8 [EEH] is Ervin Hearn III, a PennMUSH developer (aka Noltar)
9 [GM] is Greg Millam, a PennMUSH developer (aka Walker)
10 [3] refers to code by (or inspired by) TinyMUSH 3.0
11 [MUX] refers to code by (or inspired by) TinyMUX 2.x
12 [Rhost] refers to code by (or inspired by) RhostMUSH
13
14 ==========================================================================
15
16 Version 1.8.2 patchlevel 7                       Aug  27, 2007
17
18 Minor changes:
19   * nwho() now takes an optional viewer argument like lwho().
20
21 Fixes:
22   * Clarified the behavior of eval() and get_eval() in help. Suggested by
23     Talvo and Javelin.
24   * A failed db save no longer broadcasts a success message in addition to a
25     failure one. Reported by Cooee.
26   * The open database file wasn't getting closed on a failed save.
27   * Crash bug in sortkey(). Fix by Nathan Baum.
28   * 'help @desc' brings up @describe instead of @descformat.
29     Suggested by Nymeria.
30   * Removed mention of Win32 requiring a particular attribute
31     compression algorithm. Any will work, and always have.
32     Reported by Andrew Klein.
33
34 Version 1.8.2 patchlevel 6                       July 9, 2007
35
36 Development team changes:
37   * After many years of valuable work, Talek has retired from
38     development. 
39
40 Minor changes:
41   * Removed the gmalloc malloc option. [SW]
42   * KEEPALIVE flag makes the server send a telnet NOP after
43     a short period of inactivity; helps prevent timeouts from
44     NAT/router devices with a short timeout. [MUX]
45
46 Fixes:
47   * Fixed assorted small memory leaks. [SW]
48   * Fix to fraction() when dealing with numbers that can't
49     be fractioned. Discovered by Ashen-Shugar. [GM]
50   * Fixed handling of telnet NOPs sent by clients. [SW]
51   * The OpenSSL random number pool wasn't getting adequately
52     initialized on systems without /dev/urandom [SW]
53   * Infinite loop in math code. Reported by Ashen-Sugar. [GM]
54   * mkvershlp.pl skips over emacs backup files.
55
56 Version 1.8.2 patchlevel 5                      June 13, 2007
57
58 Minor changes:
59   * Assorted gcc warning fixes. [SW]
60
61 Fixes:
62   * Cleaned up some unsafe signal handler functions. [SW]
63
64 Help files:
65   * Mention examine lock in help lattr(). Talvo.
66
67 Version 1.8.2 patchlevel 4                      May 16, 2007
68
69 Minor changes:
70   * speak() uses accented names. Sketch.
71   * config() no longer lists options that can't be set
72     with @config/set. Suggested by Trispis. [SW]
73   * 'page foo\=bar' pages the last person you paged. Fix by Nathan
74     Baum.
75   * Receipt of a SIGUSR1 (Causing a shutdown/reboot) is explictly
76     logged. Suggested by Interloper. [SW]
77   * @wipe reports the number of attributes deleted. [183]
78
79 Fixes:
80   * You can no longer save objects slated to be destroyed
81     by using @set foo=!GOING (The help file for GOING now tells
82     the truth) Reported by Cooee. [SW]
83   * Useless variable in real_unparse() removed. Reported by
84     Taladan. [SW]
85   * 'make portmsg' works, and portmsg.c rewritten to current
86     Penn standards. [SW]
87   * case() would replace #$ in the default argument, contrary
88     to the help file. Reported by Talvo. [SW]
89   * Memory leak in grep(). [SW]
90   * Quotes can be around the player name on the login screen
91     always, instead of just when player_name_spaces was
92     on. Suggested by Dan Widdis. [SW]
93   * '{think foo} bar' exhibited odd behavior. [GM]
94   * 'make test' wouldn't work right unless '.' was in you path.
95      Fix by Nathan Baum.
96   * stdin and stdout weren't getting closed, potentially causing
97     problems when trying to log out of a shell after starting
98     a mush. Reported by K Moon. [SW]
99   * NetBSD compile and general warning fixes. [SW]
100   * Favor difftime(3) over subtraction of time_t variables. [SW]
101   * Clarification of attribute trees in HELP @WIPE. Suggested by
102     Talvo.
103   * Loading a db with empty attributes used as the roots of
104     attribute trees didn't work if empty_attrs is set to no.
105     Reported by Kevin. [SW]
106   * Bugs in wiping attribute trees with attributes the wiper
107     doesn't have permission to delete fixed. [SW]
108  
109 Version 1.8.2 patchlevel 3                      March 11, 2007
110
111 Fixes:
112   * Unterminated buffer in sortkey() fixed. Reported by Balerion.
113     Patch by Javelin.
114   * Memory leaks in setunion() and revwords() fixed by Javelin.
115   * Crash bug in speak() fixed. Reported by Trinsec. Patch by Javelin.
116   * Crash bug in buy fixed. Reported by Amy. Patch by Javelin.
117   * If we should fail to clear a semaphore attribute for some
118     reason (e.g., it's the branch of an attribute tree), reset
119     the semaphore count on the attribute to 0. Patch by Javelin.
120   * iter() dealt badly with freeing buffers when CPU_LIMIT or
121     function_invocation_limit was hit. Found by Ashen-Shugar. [GM]
122   * @ps/all displayed the wrong  queue entry count for mortals.
123     Reported by Cheetah. [SW]
124   * @hook/override of say would get an extra leading " if that was
125     used instead of the literal say command. Reported by Tuxedo Ian.
126     [SW]
127   * Fixed a bug where speech seemed to come from the wrong
128     object for nospoof information. Reported by Jules. [SW]
129   * The help entry for @poll failed to mention @poll/clear.
130     Reported by Cooee. [SW]
131
132 Version 1.8.2 patchlevel 2                      January 27, 2007
133
134 Fixes:
135   * Vector functions with an empty vector didn't return anything.
136     Reported by Talvo. [SW]
137   * Several typos in server messages. Fixed by Sketch, Stoko.
138   * Help fixes by Malix, [GM], Talvo, Sketch, and others.
139   * Crash bug in lmath() fixed. [GM]
140   * Crash bug in list functions fixed. [GM]
141   * list2arr in C now removes markup. list2arr_ansi() was added. [GM]
142   * Compilation problems on IRIX and similar OSes. [SW]
143   * Matcher bug with multiple wildcards fixed. Reported by Ian. [SW]
144   * Garbled output of locks from examine. Reported by Intrevis. [SW].
145   * regraballi() couldn't use its output seperator argument. Reported
146     by Jules. [SW]
147   * Looking at an object used the looker, not the lookee, as the origin
148     of the name for @ahear/@aahear/@amhear. [SW]
149   * Fixed the distribution of random numbers with a huge range. Reported
150     by Luke.
151
152 Version 1.8.2 patchlevel 1                      November 26, 2006
153
154 Fixes:
155   * Corrected inadvertent breakage of null comparisons. Patched by
156     Javelin.
157   * Added overview since 1.8.0 to help 1.8.2p0. [EEH]
158
159
160 Version 1.8.2 patchlevel 0                      November 26, 2006
161
162 Major Changes (since 1.8.0):
163   * Players may have multiple aliases.
164   * 'home' is now a standard command.
165   * Errors in matching switches to commands are ignored when the command
166     is hook/ignored or hook/overriden.
167   * @attrib/access no longer treats one-word flag lists that don't match
168     a single flag as a set of flag characters.
169   * pcre updated to 6.4.
170   * NT_TCP code has been removed from the server.
171   * The FIXED flag's restriction on 'home' has been moved to restrict.cnf.
172   * New commands: @edit/check, @function/preserve, @hook/list, @prompt,
173     @nsprompt, @list/locks, UNIMPLEMENTED_COMMAND, PROMPT_NEWLINES,
174     @poll/clear.
175   * New functions: alias, fullalias, attrib_set, sortkey, namegrab/all,
176     ns/prompt, textentries, cdesc, cusers, cmsgs, cbuffer, cstatus,
177     clflags, numversion, nl/nsearch, nchildren, decompose, mapsql,
178     wildgrep/i, ordinal, ulambda, speak, unique, nextdbref, namelist,
179     crecall, l/m/x/xmwhoid, stringsecs
180   * New attributes: invformat, mailforwardlist, mailfilter
181   * New substitutions: %+, %  (percent-space), %i0-%i9, %u
182   * New locks: mailforward, take
183   * New behaviors: @flag/alias, @attribute/access, flip(), reverse(),
184     lsearch(), extract(), center(), setq(), setr(), page, align(),
185     regedit(), delete(), @search, @pemit/list, @poll, width(), height(),
186     locate(), @chan/recall, insert(), default(), @conformat, link().
187   * New flags: loud, track_money.
188   * New powers: pueblo_send, many_attribs.
189   * New attribute flags: aahear, amhear.
190   * New config directives: channel_flags.
191   * New function restriction "localize" causes q-registers to be
192     saved and restored around the function as if localize() or
193     ulocal() were used; handy for @functions.
194   * New DBREFLIST^<attrib> lock key checks to see if the enactor
195     appears in a list of dbrefs/objids stored on an attribute of
196     the object.
197   * The LIGHT flag now overrides the DARK flag consistently.
198
199 Minor Changes (since 1.8.1):
200  * decompose() now properly handles all manner of spaces, as well as
201    replacing 5 or more spaces with [space(<count>)]. Report by Malix. [GM]
202
203 Fixes (since 1.8.1):
204  * Fix crash bug in decompose(). Report by Malix.
205  * The mush can listen to ports above 32000. Suggested by Nathan Baum.
206  * Fix the mix() bug that prepends the separator to the list. [GM]
207  * Win32 experienced erratic time behavior when compiled with MSVC++ 8
208    or higher. Reported by Intrevis@M*U*S*H.
209  * Win32 project and readme files for MSVC++ 6 and .Net updated. [EEH]
210  * Help fixes by Kevin@M*U*S*H.
Note: See TracBrowser for help on using the browser.