]> git.pond.sub.org Git - empserver/blob - doc/CHANGES4.X
More 4.2.22 changes.
[empserver] / doc / CHANGES4.X
1 Changes to Empire 4.2.22 - Tue Oct 11 20:23:51 UTC 2005
2  * Log player login, logout and session kill.
3  * Close loophole in assembly point rules that allowed players to find
4    all unowned sectors.  The assembly point must now be owned by you
5    or an ally, or you or an ally must have a ship there.
6  * Don't let embarked land units fire flak.
7  * Fix display of the last connection's host when the host name was
8    not resolved.
9  * Fix change command to accept full length representative (password),
10    currently 19 characters.  It used to chop off after eight
11    characters.
12  * Non-recon missions no longer establish contact to owners of
13    overflown sectors, because those missions do not identify the
14    owner.  This matches info Hidden.
15  * The following events now establish contact:
16    - Catching a spy
17    - Sighting a ship when toggle coastwatch is off
18    - Spotting overflying planes
19    - satellite spotting land units
20    - lookout and llookout spotting ships, planes and land units
21    - Any relations change
22  * The country command's `temporary' state of disorder ended after
23    ten years.
24  * Telegram notifications could get lost in exotic circumstances,
25    e.g. while a second client attempted to connect.  Abusable.
26  * Remove option SNEAK_ATTACK.
27  * Fix lboard not to let you board dead land units.
28  * Fix stack smash in bomb, drop, fly, paradrop, recon and sail.
29    Remote hole!
30  * bomb, drop, fly, paradrop, recon and sail now deal with EOF
31    correctly.
32  * Fix fly to let the player abort the command at the last prompt.
33  * Client no longer reads execute scripts in binary mode under
34    Windows.
35  * New econfig key listen_address.
36  * econfig key port can now be a service name.  Service empire no
37    longer takes precedence over econfig.
38  * Client falls back to compiled-in host only if environment doesn't
39    supply one, not if it can't be resolved.  Same for port.
40  * Oil derrick could extract slightly more oil than was in the ground.
41  * test command checked start sector for space and some other things
42    instead of end sector.
43  * convert now silently limits conversions to avoid exceeding maximum
44    population.
45  * shoot no longer limits you to 999 victims.
46  * 4.2.19 broke pin bombing commodities on some platforms.
47  * Don't block on output while update is pending.  This is required to
48    ensure the update can abort commands.
49  * Commands submitted while the update is waiting for commands to
50    abort now fail.
51  * The force command no longer waits for the specified time.  It
52    starts a scheduling thread instead, just like shutdown.
53  * Correct grammar and punctuation in output of version.
54  * Option SHIPNAMES is no longer optional.
55  * Fix output of qorder and sorder for ships with sail path.
56  * Don't change capital to agribusiness on retake.  From Pat Loney.
57  * bdes prompt for new designation was messed up for empty bmaps.
58  * Client now supports pipes under Windows.
59  * Care for subtle Windows socket incompatibilities.
60  * Fix strength command not to lie about units reacting into
61    mountains.
62  * strength now yields the processor periodically, to keep the game
63    responsive.
64  * Schedule commands more fairly.  Previously, a sufficiently fast
65    player could starve out the others.
66  * launch assumed plane maximum mobility 127 for calculating when
67    satellites will be ready to use.
68  * Drop support for for DCE threads.
69  * Drop support for pthread implementations lacking pthread_kill().
70    This includes ancient versions of OS X.
71  * Code cleanups.
72  * Minor info file fixes.
73  * The above includes major contributions from Ron Koenderink.  Many
74    thanks!
75
76 Changes to Empire 4.2.21 - Sat Jul 16 17:51:01 UTC 2005
77  * Don't let threads block on output to another player thread's
78    socket.  Such blocking violates basic design assumptions and can
79    cause all kinds of grief.  In particular, it causes player session
80    hangs under Windows with 4.2.20.  Broken since the introduction of
81    flash and asynchronous telegram notification many years ago.
82  * Threads sleeping until a specified time could return early under
83    Windows.  This could cause double-updates.
84  * Fix fallout damage (was broken in 4.2.19).
85  * Fix show sector s (was broken in 4.2.19).
86  * Fix deliver not to deliver friendly civilians into occupied
87    sectors.
88  * Fix mil duplication in board (was broken in 4.2.14).
89  * Fix stack smash in lrange, shoot and execute.  Remote holes, and
90    the last one doesn't even require authentication.
91  * Fix crash bug in emp_config parsing.
92  * Fix buffer overruns in turn and shutdown.
93  * Fix second argument of shutdown.
94  * tele and turn now abort on EOF.
95  * Fix display of MOTD and game down message of maximum size.
96  * Correctly support telnet line termination on input.  Previously,
97    carriage returns could slip into ship names and such.
98  * Fix flash not to lie about recipients that are just logging in.
99  * Remove obscure login command list.
100  * Convert client from obsolete termcap to terminfo, and clean up
101    terminal handling.
102  * New fairland option -h to print usage information.  Improved
103    command line syntax diagnostics.  Exit unsuccessfully on unknown
104    options.
105  * fleet and army now copy retreat orders of the fleet's or army's
106    first member with group retreat orders in the same sector.
107    Previously, they used the retreat orders of the first fleet or army
108    member, which is less than useful, and failed to take ownership
109    into account, which is an abusable bug.
110  * New xdump nation.
111  * Fix xdump not to disclose other countries' losses.
112  * Fix exit status of files program when it can't create files.
113  * Support UTF-8 encoded Unicode in human-human communications.  This
114    affects MOTD, game down message, telexes, announcements and flash
115    messages.  See new doc/unicode for technical details.
116  * New login command `options' for client/server option negotiation.
117    See new doc/clients-howto for technical details.  The only option
118    so far is UTF-8.
119  * emp_client -u now requests UTF-8.  This requires a terminal that
120    understands UTF-8.
121  * Fix news for land unit defensive support.
122  * Properly mark sea mines hit by retreating ships.  Unmark mines
123    cleared by bridges.
124  * Fix diagnostics for unknown selector names in conditionals (was
125    broken in 4.2.20).
126  * Fix selector name clashes: rename ship selector mobquota to mquota,
127    land selector for reaction range limit from rad to rmax.
128  * Fix Windows services for relative file names on command line or in
129    econfig (was broken in 4.2.20).
130  * econfig keys ship_grow_scale, plane_grow_scale and land_grow_scale
131    are now float.  This gives deities finer control over maximum
132    efficiency gain.
133  * Fix production command for sectors with 60% efficiency.
134  * Improve syntax of read for deities.
135  * Code cleanups.
136  * Some info topic names differed only in case, which loses on
137    case-insensitive file systems, and is a bad user interface even
138    when it works.  Change those names.  Rename deity command hidden to
139    peek because its info topic clashed with that of option HIDDEN.
140  * Thanks to Doug Wescott sheep are finally covered properly in info.
141  * Documentation fixes.
142  * Much of the above was contributed by Ron Koenderink.  Many thanks!
143
144 Changes to Empire 4.2.20 - Tue Mar 22 21:07:18 UTC 2005
145  * When units in different sectors marched, only units in the sector
146    with the highest-numbered unit were interdicted.  A marching
147    non-spy made all marching spies visible to interdiction regardless
148    of location.
149  * Fix crash when interdiction sinks second ship in a sector.  Broken
150    in 4.0.10.
151  * Fix an ancient bug in simulation of level production that clobbered
152    stack and could lead to low predictions, typically zero, which
153    screwed up budget.  The bug had no effect until 4.2.19.
154  * When a sector revolts, and there wasn't enough space to liberate
155    all uw, the number of remaining uw got the wrong sign.  Broken in
156    4.2.14.
157  * Log and abort when LWP stack check detects stack smash.  Server
158    option -s no longer implies -p.
159  * The native Windows build now supports -p and -s.
160  * The native Windows build now properly deals with ^C when running in
161    the foreground.  It no longer prompts for a quit command on the
162    terminal.
163  * The meaning of server option -D in presence of -e is unclear.
164    Other programs only support -e.  Remove option -D.  Use -e
165    DIR/econfig instead of -D DIR.
166  * New server option -v shows version information.
167  * Fix the server's exit status with -h.  Broken in 4.2.19.
168  * The linux-pthreads build failed to shut down on signals.
169  * Fix threading bugs in the native Windows build that made shutdown
170    unsafe and screwed up update aborting commands.
171  * New econfig key pre_update_hook to allow automatic, safe backup
172    right before the update.  See scripts/backup for an example.
173  * The server now prints log messages to stderr as well when running
174    in the foreground.
175  * Fix potential buffer overflows in logerror() and lwpStatus().
176  * Server now requires POSIX signals.  It no longer catches SIGUSR1.
177  * Remove support for ancient versions of HP-UX.
178  * Fix seeding of PRNG broken in 4.2.19.
179  * Don't reseed the PRNG in commands, it hurts randomness and could be
180    abused by crafty players.
181  * The server now makes the data directory its working directory.
182    This also gets rid of a bug that changed the file name of the
183    sector, power, nation and lostitems file unless econfig could not
184    be read.
185  * The server now writes a pid file.  Thanks to Daniel O'Connor.
186  * More user friendly server startup: more errors are detected while
187    the server still runs in the foreground, which makes it possible to
188    complain to stderr and to exit unsuccessfully.
189  * Early log messages went to the log file in the default data
190    directory, even though econfig specifies another data directory.
191  * Specifying an econfig file on the command line that can't be read
192    is now fatal.
193  * Errors in econfig are now fatal.
194  * The server now refuses to start when it can't open data files.
195  * News are now sorted and expire sanely.
196  * Conditionals can now compare strings as well.
197  * Corrupted down and motd files could cause buffer overflows.
198  * Fix recon to let player abort at the flight path prompt.
199  * power no longer rounds worldwide numbers for deities.
200  * power command failed to recognize deities with non-zero country
201    number.
202  * Change output of production command so that columns are aligned
203    even for large values.  Replace column wkfc by more useful column
204    avail.
205  * neweff and production miscalculated work when mil exceeded
206    population limit.
207  * neweff miscalculated work when the population limit exceeded 999.
208  * Fix capping of avail when a big city is torn down.
209  * Fix a bug in fire that allowed players to find all submarine uids.
210  * Maximum sector population is no longer hardcoded, and now covered
211    by xdump.  Option RES_POP now affects mountains and plains as
212    well.  From Ray Hyatt.
213  * Fix fina and news not to ignore errors in conditions.
214  * The native Windows build now requires Windows Sockets 2.
215  * The native Windows build now supports multiple instances of the
216    service.  The ability to supply additional startup parameters to
217    the service has been removed.
218  * Implement fairland command line parsing under Windows.
219  * Improved fairland and emp_server usage message.
220  * Code cleanups.
221  * Minor info file and documentation fixes.
222  * Much of the above was contributed by Ron Koenderink.  Many thanks!
223
224 Changes to Empire 4.2.19 - Thu Dec 23 20:24:24 UTC 2004
225  * Fix order not to unload into full sectors.
226  * Fix scrap not to dump stuff into full sectors.  Excess stuff is now
227    destroyed.
228  * Fix distribute not to conjure up a civilian when importing
229    civilians from a dist center that doesn't have any.
230  * Fix flak to resupply no more shells than actually needed.
231  * Fix rounding error in shoot that could result in more people shot
232    than actually there.
233  * Fix info and apro error handling.  In particular, do not leak
234    potentially sensitive information on the server to players.
235  * info no longer shows a random matching page when the topic argument
236    is ambiguous.  Instead, it lists all matching topics.
237  * Embarked land units and overflying planes no longer spot each
238    other.
239  * Fix show command to show only sectors that players can designate
240    (was broken in 4.2.18).
241  * Fix a rounding error in production command column `max'.
242  * Fix production command for overpopulated mountains and plains.
243  * Fix tradeship ally cut to match documentation.
244  * Fix plague, which was was broken in 4.2.14: it got stuck in stage I.
245  * Fix a bug in aerial sonar where ships could mask submarines with
246    the same number modulo 256.
247  * Don't allow bombing of subs that were not detected.
248  * MOTD and the game down message are now entirely separate: use `turn
249    motd' for the MOTD, and `turn on' and `turn off' for the game down
250    message.  `turn on' no longer lets you edit the MOTD.
251  * Remove option NUKEFAILDETONATE.
252  * Option ORBIT is no longer optional.
253  * New option GUINEA_PIGS to control experimental stuff not ready for
254    prime time.  If your deity enables this in a serious game, run!
255  * Many xdump fixes.  xdump is now enabled by option GUINEA_PIGS.
256  * New ship and land selectors rflags, rpath.
257  * New ship selectors for order: xstart. xend, ystart, yend,
258    cargostart, cargend, amtstart, amtend
259  * New ship selectors for sail: mobquota, path, follow.
260  * New news selector uid.
261  * Implement command line parsing under Windows where it was missing.
262  * emp_server and and files print a usage message on command line
263    syntax errors.
264  * Fix how emp_server exits after being panicked by a signal.  It can
265    now dump core when this happens.
266  * Fix bug in client that could crash it when a line of input starts
267    with '?'.
268  * Client now gets user name from environment variable LOGNAME if set,
269    else from system.
270  * The native Windows build can now run as a service.
271  * Redirecting client input now works under Windows.
272  * Code cleanups.
273  * Don't confuse work with loyalty in info Citizens.
274  * Minor info file and manual page fixes.
275  * Much of the above was contributed by Ron Koenderink and Marc
276    Olzheim.  Many thanks!
277
278 Changes to Empire 4.2.18 - Tue Sep  7 14:08:59 UTC 2004
279  * Fix info to accept abbreviated arguments under Windows.  From Ron
280    Koenderink.
281  * Buying planes or land units loaded on something didn't work when
282    that something moved.
283  * Fix a bug that could produce update cascades with update policy
284    UDP_TIMES.
285  * Fix delivery and distribution to grant packing bonus only to
286    efficient sectors, just like move.  Previously, delivery ignored
287    efficiency, and distribution behaved as if it were an efficient
288    sector without special bonuses.
289  * New sector selectors loyal, access; ship selectors radius, access,
290    xbuilt, ybuilt, builder, name; plane selectors radius, access,
291    theta; land unit selectors radius, react, nland, access; lost
292    selector id.
293  * Fix sector selectors che, che_target; plane selectors att, def;
294    nuke selector types; treaty selector exp; news selector time;
295    commodity selectors type, xbuy, ybuy.
296  * Option PLANENAMES is no longer optional.
297  * Ensure config parameter variables and their description in
298    configkeys[] are consistent.  Inconsistencies there caused bugs in
299    the past.  From Marc Olzheim.
300  * Complain if econfig file can't be read.
301  * Better messages for errors in econfig file.
302  * Remove unused econfig keys hard_tech and last_demand_update.
303  * New econfig key news_keep_days to configure news expiry.
304  * New econfig key anno_keep_days to configure announcement expiry.
305  * Fix announcement expiry.  It leaked file descriptors and memory,
306    and could corrupt the anno file.  From Ron Koenderink.
307  * New command xdump: experimental extended dump.  Disabled for now.
308  * Bankers no longer round down debts, and they collect interest for
309    the time debtors are idling at sub-prompts.
310  * Loan interest calculation was broken at the due date and after a
311    last payment made at the due date.  With luck, debtors could abuse
312    this to repay loans cheap (they couldn't gain cash, though), sharks
313    to purchase loans cheap, and creditors to collect excessively.
314  * Fix major bug in transport that allowed two cooperating countries
315    to duplicate items.
316  * Don't report interdiction damage twice when transporting planes.
317  * Fix message for attempting to transport a plane in a sector not
318    owned by the player.
319  * Fix confusing diagnostics when refusing to improve defense because
320    option DEFENSE_INFRA is off.
321  * Simplify confusing code in budget.
322  * Fix spacing in output of budget and show.
323  * Change one-way plane sorties to match ordinary sorties: offer
324    carriers regardless of the sector they're in, require carriers to
325    be efficient.
326  * Allow `realm #'.
327  * Don't print owner of incoming missile twice when intercepting it.
328  * Simplify constituent storage in product characteristics.
329  * Replace remaining `variables' leftovers; mainly in unit
330    characteristics.
331  * Remove leading spaces in deity unit dumps.
332  * Replace inappropriate uses of compile time constant ETUS by 60.
333    Deities don't change ETUS, they change etu_per_update by editing
334    econfig.  This nonsense dates back at least to chainsaw 3.31.
335  * Change ship production (fishing and drilling for oil) to match
336    sector production.  Ship efficiency and tech are now relevant, and
337    all people on board work.  From Ron Koenderink.
338  * Code cleanups.
339  * Minor info file fixes.
340
341 Changes to Empire 4.2.17 - Mon Aug 16 16:21:53 UTC 2004
342  * Fix seeding of PRNG under Windows.  The bug made updates occur at
343    a predictable time in the update window.  From Ron Koenderink.
344  * Close major loophole in drop that allowed players to determine
345    whether an arbitrary sector is sea, allied land, or other land.
346  * fly could fly civilians into occupied sectors.  For consistency
347    with other means to move around stuff, this is no longer possible.
348  * Don't allow flying to a carrier that doesn't have space for the
349    planes.  Previously, planes that did this were teleported home,
350    which could be abused.
351  * Close loophole in bomb that allowed players to find all
352    sanctuaries.
353  * Fix move and explore not to crash when moving civilians to a sector
354    without civilians, and interdiction destroys them all.  Found and
355    debugged by Jeff Cotter.
356  * Fix printing of messages entered with turn command.  '%' characters
357    could cause havoc, even crashes.
358  * Use sector's actual maximum population to compute chance of plague
359    outbreak.  Previously, code used 9999 for big cities and 999 for
360    other sectors, and info Plague said 999.  This makes all crowded
361    sectors equally vulnerable, even mountains, plains, and inefficient
362    big cities.
363  * Oil derricks no longer drill and deplete more oil than they can
364    hold.  From Ron Koenderink.
365  * Version 4.2.15's coordinate and list parsing fixes reject trailing
366    junk.  That's too strict.  Silently ignore trailing junk as long as
367    it starts with whitespace.
368  * Version 4.2.15's selector rewrite broke some type literals,
369    e.g. `?des=n' was interpreted as `?des=newdes'.  Change to prefer
370    type literals to selectors.
371  * Nightly build patches game to get repeatable PRNG results.  From
372    Marc Olzheim.
373
374 Changes to Empire 4.2.16 - Wed Jun 16 18:56:16 UTC 2004
375  * Previous version broke sector production when part of the work is
376    used for sector construction.  Fix courtesy Jeff Cotter.
377  * Add rudimentary tests to nightly build.  From Marc Olzheim.
378
379 Changes to Empire 4.2.15 - Wed May 26 17:55:58 UTC 2004
380  * test command no longer asks whether to abandon the sector.
381  * explore command could generate a bogus `lost' record when it
382    regains an abandoned start sector.
383  * edit command now properly updates stats when editing tech level of
384    ships, planes or land units.  A few of these stats can be edited
385    separately, which doesn't make much sense, and is now deprecated.
386  * edit command no longer accepts efficiency values that would destroy
387    the edited unit.  Deities can still delete units by setting the
388    owner to zero.
389  * upgrade command used to charge an amount of avail that didn't match
390    info upgrade.  Neither the implemented nor the documented amount
391    made much sense.  Change it to 15% of the full build cost.  Rewrite
392    info upgrade.
393  * Commands upgrade and build could be off by one when reporting
394    required avail.
395  * upgrade command reported rounded cost but charged unrounded
396    cost.  Round cost of upgrade down to match behavior of build.
397  * Upgrading planes now preserves range when it is less than the
398    maximum range.  It used to set it to the new maximum range.
399  * show bridge and show tower no longer claim bridge building requires
400    `workers' (whatever that is), since it doesn't.
401  * Replace option ROLLOVER_AVAIL by econfig parameter
402    rollover_avail_max, which is the maximum amount of avail that rolls
403    over.  Previously, avail was limited after rollover, and even when
404    ROLLOVER_AVAIL was off.  Fix that.
405  * Ships weren't always charged mobility for firing with option
406    NOMOBCOST off.
407  * Fix shell use of return torpedoes.
408  * designate no longer complains twice about deity only designations.
409  * Ensure designate zaps efficiency only when sector type really
410    changes.
411  * Fix strength to always report mines to deities.
412  * Remove option SHIP_DECAY.
413  * Fix bug in sonar that could crash or yield unpredictable results
414    near the true origin.
415  * Fix buffer overflow in flash and wall.
416  * Fix wall not to strip out first word of message.
417  * Change market and order to use item types instead of mnemo
418    characters internally.
419  * Market now reports sales with full item names instead of single
420    letter codes.
421  * buy now requires first argument to be an item name, as documented.
422  * production command handled production backlog incorrectly, failed
423    to limit production for production efficiency greater than one,
424    e.g. agribusiness, and incorrectly limited raw material
425    consumption.  Also fix a rounding error.  With help from Ron
426    Koenderink.
427  * Sector work was accidentally truncated to even.
428  * Fix coordinate parsing for large numbers when WORLD_X or WORLD_Y
429    don't divide SHRT_MAX+1.
430  * Properly diagnose over-long unit lists.
431  * Rewrite selector code.  Old code let players smash the stack by
432    supplying too many conditions.  New code properly rejects ambiguous
433    abbreviations and prefers exact matches.  Selectors with names that
434    collide with types, like land units' rad and spy, now work.  Selectors with
435    non-integral values, like land units' att, now work.
436  * survey used to display hundreds for everything but variables.  Now
437    it displays hundreds only for values that can be large.
438  * Rewrite info survey.  Document ability to survey properties other
439    than items and resources.
440  * Rewrite info build, since it was inaccurate and poorly structured.
441  * Fix info fire on required military.  From Marc Olzheim.
442  * New fairland argument -R to set the PRNG seed.  Print the seed.
443    This allows you to recreate the same world again.
444  * New facilities to deal with internal errors.  These crash when the
445    server is started with -d, which is appropriate for debugging, and
446    potentially disastrous for running a real game.
447  * Automated nightly builds.
448  * Code cleanups.
449
450 Changes to Empire 4.2.14 - Mon Mar 22 09:04:12 UTC 2004
451  * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
452  * Gripe about unknown options in econfig.
453  * Remove option GRAB_THINGS.
454  * Utility program files takes new option -f.
455  * Remove utility programs land, ore and perfect, which don't compile
456    since 4.2.0 (Oct '98).
457  * fairland no longer warns when it added resources, but when it
458    didn't.
459  * Fallout code could claim destruction of more items than actually
460    existed.
461  * Fix recursive resupply (resupply from supply land unit triggering a
462    resupply of the land unit) when just testing for how much can be
463    resupplied.  The bug could have led to insufficient resupply.
464  * Fix recursive resupply not to consume all fuel in supply units.  No
465    supply units consuming fuel exist in the stock game.
466  * Limit delivery and distribution thresholds to ITEM_MAX (9999).
467    Distribution threshold were previously limited to 10000, and
468    delivery thresholds to 65528.
469  * Limit items in sectors to ITEM_MAX (9999).  Commands give and buy
470    used to limit to 9990.  Market transactions and commands explore,
471    move, drop and fly to 32767.  Limiting in autonav code (order
472    command) didn't work.  Item delivery used to stop at 9990,
473    distribution at 9999.  Food growing and sector production used to
474    stop at 9999.  Grind, assault lunchboxes, demobilization, mine
475    sweeping and che liberating uw could theoretically attempt to
476    increase items beyond 65535, which would have been ignored
477    (destroying the increase).
478  * Properly saturate fallout at FALLOUT_MAX (9999).  Previously,
479    fallout increases behaved inconsistently.  Increases beyond 65535
480    could get ignored, or fallout could saturate at 9999, or it could
481    overflow at 65536 (that would take quite some nuking, though).
482  * Properly saturate mines at MINES_MAX (65535).  Previously, a mining
483    operation that would have gone beyond 65535 was ignored.
484  * Fix `are we loading or unloading' tests for load, unload, lload and
485    lunload.
486  * Fix editing of land unit attack and defense values.  Implement
487    editing of ship defense values.  Contributed by Ron Koenderink.
488  * edit now edits che number and target separately.
489  * Fix edit to properly extend unit files.  Contributed by Ron
490    Koenderink.
491  * Major internal reorganisation: Sectors need space for items,
492    deliveries and distribution thresholds.  To save space, the
493    ancients invented `variables': a collection of key-value pairs,
494    missing means zero value, space for `enough' keys.  This
495    complicates the code, as assigning to a `variable' can fail for
496    lack of space.  Over time, `enough' increased, and for quite some
497    time now `variables' have been *wasting* space.  Replace them,
498    except in unit characteristics, where they are read-only, and will
499    be replaced later.  This also removes misfeatures like plague
500    outbreaks silently deleting deliveries.
501  * Remove disabled commands dissolve and mult.  Remove configuration
502    parameters minmult and maxmult.
503  * trade command indexed an array out of bounds when attempting to
504    display the plague as commodity.  Fix.
505  * New make goal interix.  Contributed by Ron Koenderink.
506  * The type selector now prefers an exact match to a partial match.
507    ?type=sb now selects sb, not sbc, even when sbc happens to be found
508    first.
509  * Value of selector sell was always zero, remove it.
510  * Clean up selector code.
511  * satellite now displays all sectors owned by other players, and none
512    else.  It used to display all but sea, mountains, sanctuaries,
513    wasteland and wilderness.
514  * map commands now display wilderness and plains owned by other
515    players as '?'.  Radar commands now display all wilderness and
516    plains as '?'.
517  * Fix power timestamp for Windows.  Contributed by Ron Koenderink.
518  * Make client abort the current command on ^C under Windows, as
519    everywhere else.  Contributed by Ron Koenderink.
520  * Command line parser interpreted trailing whitespace as an another
521    (empty) argument.  Ignore it instead.
522  * Properly declare stuff in headers, include proper system headers.
523    Remove all nested external declarations.  Source code is now fully
524    prototyped.  Enable appropriate gcc warnings.
525  * Fix several type errors.  Some may have been show-stoppers on big
526    endian machines where sizeof(long) != sizeof(int).
527  * Remove pre-ISO C compatibility cruft (hey, it's been only fifteen
528    years).
529  * Various portability fixes.  Some bugs may have been show-stoppers
530    when sizeof(long) != sizeof(int).  With help from Marc Olzheim and
531    Ron Koenderink.
532  * Move some code to more logical places.  Remove some unused code,
533    some of which was hard to port.
534  * The files program could print error messages to a log file in some
535    circumstances.  Make it print to stderr.
536  * deliver can now change direction without changing the threshold.
537  * deliver now provides appropriate context when prompting for
538    thresholds.
539  * Login command play no longer ignores up to two arguments if there
540    isn't a third one.
541  * Fix payoff (was broken in 4.2.13).
542  * Capability fish didn't work together with capability oil.
543  * Fix and clarify plague outbreak chance in info Plague.
544  * Fix RES_POP maximum population in info Research.
545  * Fix info telegram and info announce on ~ escapes.
546  * Update info Selector to match code.
547  * Document all undocumented unit capabilities and stats.
548  * Document submarines' ability to carry landspies.
549  * Fix info shoot on security units.
550  * Various small info file fixes.
551  * Many fixes in the troff macro package for info files.
552  * Many fixes for translating info files to HTML.
553  * Many info file markup fixes.
554
555 Changes to Empire 4.2.13 - Fri Feb 13 22:12:36 UTC 2004
556  * Source code reindented and cleaned up somewhat.
557  * Various small info file fixes.
558  * Fixed change requiring 254 BTUs even when not charging any
559    (BLITZ).
560  * Fixed tactical non-marine missile crash.
561  * Fixed spy unit detection chance for eff<100.
562  * Fixed output of sorder.
563  * `edit' can now work non-interactively.  Contributed by Ron
564    Koenderink.
565  * Fixed and extended edit for sectors.
566  * Fixed use of errno.
567  * Minor security fix: doconfig now writes example auth entry as
568    comment.
569  * Fixed reading of country name and password in client for Windows.
570  * Replace use of some obsolete non-portable library functions by
571    portable equivalents.
572  * designate now warns about redesignated capital only when it
573    succeeds in redesignating the capital.
574  * attack could be off by one when reporting required unit mobility.
575  * Fixed command matching.  Unique prefixes were not always
576    recognized, and junk suffixes were ignored.
577  * Removed bestdistpath.  bestpath yields the same results.
578  * Renamed lstats to lstat for consistency and to match info page.
579  * Fixed non-portable fd_set * arguments of select().
580  * New `map' flag `h' to highlight own sectors.  Contributed by Marc
581    Olzheim.
582  * Fixed `sabo' reporting damage to player in deity coordinates.
583  * New option ROLLOVER_AVAIL.  Contributed by Drake Diedrich.
584  * Fix Windows server shutdown on reading "quit" from stdin.
585  * Land units now fortify automatically at the update using excess
586    mobility.  With code from Marc Olzheim.
587  * Wandering che are less predictable.
588  * Land units no longer regenerate mobility faster while it is
589    negative.
590  * Fixed emp_client -k.
591  * No longer allow pirates to ferret out where a ship was built.
592  * Fixed map commands to reject bmap flags `t' and `r' instead of
593    turning into bmap.
594  * Fixed lmine shell resupply.
595  * News no longer call all sub-launched missiles nuclear.
596  * Incoming missiles are now reported with coordinates.
597  * Removed some code that served no purpose except crashing on
598    Windows. 
599  * Fixed Mac OSX and AIX build problems.
600  * Don't resolve player IP addresses for now, because it can crash
601    with certain versions of GNU libc.
602  * Fixed recording of lost nukes.
603
604 Changes to Empire 4.2.12 - Mon Aug 18 16:54:21 MDT 2003
605  * Corrected contact information for Wolfpack.
606  * Sector isn't abandoned until move or explore is complete.
607  * Fixed multiple cases where return value of getstarg() was
608    used without being checked which crashed the server.
609  * Used stdarg.h instead of varargs.h.
610  * Call only_subs and save result before mission frees attacker
611    list.  Call with free list could cause server crash.
612  * Fixed spy sat map for units on opposite side of world wrap.
613  * Don't sleep in main thread when called from signal handler.
614  * Fixed error checking in pthreads.
615  * Properly detach pthreads.
616  * Pass unlocked mutex to pthread_mutex_unlock.
617  * Cope with interrupted sleep in pthread empth_sleep to prevent
618    double update.
619  * Added server configurable update window.
620  * Initialized variables passed to setsockopt in accept.c.
621  * Fixed bug where sharing bmap with uncontacted country crashes
622    server.
623
624 Changes to Empire 4.2.11 - Sun Sep  1 09:54:59 MDT 2002
625  * Added compile option for the Mac OSX architecture.
626  * Fixed bug in cargo where unit array was indexed by shp_maxno
627    instead of lnd_maxno.
628  * Fixed bug in reject where aborting the command crashes the
629    server.
630  * Can't buy land units into enemy headquarters.
631  * Added sabotage command and commando unit.
632  * Spies moving by themselves will not trigger interdiction.
633  * Fixed error in map distance calculation that caused errant
634    interdiction.
635  * Ships going under -127 mobility will be set to -127 mob and
636    not roll over to positive mobility.
637  * Corrected plane cost in info Maintenance.
638  * Changed error message for loans rejected for being too big.
639  * Land units will take casualty damage proportional to their
640    ability to carry mil.
641  * Fixed bug where "route i *" crashes server.
642  * Cannot upgrade planes in orbit.
643  * Fixed bug in declare with deity aborting command at last
644    prompt crashes the server.
645  * Coastwatch notify works with NO_FORT_FIRE option.
646  * Thread that kills idle connection will charge player for
647    minutes the player was logged on.
648  * Removed separate sendeof at end of execute from emp_client
649    that logged players off on certain platforms.
650  * Updated player idle counter during read prompt so players
651    wouldn't be kicked off during long flashes or writing telegrams.
652  * LOSE_CONTACT will work as advertised.
653  * Allied units marching through 0 mobility conquered sectors
654    are charged at least LND_MINMOBCOST.
655
656 Changes to Empire 4.2.10 - Mon Aug 13 14:34:39 MDT 2001
657  * Assault can reinforce own sector when SLOW_WAR is enabled.
658  * emp_client no longer converts lines into tags but still verifies executes,
659    pipes, and file redirect match players input.
660  * Added pboard command to capture enemy planes in your territory.
661  * Declaring war when at Sitzkrieg won't return relations to Mobilizing.
662  * Declaring war won't charge money if you're already Mobilizing.
663  * Added multiple territory fields.
664  * "show nuke build" displays the proper avail.
665  * retreating land units will only retreat to sectors owned by the player
666    that owns the unit.
667  * added hard cap of "250 + easy" to limit_level.
668  * education p.e. calculation divides edu constant by etu per update.
669  * Added patch for Linux for the PowerPC.
670
671 Changes to Empire 4.2.9 - Sun Jan  7 15:49:13 PST 2001
672  * Fixed data corruption when bogus target gets fired upon.
673  * Increased size of ancillary stacks to prevent stack overflow.
674  * Changed all references to empire.cx.
675  * Ships, planes, and land units lost to lack of maintenance will now be
676    lost.
677  * No longer allowed to sack deity's capital.
678  * Accuracy calculation in land unit support was backwards.
679  * Corrected formula for likelihood of plague in info Plague.
680  * Fixed files to correctly size map and bmap files from econfig file.
681  * No longer allowed to add country 0.  It corrupts deity country.
682
683 Changes to Empire 4.2.8 - Mon Oct  9 17:35:35 MDT 2000
684  * Fixed range in radar.t and Sector-types.t.  Maximum range at infinite
685    tech is 16.
686  * Changed so that player can't drop civilians into occupied sectors.
687  * Fixed bug that crashes update if etus/update is less than 8.
688  * Fixed sometimes not reporting overflights
689  * Fixing flak for units/ships to be in all sectors as they should be
690  * Updated order of firing flak in Flak.t.
691  * Fixed 80% efficient planes on ships must be maintained.
692  * Fixed initial MOB_ACCESS check thread sleep time was set by an uninitialized
693    variable. 
694  * Removed "TEMPORARILY DISABLED" message from mission command for escort
695    missions.  Escort missions have been re-enabled since 4.0.15.
696  * Using sonar from the navigate command will print the sonar map.
697  * Eliminated annoying error messages when using navigate with conditionals.
698  * Fixed Technology.t to correctly add 1 before taking the logarithm.
699  * Fixed bug that allowed players to steal opponents maps.
700  * Put time limit for bidding on market and trade in econfig file.
701  * Moved hours file information into econfig file.
702  * Added comments on setting update policy in econfig file.
703  * Added logging of cases where write extends data file by more than one id.
704  * Option MARKET is turned off by default.
705
706 Changes to Empire 4.2.7 - Fri Mar 10 18:41:04 PST 2000
707  * Added new NF_SACKED flag to indicate when a country has had it's
708    capital sacked.  This flag is only cleared when the country actively
709    redesignates it's capital using the "capital" command, and changed
710    capital.t to reflect this (no more re-sacking after an update if the
711    country doesn't reset and repeating until they are out of cash.)
712  * Added land unit to edit command for planes.
713  * Added nuketype to edit command for planes.
714  * Changed so that if the leader of a group of units is a train, the
715    railways are used for bestpath instead of roadways.
716  * Changed mission command to also print reaction radius of reserve
717    missions when set for land units.
718  * Changed Flak.t to reflect guns having to be loaded onto a land unit
719    for flak to fire.
720  * Changed so that visitor countries cannot change their name or password.
721  * Changed so that you cannot upgrade deity planes, ships or units.
722  * Changed so that you know where missions are flown from.
723  * Changed so that the airport owner you fly a mission from is informed.
724  * Changed so that preperations for takeoff are reported to the owner of
725    the sector, ship or unit a plane is taking off from if it is not owned
726    by the owner of the plane.
727  * Changed so that when a sector reverts during a guerrilla revolt, the
728    mobility is not reset.  When MOB_ACCESS is not enabled, this used to mean
729    you would always get at least an updates worth of mobility.  With
730    MOB_ACCESS, sectors that reverted during the update were useless, since you
731    got no mobility for a long time.  This fixes that problem, and makes che
732    more useful as well.
733  * Changed so that air defense missions don't always send up every plane in the
734    area, but instead always send up at most two times the number of incoming
735    planes (for each interdicting country.) This helps to stop 1 plane from
736    stripping the mobility from 25 air defense planes all at once, but doesn't
737    limit it to n+1 as there is for regular interception.
738  * Clarified deity reversion of sectors in Sector-ownership.t
739  * Clarified production efficiency and added pointer to "show sector cap"
740    in Product.t
741  * Clarified nuketype selector for planes in Selector.t
742  * Clarified that fortifying units does not affect mission status in info
743    pages for mission and fortify.
744  * Clarified fuel syntax upon error in fuel command in empmod.c.
745  * Cleaned up comments causing minor complaints in some builds.
746  * Fixed bug in loans where you could collect on proposed loans.
747  * Fixed production command to be more accurate (though it *still* has some
748    rounding errors, it's better.)
749  * Fixed potential memory leak in air defense missions.
750  * Fixed bug where you couldn't pinbomb some commodities if other commodities
751    didn't already exist in the sector.
752  * Fixed bug where you couldn't build 0 crew planes without military in the
753    sector.  (This is different from needing at least 1 military to build all
754    planes that need a crew which introduced another related bug earlier.)
755  * Fixed bug where scrapping land unit 0 could cause erroneous transfer
756    messages to be displayed for deity owned planes.
757  * Fixed bug where land units on ships in a sector taken over were blown
758    up or captured.
759  * Fixed bug where planes on ships in a sector taken over were blown up
760    or captured.
761  * Fixed bug in sdump printing origx and origy in deity coordinates.
762  * Fixed bug in satellites showing wrong sectors (sometimes) when using the
763    optional arguments.
764  * Fixed bug in launch showing wrong satellite target (showed asat instead
765    of the target satellite.)
766  * Fixed bug where you could gain information not normally available using
767    the "fire" command to determine sector type information.
768  * Fixed bug in market/trade creating extra money when loans are taken out.
769  * Fixed problem with land units not being reported sunk after being sunk
770    on a ship that was nuked or wastelanded in a sector.
771  * Fixed problem with Spies.t using "llook" instead of "llookout".
772  * Fixed problem in lwp/arch.c including jmp_buf.h instead of setjmp.h
773    on some Linux boxes.
774  * Fixed problem with plague infection being way too high in cities when
775    the BIG_CITY option is enabled.
776  * Fixed bug in edit command getting confused with arguments.
777  * Fixed bug in ask_move_in_off asking you to move in a negative number of
778    troops (hey, it could happen. :) )
779  * Fixed bug in add command not keeping flags or relations initially correct.
780  * Fixed bug in torpedo command sometimes telling victim about torpedo
781    sightings even when way out of range.
782  * Fixed bug in spy command not reporting planes in adjacent sectors, as well
783    as not formatting them properly when reporting them.
784  * Fixed bug in satellite with noisy transmission causing a potential
785    crash of the server with non-100% efficient satellites.
786  * Fixed potential crashing of the server during satellite display when not
787    calculating distances to ships and units correctly.
788  * Fixed bug where planes in non-allied sectors, ships and units could be
789    used on missions.
790  * Fixed bug where planes on the trading block could be used on missions.
791  * Fixed bug where planes and units that get traded don't have mobility set
792    correctly when using MOB_ACCESS option.
793  * Fixed bug which made security units virtually useless.
794  * Fixed access times and mobility not being set right when building planes,
795    ships, units, bridges and bridge towers when MOB_ACCESS is enabled.
796  * Fixed minor formatting problem with launch of satellites.
797  * Fixed minor formatting problem with planes with greater than 999 tech.
798  * Fixed minor formatting problem with ships with greater than 999 tech.
799  * Fixed problem with "llook" showing up in TOP info file.
800  * Fixed problem with lwp Makefile choking on NT builds with clean target.
801  * General cleanup of potentially ambiguous statements.
802
803 Changes to Empire 4.2.6 - Fri Jun  4 05:55:20 PDT 1999
804  * Added "TECH_POP" as an option where technology costs more to make
805    as your population grows past 50K civilians.  It is disabled by
806    default.
807  * Changed "produce" command to accurately print what the true p.e. is.
808  * Changed "update" command to display if mobility updating is enabled for
809    MOB_ACCESS option.
810  * Fixed bug where toggling off the coastwatch flag also turned off
811    forts firing on hostile ships coming into range.
812  * Fixed bug where assaulting your own land would violate any treaties
813    you have where assaults are a violation.
814  * Fixed bug where all planes (even those without need for a crew, such
815    as missiles) needed at least 1 military to build.
816  * Fixed bug where when a ship sinks during the update due to lack of maint,
817    land units and planes on it were left stranded.
818  * Fixed bug where when a land unit dies during the update due to lack of
819    maint, land units and planes on it were left stranded on it.
820  * Fixed bug where nukes could be lost due to MOB_ACCESS updating mobility
821    while arming.
822  * Fixed bug in "show sector capabilities" not showing products correctly.
823  * Fixed bug in "show tower build" printing "bridges" instead of "bridge
824    towers".
825  * Fixed bug in sectors that don't revolt not showing up as lost items.
826  * Fixed bug where maps with an X of exactly 200 is not drawing third line.
827  * Fixed bug where MOB_ACCESS was not updating the mobility just before
828    the update. 
829  * Fixed bug in the way treaties are examined and sometimes produce
830    wrong results.
831  * Fixed edit to allow creating negative mobility for sectors.
832  * Fixed setsector to allow creating negative mobility for sectors.
833  * Fixed bug where when writing out the value of a sector that had
834    negative mobility and was damaged in combat, mobility was being
835    set back to 0.
836  * Fixed Taxes.t info page to reflect that captured civvies only pay
837    1/4 taxes.
838  * Fixed Technology.t info page to reflect TECH_POP option.
839  * Fixed navigate.t info page to reflect that only ships in the fleet
840    in the same sector that are fired upon have damage divided up.
841  * Made techlists toggle on by default (so things are shown in order of
842    technological advances.)
843
844 Changes to Empire 4.2.5 - Mon Mar  1 06:42:24 PST 1999
845  * Added optimization to increasing mobility to check if an object is
846    already at max mob, just return since it can't be increased.
847  * Added "-ltermcap" for client libs for hp build (it was already in
848    hpux build.)
849  * Added clearing of telegram flags after the update so that the next
850    telegram is flagged as new and not part of the update.
851  * Fixed Update-sequence.t to reflect MOB_ACCESS.
852  * Fixed bug where fortification amount was not being limited to
853    maximum mobility for land units (land_mob_max).
854  * Fixed bug where land unit fortification strength was being calculated
855    by using 127 instead of land_mob_max.
856  * Fixed bug where scrapping land units was creating military.
857  * Fixed description of sect_mob_neg_factor in econfig file.
858  * Increased speed of PT boats.
859         
860 Changes to Empire 4.2.4 - Tue Feb  2 05:47:44 PST 1999
861  * Added check to make military values match up correctly for land
862    units.
863  * Fixed bug in doconfig not putting ipglob.c in the right place.
864  * Fixed bug where attacking deity sectors will violate a treaty.
865  * Fixed newspaper.t information file.
866  * Fixed potential bug in fixing up timestamp information when restarting a
867    game with MOB_ACCESS turned on.
868  * Fixed bug in explore command not setting mobility to correct
869    value when MOB_ACCESS was enabled.
870  * Fixed bug in enlist setting mobility incorrectly sometimes.
871  * Added doc/backup file for deities which recommends how backups and 
872    restores of the data directory should be done.
873
874 Changes to Empire 4.2.3 - Wed Jan 13 06:02:35 PST 1999
875  * Added linux-pthreads target and build for using pthreads under Linux.
876  * Added NO_FORT_FIRE option which disables the ability of forts to
877    fire when enabled.
878  * Added more error checking and recovery for corrupt data files.
879  * Changed alphapos target to alpha-pthreads for better clarity.
880  * Changed fairland to allow 0 sector distance to other islands and
881    continents (James Risner)
882  * Changed "frg" and "dam" land unit stats to "rng" and "fir" so they
883    match the way ships are described (since this is how they really work.)
884  * Changed Unit-types.t to now describe "rng" as firing range of a unit,
885    and "fir" as the number of guns that a land unit fires.
886  * Cleaned up misc. build warnings.
887  * Changed artillery damage to be 5 + d6 per gun firing from just d6
888    per gun firing and updated Damage.t to reflect this change.
889  * Changed artillery firing ranges to be like ships ranges - divided
890    by two, and modified them to make more sense.
891  * Changed artillery units to be "slightly" :) more powerful.
892  * Changed "cavalry" unit to tech 30 and lowered mil content to 20.
893  * Changed "artillery" unit to tech 35.
894  * Changed so that guns are no longer required to build units, and
895    that guns must be loaded onto artillery units for them to fire.
896    Client developers note: the show command has not changed yet to
897    remove the 'guns' column (since guns are no longer required) but
898    will in a future revision (possibly 4.2.4) so "be prepared" for
899    "show land build" to change. :)
900  * Fixed landunitgun to handle all the damage calculations like it should.
901  * Fixed bug sinking planes when the ship they are on sinks.
902  * Fixed bug destroying planes when the land unit they are on is destroyed.
903  * Fixed bug where land units could fire support without enough military.
904  * Fixed bug in abandoning sectors by marching out a land unit where it
905    would not let you sometimes (uninitialized variable problem.)
906  * Fixed gets problem in files.c (James Risner)
907  * Fixed bug in determinig operations range of a ship.
908  * Fixed bug in building planes where you could manufacture military.
909  * Fixed warnings in threading package(s).
910  * Fixed fire.t to reflect new firing changes.
911  * Fixed lstat.t to reflect new firing changes.
912  * Fixed sstat.t to reflect the way things really work.
913  * Fixed Ship-types.t to reflect the way things really work.
914  * Fixed the way shutdowns work to hopefully better protect data files.
915  * Fixed bug in attacking when sector mobility is less than 0 and it would
916    prompt for attacking with a negative amount of military.
917  * Fixed typo in fire.t stating wrong parameters for firing from a sector.
918  * Fixed bug in client when it prompts for country name it was putting
919    an extraneous end of line on the end that needed to be stripped off.
920  * Fixed problems running on Linux running on an Alpha machine.  Thanks
921    to Rocky Mountain Internet and Jeremy A. Cunningham for giving us time
922    on a machine to work out the bugs.  (Note that the only build that
923    works on Linux/Alpha is the linux-pthreads)
924
925 Changes to Empire 4.2.2 - Sun Dec 27 12:46:34 PST 1998
926  * Added some code optimizations into the update code when building paths.
927  * Added some new cacheing for building paths to help speed up updates.
928  * Added so that you can use "name" and "password" with the change command
929    as well as "country" and "representative".
930  * Added flag to power command so that if you are a deity and enter
931    a negative number of countries you want to see, you see the power chart
932    for that many countries without power numbers on the next line.  Only
933    useful for deities that want to see the chart un-broken up by that line.
934  * Added new functionality to fortify command.  You can now use a negative
935    fortification value to cause the unit to be fortified and leave at
936    least that much mobility on the unit. I.E. "fort * -67" will fortify
937    all units and make sure the mobility of each unit doesn't go below
938    67.  If the mobility is already below that level (or equal) the unit
939    is left unchanged.
940  * Added that the realm command prints "Realm #n is x:x,y:y" after
941    you set a new realm.
942  * Added TREATIES option and enabled it by default.
943  * Added "no depth-charging subs" and "no new land units" treaty
944    clauses.
945  * Added Trannie Carter's basic client fix to use fgets instead of gets.
946  * Changed market and command to only print the lowest priced lot of
947     each given commodity by default.  If you specify "all" it shows
948     all lots on the market, and if you specify a specific item, it shows
949     all lots of that item type.
950  * Changed start command to only write out sector if it changed.
951  * Changed stop command to only write out sector if it changed.
952  * Changed how plane names were changed on server startup if the
953    PLANENAMES option was enabled.
954  * Changed move command to use standard askyn function for abandoning
955    sector prompt.
956  * Changed plane overlight sightings to take stealth into account,
957    and if the planes managed to evade all flak and interceptors, they
958    are not marked as "spotted" over enemy sectors.
959  * Changed all units with the supply flag to have their marching speeds
960    based on efficiency since that is their purpose.  What this means is
961    that supply units and trains are more effective at 100% than at 10%
962    (just as fighting units are more effective at 100% than at 10%, but
963     their effectiveness is determined by how well they fight, not how well
964     they "run away, run away!" :) )
965  * Changed so that flash toggle is on by default for POGO at setup
966    time.
967  * Changed so that when a sector is taken, all land units owned by the
968    current owner are treated as planes are during takeovers (i.e. there
969    is a pretty good chance they are blown up, and if not, they change owner
970    to the attacker and are beat up pretty good.)
971  * Fixed treaties to work again.
972  * Fixed bug in taking over land units not using correct pointer (can
973    cause a crash or data corruption.)
974  * Fixed collect command to wipe deliver and distribution information
975    correctly.
976  * Fixed potential bug in bmap not working when destination bmap has
977    blank spaces in it.
978  * Fixed bug in shark command not getting right nation structure.
979  * Fixed bug in server where empty commands (for example, all spaces
980    or tabs) were being reported as bogus commands.  They are now just
981    ignored.
982  * Fixed bug in scrap not dropping land units off of scrapped units carrying
983    them.
984  * Fixed bug in news where boarding of land units was reported backwards.
985  * Fixed bug in calculating new people when growing them during an update.
986  * Fixed missing -ltermcap in HP/UX build.
987  * Fixed setsector to limit mobility to 127 not 255 (255 was being caught
988    later and being reset to 0 anyway)
989  * Fixed Sector-types.t to show a '\' instead of a '/' for wasteland,
990    since that is what it really is.
991  * Fixed retreat.t documentation to reflect the "retreat upon failed
992    boarding" flag.
993  * Fixed bug where satellites were not orbiting the world during the
994    update.
995  * Fixed bug in torpedos being too smart.  They knew how to jump over
996    land! :)  Now the "line_of_sight" routine is used to determine if a 
997    torpedo has a straight path to the destination.  If it doesn't, the
998    torpedo no longer jumps over land, but instead slams into it.  This was
999    an interesting bug because you could torp ships on the other side of
1000    a very skinny island as long as they were in range, even if there was
1001    no sea route possible.
1002  * Fixed bug when pinbombing and you run out of an object to pinbomb (land
1003    units for example) but you still have to pick something to bomb.  For
1004    ships it worked ok (just aborted that it couldn't find any more ships)
1005    and this was fixed for land units and planes.
1006  * Fixed server crashing bug when flying a plane and not carrying
1007    any cargo.
1008  * Fixed bug in move losing commodities when it runs out of room in the
1009    destination sector.  Goods are now attempted to be returned to the
1010    start sector, and apporpriate steps taken if the start sector is no
1011    longer available.
1012  * Fixed march to prompt you before you abandon a sector you own by 
1013    marching out the last land unit.
1014  * Fixed check functions to only check the relevant portions of the structure 
1015    and not the timestamp info that doesn't affect how the object functions.
1016  * Fixed bug in spy command that always told you if a spy unit was in a
1017    non-owned sector.
1018  * Fixed bug in displaying of land unit missions not showing correct land
1019    unit range.
1020  * Fixed bug in wire command where new announcements that you read at
1021    the last second don't get wiped out properly.
1022  * Fixed bug where announcement file could be corrupted by very long lines.
1023  * Fixed bug where bmap was not set when player was told what kind of
1024    sector they were attacking (this was an old abusable bug that was
1025    removed long ago to fix the abuse, and it's been fixed in a non-abusable
1026    way finally.)
1027  * Fixed bug where change command would warn you about monetary and
1028    BTU costs, but not prompt you to break out if you didn't want to really
1029    change your country name.
1030  * Fixed bug in sub-launched nukes that are intercepted being reported in
1031    the news incorrectly.
1032  * Fixed bug in load where you could abandon a sector and not know it by
1033    loading your last civilians or military onto a ship.
1034  * Fixed potential memory leak in autonav code.
1035  * Fixed potential bug where you could possibly determine if a sector is
1036    owned or not using one way plane missions.
1037  * Fixed Damage.t info page to properly show damages for planes and
1038    land unit shelling.
1039  * Fixed deliver.t to include syntax for command.
1040  * Fixed country.t to include syntax for command.
1041  * Fixed bug where ships on orders were not adding radar information to
1042    the bmap during an update.
1043  * Fixed bug where ships on sail were not adding radar information to
1044    the bmap during an update.
1045  * Fixed bestownedpath code to use the bmap properly.  Note this is a very
1046    important bug fix.  When navigating a ship, players are no longer given
1047    free information that they would not normally know.  For example, if you
1048    try sailing your ship off into uncharted areas of your bmap, the bestpath
1049    code will only use as much information as you have on-hand (i.e. your
1050    bmap) to plan out your path for you.  If you have no information on an
1051    area, it just keeps forging on, until bumping into something.  Of course,
1052    after the initial exploration through an area, the bmap will be set and
1053    used for all future sailings through that area.  Harbors and bridges
1054    are still checked for construction worthiness if you know where they
1055    are (i.e. they are on your bmap.) (Overall, what happened before
1056    was that the bestpath code would route your ship around islands that
1057    you didn't even know were there, and you could use various commands
1058    to see how that ship was going to sail during the update and thus you
1059    gained information that you wouldn't normally know.)
1060  * Merged bestpath and bestownedpath and wrote new wrappers, "BestShipPath"
1061    and "BestAirPath" to use it properly.  It is also good to note that
1062    bestownedpath is used to determine paths for ships and for planes, 
1063    and that best_path (which uses the A* algorithm) is used for all land
1064    based paths, and that the two are never interchanged.
1065  * Removed "jet recon" plane (it slipped in during the PLANENAMES conversion,
1066    and RECON was never used before.)
1067  * Removed extraneous "resnoise" and "resbenefit" functions and combined
1068    the two for setresource and setsector commands.
1069
1070 Changes to Empire 4.2.1 - Tue Nov  3 12:56:20 PST 1998
1071  * Fixed problem with global/plane.c not defining last structure element
1072    properly, and thus causing crashes when accessing certain plane
1073    routines.  This happened during the move to make the PLANENAMES option
1074    run-time configurable.
1075         
1076 Changes to Empire 4.2.0 - Thu Oct 29 06:27:15 PST 1998
1077  * Bumped rev to 4.2.0 since this is a major release (the server is now
1078    run-time configurable for just about everything and is released under
1079    the GNU GPL.)
1080  * Put in official licensing information.
1081  * Re-arranged and commented the econfig (Empire Configuration) file.  The
1082    auto-generated "data/econfig" file is now pumped out chock full of
1083    comments (which may or may not be useful.)  Since the server is
1084    pretty much fully run-time configurable (MAXNOC is not, but it gets
1085    a default of 99 anyway) deities will probably be spending more time
1086    in the config file.
1087  * Added server support for building under NT, including mods from
1088    Doug Hay and Steve McClure to get the server building and running
1089    under NT. (This was built using MSVC++ 5.0 on NT 4.0 and command
1090    line "nmake nt")
1091  * Added Doug Hay's ntthread.c implementation for NT threading.
1092  * Added max pop column to "show sector stats" output.
1093  * Added lboard command for boarding land units from sectors.  Only raw
1094    mil can board land units, and only mil and land units aboard the unit
1095    being boarded fight back.
1096  * Added GODNEWS option.  When enabled, the deity giving people stuff
1097    is shown in the news.
1098  * Added bridge tower sector ('@')
1099  * Added BRIDGETOWERS option.  When enabled you can build bridge towers
1100    from a bridge span.  You can then build bridge spans from the tower.
1101    If the tower is destroyed ( <20% eff) bridges connected fall unless
1102    supported on the other side.  You can only build bridge towers in open
1103    water not adjacent to land and other towers.  Expensive.
1104  * Added plains sector ('~') - Max pop is 1/40th regular sectors, and
1105    it is deity creatable only (can't redesignate unless you wasteland it
1106    with a nuke :) )
1107  * Changed "info all" to no longer use printdir, instead it just uses the "all"
1108    info page which contains this information.
1109  * Changed so you can now load up to 2 spy units onto non-land unit carrying
1110    submarines if the LANDSPIES option is enabled.  Useful for sneaking up
1111    to shore and spying on your neighbors.
1112  * Changed so spies unloaded from ships are not given as gifts, they are just
1113    unloaded quietly.
1114  * Changed build command to handle building towers ("build t")
1115  * Changed show command to show tower stats ("show t b")
1116  * Changed reject so you can now reject things from any country except
1117    deity countries (this now includes sanctuary countries and visitor
1118    countries you don't want to deal with)
1119  * Changed ndump to dump nuclear stockpile ID as well.
1120  * Changed flash so that if someone allied to you is either not logged on or
1121    not accepting flashes, you are notified.  This is info you could gain
1122    otherwise since you can see other countries that are allied to you via
1123    players.
1124  * Fixed bug in news command when HIDDEN mods are enabled.
1125  * Fixed distribute command to only write out to the database if we
1126    actually changed the sector (i.e. if we really moved the dist
1127    center, we write.  Otherwise, it makes no point.)
1128  * Fixed threshold command to only write out to the database if
1129    we actually changed the sector (i.e. if we really changed the
1130    threshold, we write.  Otherwise, it makes no point.)
1131  * Fixed - population growth and truncation in "Update-sequence.t" info
1132    file is now clearer
1133  * Fixed the way fortify takes mobility away from a land unit if
1134    engineers are present.
1135  * Fixed bug in buying commodities at the last minute not resetting the
1136    time correctly in all situations.
1137  * Fixed bug in building nukes where it would always ask if you tried
1138    building more than one at a time.
1139  * Fixed bug where if you put (either by building or by transporting)
1140    more than 127 of one type of nuke in a sector, they all got lost. A
1141    negative wrapover sort of thing.
1142  * Fixed ndump to print # of stockpiles dumped.
1143  * Fixed ndump.t to reflect changes
1144  * Fixed bug in build command that didn't account for EOL characters.
1145  * Fixed bug where you could use planes to drop conquered populace
1146  * Fixed bug in distribute command in how it checked for current distribution
1147    sector.
1148  * Fixed pr_flash and pr_inform to no longer send messages if the player
1149    is still in the process of logging in (i.e. not in the PLAYING state)
1150  * Fixed report command output for deities.
1151  * Fixed bug in nuclear damage either taking out submarines when it
1152    shouldn't, or not taking them out when it should.
1153  * Fixed bug in loading units that are carrying units onto other units
1154    (note that it doesn't happen since only HEAVY units can carry other
1155    units and that check works, but that might change some day, and we
1156    don't want units carrying units to be carried by other units, etc. :) )
1157  * Fixed info pages to reflect new sector types.
1158  * Fixed info pages to reflect new spy unit capabilities.
1159  * Fixed show commands to only show trade ships if the TRADESHIPS option
1160    is enabled.
1161  * Fixed build command to only allow building of trade ships if the
1162    TRADESHIPS options is enabled.
1163  * Fixed up some definitions located in many places used for checking
1164    sectors for navigation rights.
1165  * Fixed power.t to correctly describe NEW_POWER formula.
1166  * Made HIDDEN option run time configurable.
1167  * Made LOSE_CONTACT option run time configurable.
1168  * Made ORBIT option run time configurable.
1169  * Made SAIL option run time configurable.
1170  * Made MOB_ACCESS option run time configurable.
1171  * Made FALLOUT option run time configurable.
1172  * Made SLOW_WAR option run time configurable.
1173  * Made SNEAK_ATTACK option run time configurable.
1174  * Made WORLD_X and WORLD_Y run time configurable.
1175  * Made MARKET option run time configurable.
1176  * Made LOANS option run time configurable.
1177  * Made BIG_CITY option run time configurable.
1178  * Made TRADESHIPS option run time configurable.
1179  * Made SHIPNAMES option run time configurable.
1180  * Made DEMANDUPDATE option run time configurable.
1181  * Made UPDATESCHED option run time configurable.
1182  * Made LANDSPIES option run time configurable.
1183  * Made NONUKES option run time configurable.
1184  * Made PLANENAMES option run time configurable.
1185  * Removed SMALL_SERVER stuff (unused baggage)
1186  * Removed trading post sector ('v')
1187
1188 Changes to Empire 4.0.18 - Thu Sep 24 06:54:27 PDT 1998
1189  * Fixed bug in aircombat where planes in flight could intercept air
1190    defense planes and take no damage (i.e. they got to fight twice,
1191    once for free.)
1192  * Fixed bug in freeing memory after performing missions that could crash
1193    the server (it mainly happened after an interdiction mission using
1194    planes and escorts, where some escorts came from airports that didn't have
1195    bombers going up.  Freeing the leftover escorts was crashing the server.)
1196  * Fixed bug where you could load non-existant units if you were allied
1197    with country #0.
1198  * Fixed bug where you could pin-bomb a plane with itself.
1199  * Fixed bug where satellites over a bridge may get killed if the bridge
1200    is sunk.
1201  * Fixed bug where land units on a ship in the same sector as a bridge
1202    that is splashed may get sunk.
1203  * Fixed bug where planes on a ship in the same sector as a bridge
1204    that is splashed may get sunk.
1205  * Fixed doconfig with correct empire site text.
1206  * Fixed major problem with abms not firing, and sometimes crashing
1207    server.
1208  * Fixed bug in land units counting up loaded units wrong.
1209  * Fixed doconfig makefile to have doconfig.c as a dependency.
1210  * Fixed bug in resetting commodities (the comm_uid was not being
1211    properly set.)
1212  * Fixed bug in repaying loans not working correctly (the l_uid was not
1213    being properly set.)
1214  * Fixed bug in buying items from the trading block not allowing you
1215    to due to a perceived change in item status.
1216  * Fixed bug in mfir.c where a bogus input to a target could crash
1217    the server.
1218  * Fixed bug that after you read telegrams new telegrams may not send
1219    an inform message (the old telegram flags were not cleared.)
1220  * Fixed bug where fort support distance calculations are calculated
1221    twice instead of just once.  This bug caused a lower percentage
1222    of support fire than designed.
1223  * Fixed bomb.t to reflect land unit changes.
1224  * Put in some integrity checking for planes returing from bombing runs.
1225  * Added ability to edit land unit that a land unit is loaded on in
1226    edit command.
1227  * Consolidated bridgefall code into "knockdown" function (this code
1228    existed in at least 3 places, and was different in all of them.)
1229  * Subs returning fire are no longer reported in the news.
1230  * Visitor countries can now use the 'motd' command.
1231  * When trying to use a visitor country, if it is in use, you are not told
1232    by whom, just that it is in use.
1233  * Optimized (slightly) support fire from forts not getting supply and
1234    shells if not needed (out of range)
1235  * Updated Education.t
1236  * Modified (increased) chances of hitting mines slightly.
1237  * Removed unused variables from shp_check_mines.
1238         
1239 Changes to Empire 4.0.17 - Fri Jul 31 06:12:21 PDT 1998
1240  * Added ability in edit to change coastal flag for sectors.
1241  * Added ability in edit to edit plague values for ships.
1242  * Added ability for "spy" to report all units/planes not owned by you
1243    that exist in the sector you are spying from.
1244  * Modified naval planes and anti-sub planes.
1245  * Changed so that missiles and bombs that miss their targets cause
1246    collateral damage in the target sector (they have to land somewhere!)
1247  * Changed llook so that non-spy units are required to have at least 1
1248    military personnel on board to see anything.
1249  * Fixed "llookout.t" to reflect change for military requirement.
1250  * Updated Plague.t
1251  * Updated upgrade.t
1252  * Added "lmine" flag for deities to see what sectors have mines in them
1253    (works for sea and land mines, used "lmine" to distinguish it from "min"
1254    which determines mineral (iron) content of a sector.)
1255  * No longer able to pin bomb land units on a ship.
1256  * Land units are required to have at least one military loaded to perform 
1257    a mission.
1258  * Firing land units are required to have at least on military loaded to
1259    be able to fire (or return fire.)
1260  * Spies are not always seen when being pinbombed.  You have to look very
1261    carefully for them (as you usually would.)
1262  * Fixed typo in "Spies.t"
1263  * Added new info about spy ability to spy.t.
1264  * Updated tax information in Innards.t and Update-sequence.t
1265  * Fixed typo in fire.t information about units firing on ships.
1266  * Loading military onto land units now resets fortification.  (You gotta
1267    re-fortify the new guys.)
1268  * Fixed bug where planes that were mine capable could not drop mines if
1269    they were not cargo capable.
1270  * Fixed bug in potentially crashing in update code for nations tech/research.
1271  * Fixed bug in execute putting you into execute mode incorrectly.
1272  * Fixed bug in board not allowing land units to board from 0 mobility 
1273    sectors.
1274  * Fixed bug where interdicted land units that were missed displayed
1275    a "SPLASH! Bombs miss your ships" message.
1276  * Fixed bug in minesweeping sectors where, even with mobility or
1277    having the sweep ability, ships would get hit by mines for doing
1278    nothing.
1279  * Fixed bug in count_land_planes always writing out land units unnecessarily.
1280  * Fixed bug in count_planes always writing out ships unnecessarily.
1281  * Fixed bug in lnd_count_units always writing out land units unnecessarily.
1282  * Fixed bug in count_units always writing out ships unnecessarily.
1283  * Fixed bug in llook that reported units on ships.
1284  * Fixed bug in llook that reported satellites launched over the unit.
1285  * Fixed bug in llook that always reported spies (it should be a 10-100%
1286    chance)
1287  * Fixed bug in anti possibly not saving lost items correctly.
1288  * Fixed bug in planes getting extended range when on missions and the
1289    op center is not where the plane is located.
1290  * Fixed bug in land unit defensive strength not being based on the eff of
1291    the unit when calculating odds of a battle.
1292  * Fixed bug in board not reporting consistant information.
1293  * Fixed bug in the way land unit casualties were being taken.
1294  * Fixed bug where land units on ships could return fire.
1295  * Fixed bug where land units on other land units could return fire.
1296  * Fixed bug where land units on other land units could fire.
1297  * Fixed bug in attacks/assaults/boardings spreading plague incorrectly.
1298  * Fixed bug in updating plague for ships.
1299  * Fixed bug in updating plague for land units.
1300  * Fixed bug in updating plague for attacking/defending land units.
1301  * Fixed bug where you couldn't pin-bomb land units that were < 20% eff.
1302  * Fixed bug which revealed the owner of torping subs when on a mission.
1303
1304 Changes to Empire 4.0.16 - Fri Jun 12 08:52:06 EDT 1998
1305  * Added patches sent in by Steve McClure, Sverker Wiberg and Curtis
1306    Larsen.  They are described with other changes below.
1307  * Fixed bugs in the following commands that allowed two cooperating
1308    countries to create infinite numbers of any commodity and/or cash
1309    at any time (race conditions in the server): build, board, deliver,
1310    designate, distribute, explore, fuel, improve, load, ltend, mobquota,
1311    move, name, order, reset, sail, sell, set, tend, territory, test,
1312    threshold, torpedo, transport, unload
1313  * Fixed bug in board command giving out too much information about a
1314    non-owned sector when it shouldn't be.
1315  * Fixed bug in board command when firing on a sector in defense before
1316    checking mobility.
1317  * Fixed bug in rangeedit allowing plane(s) to possibly be stored wrong.
1318  * Fixed bug in launch allowing plane to possibly be stored wrong after
1319    launch.
1320  * Fixed bug in lrangeedit allowing land unit(s) to possibly be stored wrong.
1321  * Fixed bug in morale allowing land unit(s) to possibly be stored wrong.
1322  * Fixed bug in arm/disarm allowing a plane to possibly be stored wrong.
1323  * Fixed bug in loan sometimes not writing database correctly.
1324  * Fixed bug in collect.
1325  * Fixed bug in dropping mines from land units.
1326  * Fixed crashing bug in sector_strength routine when oceans take
1327    collateral damage.
1328  * Fixed bug in transport possibly decrementing too much mobility when
1329    moving a nuke.
1330  * Fixed some little warning type messages building with gcc -Wall.
1331  * Fixed problem compiling lwp threads with glibc6 under Linux.
1332  * Changed flash so that players can always flash deities.
1333  * Changed players command to always show deities and visitor countries
1334    that are logged on, and only show allied countries for normal player
1335    countries.
1336  * Fixed bug in anti command not stopping sectors when they revolt.
1337  * Fixed bug in set_coastal function not counting bridge spans as
1338    water based sectors (after all, the land is still a coastal sector,
1339    even if next to a bridge span.)
1340  * "flash" and "players" is re-enabled for visitor accounts.
1341  * Fixed bug in bleeding of technology and research to other players.
1342  * Fixed bug in explore not spreading plague correctly.
1343  * Fixed bug in move not spreading plague correctly.
1344  * Fixed bug in deliver not spreading plague correctly.
1345  * Fixed bug in distribute not spreading plague.
1346  * Included "postresults" script in the scripts directory which can be
1347    used to auto-post daily power chart/announcements to rec.games.empire.
1348  * Updated Plague.t
1349  * Updated Innards.t
1350  * Removed OVCONFIG from build.conf, and patched doconfig to match.
1351  * doconfig is only run if needed
1352  * emp_client and emp_server are only linked if needed
1353  * Added list of disabled options to the version command.
1354  * Fixed bug in survey allowing you to see hidden variables.
1355  * Re-enabled escort missions due to above bug fix most likely the problem.
1356  * Changed one instance of "restrict" to "restricted" in bestpath.c.  For
1357    some reason, this was causing a problem on one of the Linux builds (??).
1358  * Added "show sector capabilities" functionality (this didn't exist
1359    before.)
1360  * Fixed bug in neweff not reporting stopped sectors.  It now (correctly)
1361    reports them as not changing eff.
1362         
1363 Changes to Empire 4.0.15 - Wed May 20 12:35:53 EDT 1998
1364  * Fixed the spelling of Markus' name in CHANGES4.0 files.
1365  * Added Markus' patches/fixes.  Some are detailed below.
1366  * Added 'mipsultrix.gxx' build target.
1367  * Fixed doconfig to write ipglob.c in the correct target area.
1368  * Fixed a bunch of type casting that needed to be done correctly.
1369  * Only print out last connect by for non-visitor accounts.
1370  * 'players' command is only useable by non-visitor accounts.
1371  * Fixed ask_off in attsub.c to not print out allied sector mil counts
1372    when attacking from neighboring sectors.
1373  * Fixed targetting of che when taking over sectors.
1374  * 'anti' command only fights che that are targetted at you.
1375  * Fixed update not updating timestamps of objects (ships, planes, land
1376    units, sectors.)
1377  * Fixed bug delivering conquered populace.
1378  * Fixed potential bug scuttling ship with land units on it.
1379  * Moved heavy bombers to tech 90.
1380  * Fixed bug in setsector telling the deity coordinates of sectors being
1381    granted/taken away.
1382  * Fixed bug in setting budget of enlistment sectors to 0.
1383         
1384 Changes to Empire 4.0.14 - Wed Apr  8 08:47:54 EDT 1998
1385  * Fixed time_t problem in common/log.c
1386  * Fixed bug in headlines
1387  * Replaced vaxultrix build flags with proper vanilla ones.
1388  * Fixed bug in update/prepare.c (sometimes not getting charged for
1389    mil on units and ships)
1390  * Fixed bug in printing of "No ship(s)" twice in cargo command when no
1391    ships were selected.
1392  * Temporarily disabled escort missions until a fix is found. They are
1393    randomly crashing the server.  
1394  * Fixed morale.t to reflect that retreat percentage is based off of
1395    morale_base and not 75.
1396  * Fixed bug in bridgefall where planes and units on ship in a sector
1397    that has a bridge collapse are being sunk.
1398  * Fixed bug in update/produce.c when a sector overflows it's capacity
1399    on production.
1400  * Fixed bug in produce command reporting incorrect costs (sometimes).
1401  * Land units on ships will now try to draw supply from the ship they
1402    are on.
1403         
1404 Changes to Empire 4.0.13 - Mon Mar  2 11:04:28 EST 1998
1405  * Fixed bug in distribute when world sizes are other than 64x32
1406  * Fixed bug in getcommand (not really a bug, just made it work like
1407    it used to so that the players command is useful for deities
1408    again)
1409  * Fixed building of POSIX threads on Alpha running Digital Unix.
1410  * Fixed line_of_sight prototype in sona.c
1411  * Fixed fairland not to conuse stupid C++ compilers.
1412         
1413 Changes to Empire 4.0.12 - Tue Feb 24 11:27:31 EST 1998
1414  * Fixed client build on linux (whoops)
1415         
1416 Changes to Empire 4.0.11 - Tue Feb 10 10:53:10 EST 1998
1417  * AIX build seems to only work with gcc right now (but at least that works)
1418  * Vax Ultrix (vaxultrix) build should work now (hopefully) out of the box.
1419  * Took out autosupply of airports when bombing or dropping shells.
1420     (This was the only commodity this was done for, and it was creating
1421     problems since supply is still somewhat broken somewhere)
1422  * Included Curtis Larsen's, Markus Armbruster's and Sverker Wiberg's
1423     submitted patches, which collectively included cleaning up most
1424     of the server prototypes and bogus declarations.  Many thanks.
1425  * Increased incoming command buffer to 1024 from 512 bytes
1426  * Increased the # of parsed arguments from 64 to 100
1427  * Fixed bug where spies were not dying when damaged.
1428  * Fixed bug in HIDDEN mods in declare command not printing country # of
1429     uncontacted country correctly (or at all as a matter of fact)
1430         
1431 Changes to Empire 4.0.10 - Mon Aug 18 12:34:58 EDT 1997
1432  * Fixed bug where fleets were being interdicted but the damage was being
1433     spread to ships not in the same sectors.
1434  * Fixed but in market when buying goods without enough cash.
1435  * Planes in orbit over airports are no longer fixed up during updates.
1436  * Planes in orbit are no longer damaged when the sectors they are over
1437     are damaged.
1438  * Planes on ships are no longer damaged when the sectors they are in are
1439     damaged, unless the ship is damaged.
1440  * Fixed problem with no newline after partisan activity telegram in
1441     anti.c
1442  * Fixed problem in chan.c printing out change costs incorrectly.
1443  * Fixed problem in dispatch.c screwing things up on redirection.
1444  * financial should now handle 6 and 7 digit loans.
1445  * Planes on ships that are in sectors that revolt are no longer taken
1446     over.
1447  * Fixed bug in powe.c where the power report was mis-calculating the
1448     efficiency of planes.
1449  * Fixed doconfig.c to use STDC instead of multi-level #ifdefs.
1450  * Fixed bug in parse.c that was screwing up double quotes in conditional
1451     arguments.
1452  * Military in a sector now only produce up to maxpop, just like civvies
1453     and uw's.  No more stuffing 6K mil into a mountain to max it out.  You
1454     can still hold more mil there over the updates, but the extras just
1455     won't produce anymore.
1456  * Fixed bug in shark that allowed you to shark up loans even if you couldn't
1457     cover the debt.
1458  * Fixed bug in day of week calculation for server up time in common/keyword.c
1459     that is used for gamedays.
1460  * Documented what happens to standing military in collect.t when you collect
1461     a sector.
1462  * Documented mountains only holding and using 1/10th of the normal sector
1463     population in Sector-types.t.
1464  * Fixed documentation on ship's firing ranges in fire.t to be less 
1465     ambiguous.
1466  * Updated nukes in nuke.t
1467  * Added apropos command (thanks to Mike Wise)
1468  * Added case-insensitivity to the info command (thanks to Mike Wise).  If
1469     there are two files of the same name, and you don't get a complete match,
1470     then whichever file is found first in the directory is used.
1471  * Changed documentation in wantupd.h
1472         
1473 Changes to Empire 4.0.9 - Sat Apr 19 23:01:51 EDT 1997
1474  * Fixed dump info pages that were getting formatted funny.
1475  * Fixed improve info page.
1476  * Fixed bug in allied planes/units not moving when the carriers move.
1477  * Fixed bug in satellite output for <100% satellites.
1478  * Fixed bug in load/unload not putting a newline after some unloadings
1479     in allied sectors.
1480  * Fixed bug in harden not printing correct values.
1481  * Fixed bug in creating/moving/etc. nuclear stockpiles.
1482  * Fixed bug where subs were trying to torp commodities moving on land when
1483     on interdiction.  (This was funny ;-) )
1484  * Fixed bug in "move" where you could keep a sector even after someone else
1485     took it from you.
1486  * Budget now correctly reports the # of units being built.
1487  * Mil on units & ships are now reported as normal military costs, not
1488     ship or unit maintainence costs in budget.
1489  * Fixed bug in update code where taxes could potentially be initialized
1490     incorrectly (affected budgets too.)
1491  * Fixed bug in nat.h header so that it uses SCT_MAXDEF instead of a fixed
1492     number (that was incorrect.)
1493  * Fixed bug with trains - they needed the xlight flag to carry planes.
1494  * Revamped and improved flak.
1495  * Added "Flak" info page.
1496  * Added "Fallout" info page.
1497  * Fixed repay/offer/consider to all need a capital to be used.
1498  * Fixed bug with air defense missions not running when not AT WAR.  They now
1499     fly when HOSTILE.
1500  * plane/ship/unit short names are all now 4 characters, padded if needed.
1501  * pdump/sdump/ldump/ndump now just print the short name for the type.
1502  * sdump now has ship name at very end in quotes.
1503     These were done at the request of some client developers for ease of use.
1504  * Fixed extra space in the dump output.
1505  * Fixed fallout - not quite so nasty anymore.
1506  * Fixed fallout - things on ships/units are damaged now.
1507  * Fixed and balanced planes/ships/units/nukes in conjunction with each other.
1508  * Fixed bug in doconfig.c calculating wrong s_p_etu sometimes.
1509  * Fixed bug where harbors weren't being used to resupply.
1510  * Fixed bug where selling units loaded with planes and units wouldn't take
1511     the loaded planes or units - they are now dropped.
1512  * Fixed bug in arm/disarm where you could arm/disarm planes on the trading
1513     block.
1514  * Deities can now remove things from the trading block/market.
1515  * Fixed bug in "work" not charging engineers enough mob.
1516  * Fixed bug in "work" not adding teardown and buildup avail costs together.
1517  * Subs no longer need mobility to return fire when fired upon.
1518  * Fixed "reset".
1519  * Fixed bug in "trade" allowing 2 players to pay for the same item, but only
1520     the last player gets it.
1521  * Fixed bug where you couldn't launch missiles from allied ships or sectors.
1522  * Fixed bombing so that pin-bombing can cause collateral damage too.
1523  * Fixed sector damage to damage planes there too.
1524  * Fixed flag in lload so that it doesn't always print if not needed.
1525  * Fixed "sell.t" info page.
1526  * Fixed bug in "buy" where not entering the price correctly could cause
1527     a crash.
1528  * Fixed "sell" so that at least 1 mobility is required to sell goods.  Keeps
1529     the midnight "raid and sell" abuse down. :)
1530  * Fixed "show plane cap" to move the last column over 1 more where it should
1531     be.
1532  * Fixed timestamps to be updated for units/planes on ships/units that move,
1533     since those units/planes move too.
1534
1535 Changes to Empire 4.0.8 - Wed Feb 26 23:00:51 EST 1997
1536  * Fixed bug in nstr_exec that was wiping out the previous conditional.
1537     This was major because it affected timestamp values which are more
1538     than 65535.
1539  * Fixed bug in sdump.c for typo in reporting the trade ships origin.
1540         
1541 Changes to Empire 4.0.7 - Mon Feb 24 22:48:54 EST 1997
1542  * Fixed bug in aircombat.c when calculating the air combat odds.  Negative
1543     numbers were screwing things up good...
1544  * Fort sector's coordinates are no longer printed when auto-firing at
1545     ships.
1546  * Subs can now surface and fire deck guns (again)  They can also be
1547     hit by return fire when doing so.
1548  * Fixed bug in setting of plane attack and defensive values so that
1549     negative numbers don't keep going further negative.
1550  * Fixed incorrect military control calculation in the sell command.
1551  * Trading posts are no longer required to sell goods from.  You can sell
1552     from harbors and warehouses now too.
1553  * Spy now prints out the owner of land units you see when spying.  Before
1554     this was assumed to be sector owner, which is no longer true.
1555  * Loading land units now prints out what was loaded onto each unit,
1556     just as loading ships do.
1557  * Added fallout, coast, c_del, m_del, c_cut and m_cut to dump output.
1558  * Added "GO_RENEW" option.  This option means that gold and oil resources
1559     are renewable.
1560  * Added "lost_items_timeout" config variable, and set the default to
1561     48 hours.  This determines how long lost items stay in the lost items
1562     database.
1563  * Fixed land unit names to be more consistent.
1564  * Fixed mission.t info page.
1565  * Fixed bug in that if mission_mob_cost was set to 0, even negative
1566     mob units should be able to be put on missions.
1567  * Removed restriction on things needing to be at least 60% to be put
1568     on a mission.  Note that while you can put them on missions at < 60%
1569     now, when trying to do the mission, it still checks the eff.  This
1570     is to help in automatic setup (build, put on mission, forget) instead
1571     of having to come back repeatedly.
1572  * Spies caught in Neutral or Friendly countries cause the Neutral or
1573     Friendly country to go Hostile towards the owner of the spy.
1574  * Tweaked ammunition numbers for artillery units.
1575  * No more automatic declarations of War should be made.  You will go 
1576     hostile, but since going to war doesn't increase your countries
1577     defenses, and is purely political, it is left to the player to go
1578     that final step.
1579  * Fixed bug in trade that wasn't incrementing the time if last second bidding.
1580  * Fixed bug in "lmine" that was crashing the server if the land unit was
1581     out of mobility.
1582  * Fixed buy so that if you specify a product, you can only bid on that
1583     type of product.
1584  * Added "lost.t" info page.
1585  * Added "lost items" database (EF_LOST)
1586  * Fixed bug where you could move in allied forces after an attack if they
1587     bordered the victim area.
1588  * Fixed nstr_comp to deal with values > 16 bits coming in from
1589     client for comparisons.
1590  * Changed last minute market/trade timers to increment 5 minutes.  2 minutes
1591     was too quick.
1592  * Fixed decode in lib/common/nstr_subs.c to deal with NSC_TIME better.
1593  * Commented out the logging of the market checking in server/marketup.c,
1594     lib/commands/buy.c and lib/commands/trad.c  It was generating lots of
1595     pretty much useless data that made parsing the server.log file more
1596     more difficult than it needed to be.
1597  * Fixed crashing bug in ldump.
1598  * sdump, ldump, ndump, pdump and dump now print out the current
1599     timestamp on the "DUMP XXX" line.
1600  * Fixed denial of service bug in lib/player/accept.c in
1601     player_find_other function.
1602  * Fixed bug in shark reporting incorrect buyer of the loan.
1603  * Fixed bug in sdump.c (case 0 should have been case 10)
1604  * ldump and sdump now always print the fuel column if asked for,
1605     even if opt_FUEL is turned off.  In the case that it is turned
1606     off, the fuel is listed as 0.
1607  * Added "timestamp" field, which is updated every time an item is
1608     changed.
1609  * Fixed up the Clients.t info page.
1610  * sdump now prints trade ship building origin.
1611  * sdump now always prints name even if SHIPNAMES isn't defined.  If
1612     it is not defined, then the name is empty.
1613  * Added "timestamp" to info/Concepts/Selector.t
1614  * Added some more relevant info to info/Server/Empire4.t
1615  * Fixed Infrastructure.t info page to reflect the fact that infrastructure
1616     is no longer torn down when a sector is re-designated.
1617  * Fixed sell.t to more accurately reflect the time-delay market.
1618  * Fixed read.t and wire.t to reference accept and reject.
1619  * Fixed reject.t not referencing accept command.
1620  * Fixed collect.t to more accurately reflect what goes on when collecting
1621     sectors.
1622  * Fixed financial.t to reflect defaulted loans.
1623  * Fixed dump.t, sdump.t, ldump.t, ndump.t, pdump.t to reflect new
1624     timestamp info.
1625  * Fixed "census.t" (had incorrect reference to "info syntax" instead
1626     of "info Syntax".
1627
1628 Changes to Empire 4.0.6 - Thu Jan 16 11:33 EST 1997
1629  * Increased damage from depthcharges because on increased damage from
1630     torpedos.  Sub frange decreased to be more balanced with destroyer frange.
1631  * Intelligence reports (spy) on units will now report the estimated number
1632     of mil on the unit.
1633  * Fixed equation for ship visibility so it will drop as tech increases.
1634  * Added new commands sdump, ldump, pdump, and ndump to dump data on ships,
1635     land units, planes, and nukes.
1636  * If fields are provided, dump will only supply those fields requested.
1637  * Decreased speed of subs.
1638  * When options NO_LCMS or NO_HCMS are set, those commodities are no longer
1639     required for infrastructure improvements.
1640  * Units that lose an assault or a boarding attempt from a ship will no
1641     longer swim back to the ship they came from.
1642  * Units that take extra casualties will no longer lose all their mil at
1643     once.
1644  * Infrastucture is retained when redesignating a sector.
1645  * Dieing spies will no longer crash the server.
1646  * Units, planes, and ships must have mobility to perform missions.
1647  * Units on ship being scrapped are transferred to harbor.
1648  * Food is no longer autoloaded onto units when they are built.
1649  * Fixed show plane stat to show correct range.
1650  * Infantries now take damage at same rate as casualties.
1651  * Fixed bug with hap_fact.  Having more happiness now helps with fighting
1652     che.
1653  * Fixed anti to write back target country so che will continue to fight
1654     when they survive.
1655  * Fixed llookout to show correct estimate on number of mil on unit.
1656  * Added buildable architecture "hp".  This type will build the server on
1657     a HP/UX machine using the standard compiler instead of gcc.
1658
1659 Changes to Empire 4.0.5 - Thu Dec 12 10:28:48 EST 1996
1660  * Fixed bug in update/distribute.c where pathcost was not being called with
1661     the MOB_ROAD argument (and thus distribution costs could be GREATLY
1662     affected.) - Thanks Ice!
1663
1664 Changes to Empire 4.0.4 - Mon Dec  9 11:00:00 EST 1996
1665  * Fixed Solaris port using gcc.
1666  * Fixed doconfig.c to create directories with right modes.
1667  * Fixed install macros in makefiles to move binaries to the right
1668     places.
1669         
1670 Changes to Empire 4.0.3 - Wed Dec  4 22:46:53 EST 1996
1671  * Added HP/UX port.
1672  * Fixed doconfig.c (put exit(0) at the end of main.)
1673  * Fixed improve.c (moved the prompt[] string outside the fcn.)
1674
1675 Changes to Empire 4.0.2 - Mon Oct 14 12:26:40 EDT 1996
1676  * Put in LND_MINMOBCOST in land.h
1677  * Put in change in lnd_mobcost in lndsub.c
1678  * Put in new nuke costs in nuke.c
1679  * Put in fix so that total work can only be done by the max pop. No more extra
1680     civvies tossed in will do it anymore in human.c.
1681  * Put in fix for src/util/Makefile - beefed it up.
1682  * Put in fix to show where your ship is when it gets shelled in mfir.c.
1683  * Changed infrastructure of roads from .040 to .020 (122 instead of 150 in
1684     common/move.c)
1685  * Fixed Update-sequence.t.
1686  * Put in fix for mobcost bonus for 0% highways.
1687  * Fixed stop.t
1688  * Fixed commodity.t
1689  * Spruced up torpedo damage somewhat. :) :)
1690  * Fixed "assault bmap bug" in attsub.c
1691  * Fixed Produce.t (bars cost)
1692  * Changed mountains to get an automatic "2" for defensive bonus in attsub.c
1693  * Fixed consider.t
1694  * Fixed repay.t
1695  * Fixed offer.t
1696  * Fixed "offer" and "consider" not being legal commands in player/empmod.c
1697  * Fixed Damage.t
1698  * Fixed sstat.t
1699  * Fixed lstat.c, pstat.c and sstat.c
1700  * Fixed cutoff command in cuto.c
1701  * Fixed attack value in attack_val in lndsub.c
1702  * Fixed lload in commands/load.c
1703  * Fixed defense_val in lndsub.c - Made it a minimum of 1, so that units will
1704     always fight until dead or retreating.  0 makes them get stuck. 
1705  * Fixed update/deliver.c - no delivery of non-oldowned civvies (or anything
1706     else for that matter.)
1707  * Fixed llook in commands/look.c
1708  * Fixed che bug in subs/nstr.c
1709  * Fixed bug in strv.c by overcompensating by 1 food per sector (minute amounts
1710     of people would starve.)
1711  * Fixed update/human.c - feed_people rounding problems (I hope.)
1712  * Fixed morale problem in update/land.c
1713  * Fixed count_bodies in attsub.c
1714  * Fixed lnd_mobcost.
1715  * Fixed subs/land,plane,ship.c to handle sunken units and planes correctly.
1716  * Fixed interest rate in commands/offe.c
1717  * Fixed bug in buy.c.
1718  * Put in DEFENSE_INFRA soption o you can turn on/off the use of the defensive
1719     infrastructure.  When off, the defensive infrastructure is the same
1720     as the sector efficiency, and you can't improve it.  This is OFF by
1721     default.
1722  * Fixed Empire4.t
1723  * Added Wolfpack.t
1724  * Land units are now built with a default reaction radius of 0.
1725  * Changed name of lt artilleries to "lat" from "lart" so you can now build
1726     "lar"s again.
1727  * Lowered the speed and firing range of pt boats.
1728  * Lowered the initial att strength of cavs from 1.5 to 1.3 (they were TOO
1729     powerful.)
1730  * Changed the max mob gain defaults of units/planes to 1.0 and ships to 1.5
1731     (This is * ETU_RATE, so it is equal to ETU_RATE for units/planes and
1732      1.5 * ETU_RATE for ships.)
1733  * Conquered civvies only pay 1/4 taxes.
1734  * Railways don't get torn down when you rebuild sectors anymore (but roads
1735     and defenses do (if enabled.)
1736
1737 Changes to Empire 4.0.1 - Wed Aug 28 11:35:40 EDT 1996
1738  * Added "extern double tradetax" to check_trade in trad.c
1739  * Improved description of data directory in build.conf
1740  * Fixed bug in attacking land units that retreat so they now get
1741     charged mobility for attacking.
1742  * Fixed dump to report road, rail and defense of a sector at the end.
1743  * Fixed doconfig bug in not checking the right directory to see if the
1744     "data" directory existed or not before trying to create it.
1745  * "change" now works for sanctuary countries.
1746  * Fixed the description of "sinfrastructure".
1747  * Added more info to "Infrastructure".
1748  * Units/planes are no longer reduced to 75% when bought from the trading
1749     block.
1750  * Supply units were slowed down to the speed of infantry units.
1751  * Trade-ship payoffs have been lowered to 2.5, 3.5 and 5.0
1752  * Bars interest is up to $250 per 1K again.
1753  * Civ taxes were raised back up to a 10:1 mil/civ tax ratio (was 20:1)
1754  * Fixed various info pages.
1755  * Fixed bug in people not getting truncated when broke (this was thought
1756     to be fixed, but wasn't. Now it is, dammit!)
1757  * Fixed bug with units marching across oceans (scuba gear not included. ;-) )
1758  * Market/trade taxes and trade ship payoff figures were added to version.
1759  * "cede" has been removed as a default command.
1760  * Makefile rule was fixed for depend build.
1761  * Fixed bug in mapdist not taking world edges into account nicely enough.
1762  * Added a "scuttle" order for autoscuttling trade ships.  Makes using them
1763     easier.  Cleaned up scuttle code while in there.
1764  * Fixed bug with scuttling a ship with units on it not scuttling the units
1765     too.
1766
1767 Changes to Empire 4.0.0 - Initial release
1768  * Initial Wolfpack release - Long live the Wolfpack!!!!
1769  * Cleaned up the build environment.  Now all that is needed is to edit the
1770     build.conf file, answer the questions there and type "make <arch>" to
1771     build for a specific architecture.  Thus, no more reliance on gnumake
1772     or special shell scripts.
1773  * We are now shipping the pre-built info pages with the server for those who
1774     Don't want to build them.  You can also still just type "make" and have
1775     the info pages build, but it doesn't completely work (i.e. rebuild new
1776     Subjects) if you don't have perl5 installed.
1777  * Put in the "help" command that does the same thing as "info".
1778  * Removed C_SYNC.  This is done for 2 reasons.  1) None of us like it or
1779     wish to support it.  2) We envision a better scheme for doing similar
1780     things will come along.
1781  * Put in MOB_ACCESS - This allows real-time updating of mobility.
1782  * Put in MARKET - This is the time-based market (yes, still teleports,
1783     but it's not as bad as it was.)
1784  * Lots of the documenation has been updated, but there is more to do.
1785  * Added NO_LCMS, NO_HCMS and NO_OIL options.  When any of these options are
1786     enabled, you don't need any of that type of material to build things.
1787     If NO_HCMS is enabled, you don't need HCMS to build bridges, you need
1788     lcms.  If both NO_HCMS and NO_LCMS are enabled, then you don't need 
1789     any materials to build a bridge.
1790  * There is no mobility cost for assigning missions.  But, there is also
1791     no longer any benefit for being on a mission either.
1792  * Damage is the same for all commodities (people too.)  This means you
1793     can deity shell/bomb sectors again.
1794  * Units are now dependant on tech.  What this means is that their statistics
1795     now increase with tech.  In addition, there is only 1 type of each basic
1796     unit now (i.e. just "cavalry" instead of "cavalry 1", "cavalry 2", etc.)
1797     This reflects the idea that as you learn more, you learn how to not only
1798     build better units, but you learn to build units better. :)  This also
1799     opens the door for a "lupgrade" command along the same lines as the
1800     "upgrade" command for ships.
1801  * Units now have a minimum mob cost for attacking a sector.  Marching
1802     mob costs have not changed.
1803  * Starting units have been removed.  This means that at the beginning, people
1804     may live a little longer since their neighbor can't come visiting quite
1805     as quick.
1806  * Shells are no longer required to build units.
1807  * Mil are no longer required to build units.
1808  * Mil are no longer an intrinsic part of a unit.  They are now a loadable
1809     commodity.  The way a unit's defense/att bonuses work now are
1810         attack = (att * mil * eff)
1811         defense = (def * mil * eff)
1812     In addition, when a unit takes damage, both the eff and the mil go
1813     down.  You can quickly toss in new hacks, but you need to wait to repair
1814     the unit at the update.  Thus, you can now look at unit's efficiency
1815     as their training.
1816  * You need at least 1 mil on a unit to march it (spies are the exception.)
1817  * Units always react if in range and they have the mobility, no matter
1818     what their efficency.
1819  * Units may now march anywhere - in your own sectors, deity owned sectors
1820     or allied sectors, with 1 exception, spies.  Also, your units can get
1821     trapped if your ally declares non-alliance with you while your units
1822     are still in his country.)
1823  * Units always march at their speed, efficiency doesn't matter.
1824  * LANDSPIES was added - This creates land unit based spies.  Spies may march
1825     anywhere, with a chance of getting caught (except in allied territory.)
1826     See "info Spies" for more info on them.
1827  * Planes may now be based out of allied airports.  Landing planes on
1828     ships/sectors you do not own no longer changes thier owner.  You can only
1829     land on owned/allied sectors/ships, and you may only
1830     fly/bomb/para/recon/drop from owned/allied sectors.  So, if a country
1831     you are allied with goes hostile at you, your planes are now stuck there.
1832     Note that if you are using an allied airport, their commodities get
1833     sucked up, not yours (obviously.)
1834  * Planes are now tech-based.  Their statistics increase as their tech
1835     increases.  Deleted extraneous planes.
1836  * There is a new toggle, "techlists", which allows you to see what you
1837     can build/stats/capabilities sorted by tech instead of groupings.
1838  * Ships are now tech-based.  Their statistics increase as their tech
1839     increases.  Deleted extraneous ships.
1840  * Che can now be lessened by making happiness.  If you have more happiness
1841     than your conquered populace, they don't fight as hard or recruit as
1842     much.  If you have less than them, they fight harder and recruit more.
1843     It's not much though - it ranges from 2.0 in your favor to only 0.8 
1844     against you (whereas it was always 1.0 before.)  So, it definitely
1845     favors the attackers to make lots of happy now.
1846  * Bridgeheads can only be built on coasts.
1847  * Players command was fixed so you only see allies, and don't get
1848     approx #'s of players anymore.
1849  * POSIX threads support has been added.
1850  * The attack bmap bug has been fixed.
1851  * BTUs regenerate 3 times faster now.
1852  * GRAB_THINGS is off by default.
1853  * Big nuclear bombs are back, and FALLOUT has been fixed and enabled
1854     as a default (you couldn't make wasteland before with FALLOUT, now
1855     you can.)
1856  * You can now deliver military and civilians.
1857  * Added SHIP_DECAY option - off by default (turns off ships decaying out
1858     at sea if not enough mil.)
1859  * The reverting owner bug has been fixed in territory, thresh, dist
1860     and deliver.  There are probably more, and when found, will be fixed.
1861  * The "sectors don't starve when stopped or broke" bug has been fixed.
1862  * The "people never get truncated" bug has been fixed.
1863  * Added infrastructure to sectors.  What this means is that a sector
1864     can now have it's mobility improved by building both roads and
1865     railways.  It also means that a sectors defense is now based on the
1866     defensive infrastructure you build into the sector (no more intrinsic
1867     better defenses based on the sector, you determine which sectors are
1868     defended heavily, and which aren't.)
1869  * The defensive value of a sector no longer relies on the efficiency of
1870     the sector. Instead, it relies on the defensive efficiency of the sector.
1871     Thus, the "production" and "defensive" aspects of sectors have been
1872     separated.
1873  * "show sect stats" now shows the maximum defensive value for sectors.
1874  * Changed sector structure to take floats for off/def values so we can use
1875     a base of 1 instead of 2.
1876  * Added "improve" and "sinfrastructure" to support the infrastructure
1877     concepts.
1878  * Added L_TRAIN units which can only travel along railways.  Very fast on
1879     efficient railways, slow on non-efficient ones.
1880  * Added the ability for units to carry other units.
1881  * Fixed census (shortened up "fallout" and "coast" to "fall" and "coa".)
1882  * Forts only cost $500 to build and 100 hcms now (since they don't get any
1883     better defenses automagically.)
1884  * Modified "show sect build" to show the costs for building up the
1885     infrastructure of a sector.
1886  * Changed "spy" and the satellite recon stuff (which shows sector stuff for
1887     spyplanes too) to show the new infrastructure stuff, rounded of course.
1888  * Added Drake's info->html scripts, with some modifications, so you can
1889     now type "make html" and have your info pages built as html files too.
1890     This adds a new directory, "info.html", to the build tree.
1891  * Modified upgrade so that planes and land units may now be upgraded.
1892  * Added pstat command to list the statistics of your planes.
1893  * Added lstat command to list the statistics of your land units.
1894  * Added sstat command to list the statistics of your ships.
1895  * Added nmap command to show a map of your sectors after their new
1896     designations have taken place.