]> git.pond.sub.org Git - empserver/blob - doc/CHANGES4.X
Update change log again for 4.3.31
[empserver] / doc / CHANGES4.X
1 Changes to Empire 4.3.31 - Sun May 12 16:58:34 UTC 2013
2  * Fix read beyond end of conditional argument on missing operand.
3  * Don't put broken links into info pages formatted as HTML.
4  * Permit ships that can drop depth charges, but not fire.  No such
5    ships exist in the stock game.
6  * Consistently require guns for dropping depth charges.  Before, only
7    the fire command required guns (since 4.3.12 and before 4.0.6).
8  * Change econfig key rollover_avail_max from 0 to 50.
9  * Make sector production more predictable.  Commands production and
10    budget are now a bit more accurate.
11  * Fix bugs that messed up xdump lost and xdump trade on big endian
12    hosts (broken in 4.3.8), and made the server fail during startup on
13    most big endian hosts (broken in 4.3.12).
14  * Build process robustness fixes.
15  * Use "Level: Obsolete" to mark obsolete info pages, and drop "info
16    Obsolete".
17  * Server now uses IPv4 format for IPv4-mapped addresses.  Simplifies
18    safe use of econfig key privip.
19  * Server logs a few more network connection details.
20  * Fixes and workarounds for econfig key listen_addr "" (which is the
21    default) when the system has both IPv4 and IPv6 addresses
22    configured:
23    - Server accepted only IPv6 connections on Windows and BSDs.  Fix
24      to accept IPv4 ones, too.
25    - Except for OpenBSD, where the fix doesn't work.  Accept IPv4
26      connections instead of IPv6 ones there, and document how to get
27      IPv6 accepted instead.
28    - Linux systems are frequently configured in a way that makes the
29      server accept only IPv4 connections.  Document workaround: use
30      listen_addr "::".
31  * Change fairland island size probability distribution: roll two dice
32    instead of one.  This makes extreme sizes much less likely.
33  * Make fairland record the island number in the deity territory.
34  * Fix extension of market bidding time when high bidder changes.
35    Introduced broken in 4.0.7, with insufficient fixes in 4.0.9 and
36    4.2.0.
37  * Fix market not to mess up ridiculously high unit prices.  Has been
38    broken since 4.0.0 introduced the market.
39  * Fix melting of big piles of stuff by ridiculously heavy fallout.
40    Has been broken since fallout exists.
41  * Fix crash on edit s, p, u key 'U' with negative argument.
42  * When a deity builds ships or land units in foreign sectors, they're
43    given to the sector owner.  This lets POGO build them, and it's how
44    build works for planes and nukes.
45  * Fix PRNG (pseudo-random number generator) seeding to resist
46    guessing: seed with a kernel random number.  If we can't get one,
47    fall back to a hash of high-resolution time and process ID.  This
48    should happen only on old systems or Windows.  Far worse than a
49    kernel random number, but far better than just low-resolution time.
50    Fairland's seeding used to be low-resolution time and process ID,
51    but regressed in 4.2.20 to just time.
52  * Switch PRNG from BSD random() to Mersenne Twister.  This is a is a
53    proven, high-quality PRNG.
54  * Fix tiny error in distribution of some die rolls.
55  * Increase land unit retreat chance and nuclear damage's chance to
56    destroy a nuke by one percentage point, for simplicity.
57  * Merge news items a bit more aggressively.
58  * Fix a year 2038 bug in news item merging.
59  * Retire the nightly build.
60  * New make target check.  Just a few tests for now, derived from the
61    smoke test that used to be part of the nightly build.
62  * Really fix accepting connections from "long" IPv6 address.  The fix
63    in 4.3.23 could mess up player's host address in player output and
64    logs, and cause extra "Last connection" messages.
65  * Take ship cost into account when picking missile interdiction
66    target.  Broken in 4.3.8.
67  * Really fix give, setsector and setresource not to wipe out
68    concurrent updates.  The fix in 4.3.27 was insufficient.
69  * Fix setsector not to disclose number of landmines to occupier.
70  * Make capital fail more nicely when the sector is unsuitable.  Its
71    argument must now be a single sector.  Before, it silently picked
72    the first suitable one when the argument selected several.  Has
73    always been that way, and never documented.
74  * Changes to option GODNEWS:
75    - Deity command give could downgrade the deity's relations to the
76      sector owner when GODNEWS was enabled.  No more.
77    - Likewise, deity commands edit and setsector can no longer
78      downgrade the victim's relations to the deity.
79    - News enabled by GODNEWS no longer affect news headlines.
80  * Fix bomb, drop, fly, paradrop, recon and sweep to again accept a
81    destination sector equal to the assembly point.  Broken in 4.3.27.
82  * Fix portability bug in configure test for Windows API.
83  * More user friendly server startup: journal open errors are detected
84    while the server still runs in the foreground, which makes it
85    possible to complain to stderr and to exit unsuccessfully.
86  * Market changes:
87    - Forbid selling conquered populace.  Only relevant when the deity
88      allows selling civilians, which is probably a bad idea.
89    - Permit selling military by default.
90    - Forbid selling ships and land units carrying unsalable cargo.
91  * Scrapping ships and land units now spreads the plague
92  * Don't let scrap give away civilians, kill them off instead.
93  * Pilots and air cargo now spread the plague.
94  * Don't let fly and drop give away civilians.
95  * Fix fly to permit flying civs to a carrier in an occupied sector.
96    Broken in 4.2.17.
97  * Don't let planes fly to a carrier without sufficient space.
98    Before, planes that didn't fit were teleported home, which could be
99    abused.  Broken in 4.3.17.  Almost the same bug was previously
100    fixed in 4.2.17.
101  * Fix tend to foreign ships:
102    - Refuse to tend civilians to foreign ships.
103    - Don't leak friendly foreign ships' commodity cargo.
104    - Continue with remaining target ships after skipping a foreign one
105      when tending a negative amount of commodities.
106    All broken when Chainsaw 2 added tending to allies.
107  * march sub-command 'm' can now sweep own landmines.
108  * Land units no longer sweep allied landmines, except when executing
109    march sub-command 'm'.  They don't hit them since 4.3.27.  Sweeping
110    was forgotten then.
111  * Fix bmap commands not to parse empty flags argument as "revert".
112    Broken in 4.3.27.
113  * Code refactoring and cleanup.
114  * Info page fixes and clarifications.
115
116 Changes to Empire 4.3.30 - Tue May 22 18:34:52 UTC 2012
117  * Disable damage to base sector or ship when missile explodes on
118    launch for now, because damage done to other missiles there can be
119    wiped out in some cases.  Broken in Empire 2.
120  * Fix navigate and march not to wipe out concurrent updates.
121    Abusable, but probably not worthwhile.
122  * Fix some buffer overruns in fairland.  Has always been broken.
123  * Fix arm to require nuke and plane to be in the same sector.  A
124    remote nuke got teleported to its plane when the plane moved.
125    Broken in 4.3.3.
126  * Change login command kill (used by client option -k) to kill less
127    ruthlessly: send a flash message and try to flush output, exactly
128    like a server shutdown does.
129  * Fix server shutdown to wait for player threads to reach a safe
130    state.  Before, player threads raced with shutdown, and failed to
131    update the treasury, record play time, and write log entries when
132    they lost.  Bug goes back to Empire 2.  Patched partially or
133    unsuccessfully in 4.2.10, 4.2.12, 4.2.20, 4.3.6, 4.3.10 and 4.3.23.
134    The race was hard to lose in practice, until an unrelated
135    "simplification" in 4.3.23 could get player threads stuck sending
136    output after shutdown aborted a command.
137  * Idle timeout changes:
138    - The grace period for clients to complete login and logout is now
139      separate from the idle timeout.  Configurable with new econfig
140      key login_grace_time, default is 120 seconds.
141    - The idle timeout for visitors is now separate from the one for
142      players.  Configurable with new econfig key max_idle_visitor,
143      default is five minutes.
144    - Fix the idle timeout when the connection gets stuck sending
145      output.  Broken in 4.3.20.
146    - Idle timeout during execute now terminates the connection, not
147      just the execute command.
148  * Fix stack smash in build.  Remote hole!  Broken when Empire 2 added
149    the confirmation prompt.
150  * Fix stack smash in scrap and scuttle.  Remote hole!  Broken when
151    Chainsaw added the confirmation prompt.  Additionally, the
152    confirmation prompt is misleading when the player supplies
153    conditionals.  Redesign the flawed prompt.
154  * Fix execute's echo of the command.  Broken in 4.3.28.
155  * The mobility cost of retreating a defending land unit was
156    calculated for an uninitialized sector.  This could charge
157    incorrect mobility, prevent retreat, or, if the stars align just
158    right, crash the server.  Broken in 4.3.6.
159  * Commands cutoff, headlines, land, lstat, motd, neweff, payoff,
160    qorder, sorder, and wall now behave like the other information
161    query commands when the player's connection can't take more output:
162    they pause to let other code run.
163  * Revised command permissions:
164    - arm and disarm no longer require money, for consistency with the
165      other commands to move stuff around.
166    - satellite no longer requires money, for consistency with lookout,
167      radar, sonar and skywatch.
168    - qorder, sorder, survey and test no longer require a capital, for
169      consistency with the other commands that report on stuff the
170      player owns.
171    - start and stop no longer require a capital, for consistency with
172      the other commands to control production.
173    - fortify now requires a capital, for consistency with mission,
174      morale and range.
175    - Anybody may now use country, echo and financial.
176    - Visitors can no longer use census, commodity, map, nmap,
177      sinfrastructure (useless without sectors), read (visitors don't
178      get any telegrams), and change (always failed).
179    - Players can no longer use map and nmap before break.  This is
180      consistent with all the other commands to examine the
181      environment.  It also prevents people from trying multiple
182      unbroken countries in a blitz to find the one with the nicest
183      vicinity.
184    - Players can now use resource before break, just like census.
185  * read could swallow the first telegram header when showing the
186    telegrams that arrived while waiting for the player to confirm
187    deletion.  Broken in 4.3.29.
188  * Fix 'm' in path argument of explore, move, transport:
189    - Don't moan about deprecated argument syntax ('m' without a space
190      before its argument) even when there's no argument.
191    - Recognize the flags argument again.
192    Broken in 4.3.27.
193  * Market fixes:
194    - Command market is no longer available to visitors, because it
195      triggers execution of trades that have become ready.
196    - Fix a race condition that could cause commodity trades to be
197      executed multiple times.  Abusing this to duplicate commodities
198      seems tricky, but possible.  Broken in Empire 3.
199    - Don't expropriate sellers of units.  POGO got the the money, the
200      telegrams and made the news, the seller got nothing.  Broken in
201      4.3.17.
202  * Login command quit and server shutdown could lose player output.
203    4.3.23 tried to fix the shutdown case, but the fix was incomplete.
204  * Fix login command quit to really quit.  It sometimes just swallowed
205    buffered input, at least on some systems.
206  * 4.2.22's fairer command scheduling failed to cover the execute
207    command.  Fix that.
208  * When a client shuts down input transmission to log out, output
209    could get lost.  Our client never does that.
210  * Don't skip post command treasury update and status notification on
211    EOF from player, after quit command, and when command is aborted by
212    server shutdown.  An unluckily timed EOF or shutdown can deprive a
213    player of money gained from scuttling tradeships or sacking a
214    capital.  Can be abused to build bridges and infrastructure free of
215    charge.  Can also be abused to designate sectors for free, but the
216    stock game's sector types are all free anyway.  Has always been
217    broken.
218  * Fix client not to send an empty line on player interrupt (normally
219    ^C) before the first command.  This was missed in 4.3.26.
220  * Code and info page cleanup.
221  * Documentation fixes.
222
223 Changes to Empire 4.3.29 - Fri Jan 20 19:20:20 UTC 2012
224  * drop and fly from carrier could fail to load last civilian or
225    military.
226  * Telegram and announcement changes:
227    - wire no longer loops to show announcements that arrived while
228      waiting for the player to confirm deletion.
229    - At most five seconds worth of messages are now squashed together
230      into one.  Before, only the time between adjacent telegrams was
231      limited, not the total time.
232    - When telegrams arrived while read was waiting for the player to
233      confirm deletion, and we then showed them, we nevertheless
234      claimed "you have new telegrams" before the next command prompt.
235      Only with toggle inform off.  Known bug since Empire 2.
236    - Fix read not to clobber asynchronous notification of telegrams
237      arriving while waiting for the player to confirm deletion.
238    - Fix wire not to reset number of pending telegrams with toggle
239      inform on.  Broken when Empire 2 introduced toggle inform.
240    - The number of pending announcements was off when announcements
241      were squashed together.
242    - More careful error handling and logging.
243  * Ensure all of an update's output goes into a single production
244    report:
245    - Avoid splitting it up when the update is slow.  Empire 2 already
246      did that for the number of pending telegrams, but not for read.
247    - Don't turn parts of it into BULLETINs.  Autonav and sail could do
248      that since Empire 2.
249  * files now creates POGO with user interface flags beep, coastwatch,
250    sonar and techlists set, for consistency with add.
251  * Change newcap back to not wiping the country (it wiped since
252    4.3.12).  Additionally, leave levels and telegrams alone.
253  * Changes to deity command add:
254    - Require confirmation for unadvisable actions.
255    - Refuse to touch a country while it's being played.
256    - Don't crash on negative country number.
257    - Create deities with money, just like files creates POGO.
258    - Always reset the country completely, not just when adding a
259      player or a visitor.
260    - Rename argument "new" to "player".  Keep recognizing "new" for
261      now, but deprecate it.
262    - Drop argument "active".  If you really want to create a player
263      country without a capital, add the player country normally, then
264      activate it with edit instead of newcap.
265    - Drop the obscure sector check and wipe option.  If you really
266      need to wipe out a country, there's much more to wipe than just
267      sectors.
268    - Drop the undocumented land unit destruction feature.
269  * Permit no-op country name change again.  Accidentally outlawed in
270    4.3.20.
271  * Plug a few minor memory and file descriptor leaks.
272  * Fix use-after-free when plane gets shot down or aborted in
273    dogfight.  Broken in 4.3.27.
274  * Code cleanup.
275  * Info page and manual page fixes.
276
277 Changes to Empire 4.3.28 - Sat Jul 16 11:30:53 UTC 2011
278  * Don't let POGO (#0) navigate dead ships, and march dead land units.
279    The ghosts even got sighted and interdicted, and could hit mines.
280    Has always been that way.
281  * llook can't see land units and planes loaded on land units anymore.
282  * Fix board to ignore land units loaded on land units when testing
283    whether a sector can board.  Broken in 4.0.17.
284  * Fix transport to reject planes loaded on land units.  The plane
285    remained on its carrier.  When the land unit moved, the plane was
286    teleported right back to it.  Broken since Chainsaw 3 added land
287    units.
288  * Fix lradar not to let land units loaded on land units use radar.
289    Broken since 4.0.0 added trains.
290  * Fix strength to ignore land units loaded on land units.  Broken in
291    4.2.0.
292  * Fix navigate and march to find paths longer than a few sectors
293    again (7 for 64 bit hosts, 3 for 32 bit hosts).  Broken in 4.3.27.
294  * march sub-command 'i' now shows number of military and land units
295    loaded.
296  * New server option -F to force start even when state looks bad.
297    Risks crashes and further corruption, but gives deities a chance to
298    fix up a bad game state with edit commands and such.
299  * empdump -x no longer refuses to export game state that looks bad.
300    Gives deities another tool to fix up a bad game state.
301  * Land units loaded on land units fight che again, as they used to
302    before 4.3.26.
303  * When a land unit dies fighting che, land units loaded on it get
304    unloaded, and planes loaded on it die.  Before, the update left
305    them stuck on their dead carrier.  Impact like the next item.
306    Abusable.  Broken since Chainsaw 3 added land units.
307  * The update no longer destroys ships, planes and land units for lack
308    of maintenance.  Before, it left any embarked planes, land units
309    and nukes on their dead carrier.  In this state, units behaved as
310    if their carrier was still alive, with additional protection from
311    the fact that a dead carrier can't be damaged or boarded.  If
312    another unit with the same number got built, it picked up the stuck
313    cargo.  The cargo got teleported to its new carrier when the
314    carrier moved.  Abusable, but it involves going broke, so it's
315    rarely practical.  Slightly more practical before 4.3.6 removed
316    budget priorities.  Broken for ships and land units when Empire 2
317    added their maintenance cost, and for planes when 4.3.3 replaced
318    nuclear stockpiles by nuke units.
319  * Fix bogus internal error triggered by navigate and march
320    sub-commands 'r', 'l' and 's'.  Broken in 4.3.27.
321  * Fix client not to reject redirections and execute containing
322    non-ASCII characters with a bogus scary warning when using UTF-8.
323  * Fix execute not to mangle non-ASCII characters in the argument when
324    prompting for it while login option utf-8 is on.
325  * Fix handling of non-ASCII and control characters in batch files.
326  * Conversion from UTF-8 to ASCII ate the character following a
327    replaced non-ASCII character.  Buffer overrun possible if the
328    terminating zero gets eaten.  Could happen in players, read, flash,
329    wall, and execute.
330  * Fix handling of empty commands:
331    - Time used was not updated.
332    - Mortal player wasn't logged off for game hours, game down, and
333      time limit.
334    - Notifications were delayed: going broke, becoming solvent, new
335      telegrams (toggle inform off only), new announcements, capital
336      lost.
337  * Minor tweaks to nightly build.
338  * Server's and empdump's sanity checking of configuration and game
339    state is now more rigorous.
340  * Deity xdump no longer dumps unused countries' realms.
341  * Remove option LANDSPIES.  Deities can customize the land table to
342    disable spy units.
343  * Remove option TRADESHIPS.  Deities can customize the ship table to
344    enable trade ships.
345  * Configuration table changes (builtin and custom):
346    - Rows must be in ascending uid order.
347    - Omitting rows in tables item, sect-chr and infrastructure is no
348      longer permitted.
349    - Custom tables now replace the builtin table completely.  Before,
350      omitted rows defaulted to the builtin version, except at the end
351      of a table.  Commenting out unwanted stuff just works now.
352    - Permit custom table product having fewer than 14 entries.
353    - Reject custom tables where customization has no effect (updates,
354      table, meta, all symbol tables) or where it's unsafe (news-chr).
355    - Input is checked more rigorously.
356  * empdump -i fixes:
357    - Don't touch plane file when import fails.
358    - Refuse import of incorrectly sized table instead of silently
359      creating one the server will reject.
360    - Replace old state completely.  Before, omitted rows in the dump
361      defaulted to the old state, except at the end of a table.
362    - Input is checked more rigorously.
363  * Fix xdump updates not to dump bogus extra updates.
364  * Fix use-after-free when a plane got shot down or aborted by flak.
365    Broken in 4.3.27.
366  * Friendlier diagnostics in the build command.
367  * Fix build to set nuke's tech exactly like for ships, planes and
368    land units.  It's not currently used for anything.
369  * Research required for nukes was slightly off sometimes due to
370    incorrect rounding.
371  * Bridge building required 0.005 tech less than advertised, fix.
372  * "show nuke" now obeys toggle techlists.
373  * Fix "show land s" to show columns xpl and lnd again.  Broken in
374    4.3.15.
375  * Code refactoring and cleanup.
376  * Documentation on custom tables and xdump updated.
377  * Info file fixes.
378
379 Changes to Empire 4.3.27 - Sun Apr 17 11:36:29 UTC 2011
380  * License upgrade to GPL version 3 or later.
381  * Fix buy not to wipe out concurrent updates.  Can be abused to
382    duplicate commodities.
383  * Don't let fighters, SAMs and ABMs intercept while on trading block.
384  * Don't let missiles interdict ships or land units while on trading
385    block.
386  * Fix client to log long input lines untruncated.
387  * Fix client crash for long input lines.
388  * info subject pages now mark unusually long pages with a !.
389  * The edit command keys deprecated in 4.3.15, 4.3.17 and 4.3.20 are
390    now gone.
391  * Fix give, setsector and setres not to wipe out concurrent updates.
392  * Fix explore, move, test, transport not to ignore spaces in path
393    arguments.  Broken in 4.3.7.  Deprecate use of 'm' without space
394    before its argument.
395  * Improvements to map drawing commands:
396    - Don't fail silently when asked to draw a map around an invalid
397      unit, explain the problem.
398    - Deprecate bmap flag "r".  Use (a prefix of) "revert" instead.
399    - bmap flags following "t" are no longer ignored.  However, info
400      pages previously documented an argument "true" in addition to
401      flag "t".  To keep that working, keep ignoring flags following
402      "t" when they're bad.  But deprecate that usage.
403    - Reverting the bmap no longer draws a map.
404    - Bad conditionals could make the commands misinterpret their first
405      argument.
406    - The commands now fail when they reject their second argument.
407  * The xdump syntax deprecated in 4.3.12 is now gone.
408  * Fix satellite to fail on bad conditionals instead of ignoring them.
409  * Journal improvements:
410    - Optional logging of output.
411    - Long lines are no longer truncated.
412    - Login phase input is now logged, too.
413    - Commands are now logged.  Allows making sense of input without
414      context.
415  * Option BRIDGETOWERS is now disabled by default.
416  * Bridge towers now take 300 hcms to build, down from 400.
417  * Fix stop orders to expire even when the country is broke.  Broken
418    in 4.3.8.
419  * Fix march and navigate not to advise on "legal directions" when
420    path finding fails.
421  * New path finder:
422    - Much faster, especially for distribution, i.e. where it matters
423      most.  Speedups in excess of 30x have been observed for updates
424      taken from real games.
425    - Old land path finder leaked memory occasionally.
426    - Old land path finder overran buffers for very long paths.  A
427      malicious player can arrange sufficiently long paths, but it
428      takes a lot of land.  Distribution, the distribute command, land
429      unit reaction, and automatic supply now handle arbitrary long
430      paths.  Commands explore, move, test, transport, march, navigate
431      and path now handle paths up to 1023 characters.  Command
432      bestpath shows paths longer than 1023 characters with the tail
433      replaced by "...".
434    - Old sea and air path finder treated destinations as unreachable
435      when the best path was longer than 99 characters.  Command sorder
436      now handles arbitrary long paths.  Commands bomb, drop, fly,
437      paradrop, recon, sweep and sail now handle paths up to 1023
438      characters.  Autonav considers up to 1023 characters at the
439      update.  Planes can fly missions up to 1023 sectors from their
440      base.
441  * Automatic supply charged mobility for the path back to the source
442    instead forward to the sink.
443  * Make bestpath work for deities in foreign land.
444  * More robust savecore example script.
445  * Fix buffer overruns in the lookout, spy, map and nmap commands when
446    WORLD_X * WORLD_Y is not a multiple of 16.
447  * The path command's maps weren't always fitted to the path
448    correctly.  Broken in 4.3.17.
449  * Land units no longer hit allied mines.
450  * Change sharebmap with yourself to do nothing instead of telling you
451    you're not friendly to yourself.
452  * You can now flash yourself.  Enjoy!
453  * A race condition could make the flash command claim an ally was not
454    logged on when he was.  Hard to trigger outside the lab.
455  * The flash command no longer prints "Flash sent" for deities.  It's
456    annoying.  It never did that for mortals.
457  * Plug memory leaks in mission code on a number of conditions:
458    - Submarines moving where own planes would interdict hostile
459      submarines
460    - Ground combat where countries hostile to one of the parties would
461      support if relations were right (allied to one party, at war with
462      the other)
463    - Ships or land units moving within hostile missile mission op
464      areas
465    - Any player action within marine missile mission op areas that
466      could trigger the missile owners' missions.
467  * Attack fixes:
468    - When you ordered a sector to attack with military, but lost the
469      sector before the attack was executed, and the new owner was
470      allied to you, the server got confused: it let the military
471      attack even though they were already dead, but not occupy.
472    - When you ordered a land unit to attack from an allied sector, and
473      the sector got lost before the attack was executed, the server
474      reported things as if you had owned the sector yourself.  The
475      land unit still attacked when the new owner was also allied to
476      you.  No more.
477    - When a land unit attacked out of an allied sector, its mobility
478      cost was computed as if the ally owned the land unit.  Attacking
479      sectors old-owned by that ally was too cheap, and taking back
480      one's own was too expensive.
481  * Fix trade ships to pay off in own harbor.  Broken in 4.3.17.
482  * Remove option SLOW_WAR.  It hasn't been enabled in a public game
483    for years, and the code implementing it was buggy.
484  * Fix a bug in sail that limited the sail path to 27 instead of the
485    intended 28 characters.
486  * Fix race condition in transmission of flash and telegram
487    information messages that could double output and possibly crash
488    the server.
489  * Planes get to sweep and sonar only after flak and interception.
490  * Don't limit the radar command's range to fit its output into a
491    world map without clipping.  The limiting goes back to Chainsaw 2.
492  * Make flak vs. pinpoint bombing consistent with ordinary flak:
493    - 4.3.6 reduced the plane abort chance on damage, but missed the
494      additional flak vs. pinpoint bombing.  Fix that.
495    - Fix to charge mobility appropriate for damage.
496  * Prettier flak damage reporting.
497  * Fix bugs that could cause bmap updates from recon and satellite to
498    be lost.
499  * Fix lookout to properly report sector ownership to deities.
500  * Suppress bogus messages deities with non-zero country number got
501    when attempting to navigate foreign ships or march foreign land
502    units.  Such deity use hasn't worked since Empire 2.
503  * Deities can no longer fly foreign planes.  It didn't fully work
504    since Chainsaw 3, and can trigger internal errors since 4.3.11.
505  * Don't split lines over several bulletins.  The read command
506    normally merges these bulletins, but if they are more than five
507    seconds apart (clock jumped somehow), we get a bulletin header in
508    the middle of a line.  Broken since Empire 2.
509  * Don't beep when plane, land unit or nuke die on a collapsing
510    bridge.  Not nice, because it could beep many times, and could put
511    beeps in bulletins.  Beeping was added in 4.0.18.
512  * Minor improvements to nuclear damage reporting.
513  * When a deity dropped a foreign nuke, parts of the output went to
514    the owner of the nuke instead of the deity.
515  * When a player triggered a foreign missile launch (mission or
516    interception), and the missile exploded on launch, part of the
517    report went to the player instead of the missile owner.  This
518    disclosed the missile owner's origin.  Broken in Empire 2.
519  * When autonav reported to a ship owner that it can't load or unload
520    foreign civilians, it used the sector owner's coordinate system.
521    This disclosed the sector owner's origin.  Abusable.
522  * When nuclear damage bounced off a sanctuary, the bulletin to the
523    sanctuary owner used the attacker's coordinate system.  This
524    disclosed the attacker's origin.
525  * When a deity used sweep, lmine, sail or sabotage with a foreign
526    plane, land unit or ship, its location was reported in the foreign
527    coordinate system.
528  * When a deity asked for a foreign nation report, the capital
529    location was reported in the foreign coordinate system.
530  * Code refactoring and cleanup.
531  * Info file improvements.
532
533 Changes to Empire 4.3.26 - Mon May 24 16:37:40 UTC 2010
534  * Land units loaded on ships or land units can no longer fight che.
535  * When foreign land units were present, a che revolt could damage
536    them instead of the defending land units.  This could let defenders
537    survive the revolt.  They were captured or blown up if che took
538    over the sector.
539  * Fix che revolt to damage only land units that actually fight
540  * Fix loading x-light missiles on ships without capability plane.
541    These ships could only use their x-light slots for x-light planes,
542    not their plane slots.  Broken in 4.3.17.
543  * Update bmap when nuclear detonation makes wasteland.
544  * Fix fly and drop to report discarded cargo items correctly.
545  * New client option -s to specify server host and port.
546  * Hitting landmines could crash the server.  When not, the damage
547    reduction for capability engineer was applied unpredictably.
548    Broken in 4.3.24.
549  * Fix retreat and lretreat condition 'c'.  Broken in 4.3.16.
550  * coastwatch and skywatch could see too far.  Up to one sector for
551    practical radar ranges.
552  * skywatch now reports satellite uids.  The uid is required for
553    launching a-sats since 4.3.23.
554  * Fix client not to send an empty line of input before aborting the
555    command on player interrupt (normally ^C).
556  * Fix sabotage not to kill the spy every time.  Broken in 4.3.17.
557  * Code cleanup.
558  * Info page fixes, manual page improvements.
559
560 Changes to Empire 4.3.25 - Sun Mar 21 08:27:37 UTC 2010
561  * Hitting seamines could crash the server.  When not, the damage
562    reduction for capability sweep was applied unpredictably.  Broken
563    in 4.3.24.
564  * When an interdiction did damage other than collateral damage, the
565    planes that intercepted it from interdicted carriers used no
566    petrol.  4.3.24 fixed only the "no damage" case.
567  * Ship anti-missile defense failed to charge shells when the ship was
568    interdicted.  The fix in 4.3.24 covered only launch.
569  * Fix a bug in navigate and march that let players lay mines free of
570    charge.  Also fix them not to prompt for the number of mines.
571  * Missile exploding on launch could not damage its base if it was
572    armed with a nuke.  Broken in 4.3.23.
573  * When a torpedo attack triggered a return torpedo, the news reported
574    it to be fired by the attacker instead of the defender.
575  * Interdiction attacked submarines with surface-only weapons.  Broken
576    in 4.3.24.
577  * Fix a bug in lradar, path, radar, route, satellite, sect and survey
578    that could leak maps to other players.  Broken in 4.2.0.  Fixed in
579    4.2.8 for bmap, lbmap, lmap, map, nmap, pbmap, pmap, sbmap and smap
580    only.
581  * files could clobber the game when reading confirmation fails.
582  * fairland no longer rejects small worlds without trying.
583
584 Changes to Empire 4.3.24 - Tue Jan 26 21:29:14 UTC 2010
585  * The client sometimes hung under Windows when the server closed the
586    connection.  Broken in 4.3.23.
587  * Fix navigate and march not to crash the server when a path argument
588    consists of a valid path plus whitespace.  Broken in 4.3.7.
589  * When a client sent a blank line in the login phase, the server
590    crashed on some systems.
591  * Fix crash bug in bomb, drop, fly, paradrop, recon and sail.  Broken
592    in 4.3.16.
593  * Fix bogus internal error on escort, recon, and satellite launch.
594    Mostly harmless, as error recovery worked fine.  Broken in 4.3.23.
595  * Stop ship and land unit movement on interdiction even when it does
596    no damage.
597  * When an interdiction did no or only collateral damage, the planes
598    that intercepted it from interdicted carriers used no petrol, and
599    interdicted land units were immune to collateral damage.
600  * The limit for the number of sectors, ships, planes, land units,
601    nukes, and so forth is now large enough not to matter.  It used to
602    be 32768 on common machines.  The sector limit was introduced in
603    4.3.12.  World x- and y-size are still limited to 65536 on common
604    machines.
605  * News use much less space, and thus I/O.  Space was wasted in
606    4.3.12.  Side effects of the change:
607    - Expiry of old news no longer updates news timestamps.  Updating
608      timestamps was wrong, because it defeated incremental xdump news.
609    - The empdump utility can no longer update timestamps of imported
610      news.  Unfortunate, as it breaks incremental xdump news.
611  * New news selector duration, the time span covered by this news item
612    in seconds.
613  * ABMs failed to charge supplies when their sector was the
614    intercepted missile's target.  The stock game's ABMs use no
615    supplies.
616  * Ship anti-missile defense failed to charge shells when the ship was
617    the missile's target.
618  * Code refactoring and cleanup.
619
620 Changes to Empire 4.3.23 - Sun Dec 13 16:34:49 UTC 2009
621  * Fix missile interception not to intercept tactical and marine
622    missiles attacking missiles or satellites.  No such missiles exist
623    in the stock game.  Interception of tactical ABMs could crash the
624    server.  Broken in Empire 2.
625  * Missiles missing their target do collateral damage again.  Was
626    disabled because of bugs in 4.0.18 for manual launch and in 4.3.16
627    for automatic launch.
628  * News reported victim as actor for sub-launched anti-sat and ABM.
629  * Defense value of missiles vs. ABMs and satellites vs. anti-sats
630    failed to improve with tech.
631  * Fix a bug that let missiles interdict ships outside their op area.
632    This could happen when a group navigating together was partly
633    inside the op area.
634  * Only bomb strategic and launch at sector can use nukes.  Before,
635    they could also be used by missions, bomb pinpoint, and launch at
636    ships, but there were several bugs and inconsistencies, and the
637    code was messy.  The arm command now rejects marine missiles in
638    addition to satellites, ABMs and SAMs, and clears the mission.  The
639    mission command now rejects planes armed with nukes.
640  * Missiles exploding on launch pad no longer set off their nukes.
641  * The launch command now more accurately reports why a missile can't
642    be equipped.  It no longer draws supplies automatically.
643  * Manually launched anti-sat now always kills when it hits, for
644    consistency with automatically launched ones.
645  * Don't permit nukes on satellites, ABMs and SAMs.  Nukes on
646    satellites could be armed and disarmed even in orbit.  Nukes on
647    ABMs and SAMs were lost without effect when their missile
648    intercepted.  The stock game is not affected, because its
649    satellites, ABMs and SAMs all have zero load.
650  * Remove obsolete plane capabilities stealth and half-stealth.  Not
651    used by the stock game.
652  * Penalize fighter combat value for any load, not just bombs.  The
653    stock game's fighters can't carry anything but bombs.
654  * Make bomb work for non-tactical cargo bomber.  No such planes exist
655    in the stock game.
656  * Revised cargo plane rules: a cargo flight can be either an airlift
657    or an airdrop now.  Airlifts carry more cargo than airdrops.  A
658    cargo drop or paradrop with a non-VTOL plane is an airdrop.
659    Anything else is an airlift.  This makes paradrop loads consistent
660    with drop loads.  Paradrop with VTOL transports now carries twice
661    the punch, and drop with non-VTOL transports hauls less than fly.
662    In particular, the stock game's tr can't drop guns anymore.
663  * Enforce plane selection rules more tightly:
664    - bomb command can select only planes with capability bomber or
665      tactical.  Before, other planes with non-zero load flew along,
666      but their bombs were silently lost.
667    - sweep command can select only planes with capability sweep.
668      Before, other planes performed ordinary reconnaissance instead.
669    - drop command can select only planes with capability cargo.
670      Before, other planes flew along but dropped nothing.
671  * Fix paradrop to fail without destroying the paratroopers when the
672    player owns the target sector.
673  * Launching an anti-sat now takes the target plane as argument.
674    Before, it took a sector argument, and targeted the lowest-numbered
675    satellite there.  Rather inconvenient when your own satellite masks
676    one of the enemy's.
677  * Remove option PINPOINTMISSILE.  Deities can customize the plane
678    table to disable marine missiles.
679  * Ridiculously impotent nukes could do unpredictable interdiction
680    damage.  No such nukes exist in the stock game.
681  * The production command could mispredict resource-depleting level
682    production.  No such products exist in the stock game.  In fact,
683    they'd be highly unusual.
684  * The update could crash or corrupt the game when a (misconfigured)
685    product depleted resource "none".
686  * Revamp the Windows port based on ideas stolen from Gnulib.  Share
687    the code between server and client.
688  * Don't log out player when update aborts a command under Windows.
689    Broken in 4.3.20, and not fully fixed in 4.3.21.
690  * Fix accepting connections from hosts with "long" IPv6 address.  The
691    internal buffer had insufficient space.
692  * Delay shutdown up to 3s to let player output buffers drain.
693  * Fix a race between main thread and player threads, which could
694    theoretically make the server crash on start.
695  * Clean up synchronization between commands, update and shutdown, and
696    when player threads sleep on I/O.
697  * Clean up the cruft that has accumulated in and behind the empio
698    interface, and, to a lesser degree, the empthread interface.
699  * Fix time difference underflows in pthread and Windows code.  They
700    could potentially cause hangs, although none have been observed.
701  * Make budget's "Sector building" line look better.
702  * Make sector maintenance cost configurable.  New sect-chr selector
703    maint.  Capitals now pay maintenance regardless of efficiency.
704  * Overhaul show sect b.
705  * Fix mine production resource limit for sector peffic != 100.  This
706    affects mountains in the stock game, but only with an impractically
707    large number of ETUs per update.
708  * Code refactoring and cleanup.
709  * Info file fixes and improvements.
710
711 Changes to Empire 4.3.22 - Sat Apr 25 11:56:29 UTC 2009
712  * Fix a Windows client bug that could lead to hangs, at least with
713    some versions of the C run-time.  Broken in 4.3.11.
714  * Allow building without curses terminfo.  Highlighting in the client
715    doesn't work then.
716  * Really fix bomb not to wipe out plane updates made while it asked
717    for pinpoint targets.  The fix in 4.3.21 didn't cover escorts.
718  * Fix tend land not to wipe out concurrent updates.
719  * Automatic supply fixes:
720    - Ships with just two shells could fire a torpedo to return fire or
721      interdict.
722    - Ships with just one shell could use their anti-missile defense.
723    - Land units were considered in supply even when they had not quite
724      enough supplies.  Such land units could defend without penalty,
725      attack and react.
726    Broken in 4.3.20.
727  * Fix update to take dead units off carriers.
728  * Standalone client distribution built empire instead of empire.exe
729    for Windows.  Broken in 4.3.0.
730  * Fix client to abort script execution on SIGINT.
731  * Fix Windows client not to hang on EOF on standard input when that
732    is a tty.
733  * Fix a client bug that could make it hang when EOF on standard input
734    follows an execute command closely.
735  * Seamines under bridge spans were disabled a long time ago, in
736    Empire 2.  The drop command refuses to mine there.  Change mine
737    command to do so as well.
738  * Seamines under bridge spans were mistaken for landmines by ground
739    combat, land units retreating from bombs, and non-land unit ground
740    movement.
741  * When a bridge tower collapsed, its landmines magically became
742    seamines.
743  * Don't log out player when he interrupts a command.  Broken in
744    4.3.19.
745  * Code cleanup and portability improvements.
746  * Info file and documentation fixes.
747
748 Changes to Empire 4.3.21 - Mon Mar  9 21:34:52 UTC 2009
749  * Fix swapsector not to wipe out concurrent changes to the swapped
750    sectors.
751  * Fix a bug in crash dumping that could mess up the journal and, at
752    least in theory, mess up commands info, read, turn, and wire;
753    announcement expiry, and reading of econfig and schedule.
754  * Fix bomb not to wipe out plane updates made while it asked for
755    pinpoint targets.
756  * When bombing ships with a force containing both planes with and
757    without capability ASW, the bomb command could fail to report
758    presence of submarines, and could refuse to bomb ships when there
759    were only submarines.
760  * Leaving land units behind after a victorious attack could in some
761    cases wipe out changes made to them since the victory.
762  * The timestamp selectors added to commodity, load and trade in
763    4.3.12 could lead to spurious command failures.  None have been
764    observed in the wild.
765  * Don't log out player when update aborts a command.  Broken in
766    4.3.20.
767  * Code refactoring and cleanup.
768
769 Changes to Empire 4.3.20 - Fri Feb 20 18:14:20 UTC 2009
770  * Option LOANS is now disabled by default.
771  * Option RAILWAYS is now enabled by default.
772  * Many fixes to automatic supply:
773    - Planes flying interception or support missions, abms intercepting
774      ballistic missiles, and the launch command for missiles and
775      anti-sats could all supply more shells than necessary, lose
776      shells, or conjure them up.
777    - Ships shooting down marine missiles could supply more shells than
778      necessary, or lose shells.
779    - Supply ships could conjure up shells when firing guns using
780      multiple shells, or launching torpedoes, or dropping depth
781      charges, or shooting down marine missiles.  No supply ships
782      capable of doing that exist in the stock game.
783    - Supply engineers could conjure up shells when laying mines.  They
784      don't exist in the stock game.
785    - load, lload and supply could supply land units with enough food
786      from the sector containing them to starve the sector.
787    - Sectors were charged too much mobility for moving supplies
788      sometimes.
789    - Land units serving as supply source no longer draw supplies
790      recursively, because the bugs there are too hard to fix to be
791      worth it.
792    - Defending and reacting units only checked whether they could draw
793      supplies, but didn't actually draw them.
794    - load, lload, supply, assault and board no longer supply land
795      units from ships carrying them.  This feature, added in 4.0.14,
796      was inconsistent with other ways to supply.
797    - Don't use automatic supply to avoid starvation at the update.  It
798      adds complexity to the update.  How much good it does to players
799      is highly doubtful; certainly nobody can rely on it.  It isn't
800      covered by the starvation command.  Ships or land units could
801      steal enough food from their sector to make it starve.
802    - lmine could only fetch shells for engineers that use ammo.  The
803      stock game's engineers all do.
804    The changes listed for load and lload are actually lies, because
805    supply has been disabled there since 4.3.17.
806  * Don't let an engineer lay mines while it is on a ship or land unit,
807    or in a foreign sector.
808  * Sectors and ships no longer need shells to fire flak.
809  * Use IPv4 and v6 only when suitable interfaces are configured.
810  * Fix turn off not to fail when the message is empty.  Broken in
811    4.2.20.
812  * Don't nag the deity about game hours restriction in force all the
813    time.
814  * Tell deity when the game is down, just like players.  Also make the
815    information available in xdump, as game selector down.
816  * Corrupt mailboxes could crash the server.
817  * Fix reject accept.  Broken in 4.3.4.
818  * If a player was at a prompt when the deity turned the game down, he
819    was allowed to enter one more command.
820  * Air defense is no longer separate from interception.  Putting a
821    plane on air defense now merely changes where it intercepts.
822    Separate air defense added too much pointless complexity.  Its
823    implementation violated design assumptions of the intercept code.
824    Because of that, the same plane could intercept both an air defense
825    mission and the planes that triggered it, and the damage it
826    received in the first interception was wiped out.
827  * Intercept the same all along the flight path.  In each sector, any
828    country owning the sector, a surface ship or a land unit there gets
829    to intercept.  Before, only the sector owner got to intercept,
830    except for the assembly point and the target sector.  In the target
831    sector, any country owning surface ships or land units got to
832    intercept in addition to the sector owner.  Thus, a sector owner
833    with surface ships or land units there got to intercept twice.  The
834    sector owner did not get to intercept at the assembly point,
835    even when it was the target sector.
836  * Spotting rule changes:
837    - Ships and land units now spot overflying planes along all of the
838      flight path instead of just the target sector, and no longer
839      report allied planes.
840    - Planes now spot ships and land units only when flying recon or
841      sweep, and along all of their flight path instead of just the
842      target sector.  It still takes a spy plane to identify ships and
843      land units.
844    - Planes now spot ships and land units in a sector even when all
845      planes abort there.
846    - Planes now spot all foreign ships and land units, not just
847      hostile ones.
848  * Fix SAM interception for intercepts other than the first.
849  * Fix air defense and flak over sectors allied to the planes.  Air
850    defense was broken in Empire 2.  Flak was broken in 4.2.8.
851  * Establishing contact by spotting planes from sectors didn't work.
852  * Fix reconnaissance patrols to use sonar when any capable plane is
853    present.  Before, all planes had to be capable.
854  * Fix recon and sweep not to spy after all spy planes are gone.
855  * Fix a bug that made multiple clients running on the same Windows
856    machine interfere with each other.  Broken in 4.3.11.
857  * Fix enforcing game hours for players already logged in.  Broken in
858    4.3.19.
859  * Fix distribution not to abandon a distribution center by exporting
860    the last military.
861  * Many fixes to load, unload, lload and lunload:
862    - Now usable for deities.
863    - Plug loopholes that let you steal foreign commodities by making
864      load/lload unload and unload/lunload load through use of negative
865      amount arguments.
866    - Fix not to let you give away civilians.
867    - You can't use lload in foreign sectors or lunload with foreign
868      land units anymore.  Loading stuff in foreign sectors was
869      prohibited already for ships.
870    - lload and lunload now work on foreign land units only when
871      they're explicitly named by uid.  This matches behavior of load
872      and unload.
873    - Fix to test relations of foreign object's owner to player instead
874      of the other way round.
875  * Make sure land units with maximum mobility can attack mountains.
876  * Fix land unit attack mobility cost.  Broken in 4.3.6.
877  * Conditions comparing string-valued selectors like wing to unquoted
878    values are now interpreted more smartly.  Before, unquoted strings
879    were prone to be interpreted as selector names even when that made
880    no sense.  You still have to disambiguate truly ambiguous cases
881    like w=w for planes, e.g. as wing=w or w='w'.
882  * Fix reporting of shot spies in news.  Broken in 4.3.16.
883  * Remove econfig key mission_mob_cost.  Questionable feature, and
884    hasn't been used in a long time.
885  * Reserve and escort missions now have an op-area, like all the other
886    missions.
887  * Land units now react only when on a reserve mission.  The lrange
888    command is gone.  The edit command still accepts and ignores the
889    land unit key 'P' for compatibility, but it is deprecated.
890  * Fix a bug that could mess up mission op-area when the range of
891    ship, plane or land unit on the mission decreases, e.g. through the
892    range command.
893  * Reserve missions no longer give a bonus to reaction range.
894  * Info file fixes.
895  * Code refactoring and cleanup.
896
897 Changes to Empire 4.3.19 - Sun Dec  7 23:15:34 UTC 2008
898  * LWP doesn't work with Darwin due to OS bugs, avoid it for now.
899  * Don't let ships double-retreat first on 'i' (injured) and then on
900    'h' (helpless) when shelled.
901  * Fix a bug that suppressed the "sunk!" message.  Broken in 4.3.17.
902  * Log out player when maximum time per day is exceeded.  Before, he
903    could remain logged in with visitor privileges only, but once
904    logged out could not log back in.
905  * If a player was at a prompt when either game hours restriction
906    started or maximum time per day was exceeded, he was allowed to
907    enter one more command.
908  * Deitying a capital failed to charge money and report news.  Broken
909    in 4.3.17.
910  * Overhaul accounting of play time, fixing minor inaccuracies.
911  * Fix parsing of 24:00 in econfig key game_hours and
912    update_demandtimes.
913  * New option RAILWAYS.
914  * Che ages just like military reserves (1% per 24 ETUs).
915  * Permit ships to assault the sector they're in.
916  * Sectors eating less than one unit of food don't make one unit of
917    food for free anymore.  They still can't starve.
918  * New concept sector terrain.  Deities can use it to make sectors
919    other than wilderness redesignatable.  See sect.config for more
920    info.
921  * Represent play time in seconds rather than minutes.  This affects
922    xdump: nat selector minused (counting minutes) is replaced by
923    timeused (counting seconds).
924  * Improved nightly build, with additional tests.
925
926 Changes to Empire 4.3.18 - Sat Oct 18 18:39:17 UTC 2008
927  * Fix building of planes, land units and nukes with uids that have
928    never been used before.  This could crash the server on some
929    systems in certain states.  Broken in 4.3.17.
930  * Improved nightly build, with restructured and extended tests.
931
932 Changes to Empire 4.3.17 - Sat Sep 20 16:07:44 UTC 2008
933  * Fix standalone client build for Windows.  Broken in 4.3.11.
934  * Disable automatic supply of land units on load for now, it's
935    broken, and can be abused to duplicate supplies.
936  * Make trade show exactly what's on sale, remove option SHOWPLANE.
937  * Stop ships, planes, land units and nukes on violent takeover, just
938    like sectors.
939  * Wipe orders when ships, planes, land units and nukes are taken over
940    violently or given away peacefully.  Fleet, wing, army and mission
941    were already cleared in many, but not all cases.  Other orders were
942    never cleared: mission op-areas (visible in xdump), ship autonav
943    orders, ship sail path (including ship to follow and mobility
944    quota), land unit retreat orders, plane range limit, and land unit
945    retreat percentage.
946  * Fix takeover of stuff by attack, assault, board, lboard, paradrop
947    and pboard:
948    - Corrupt land unit file could lead to infinite recursion.
949    - Take over nuke armed on plane along with the plane.  Broken in
950      4.3.3.
951    - Taking over land units with negative mobility increased mobility
952      to zero.  Ditto for planes embarked on ships or land units.
953  * Fix a bug that made set and xdump not recognize unused trade lots
954    as such.
955  * Fix giving away stuff by trading it:
956    - When an armed nuke is sold separately from its plane, take it off
957      the plane.  You couldn't do that before 4.3.3.
958    - Give away nuke armed on sold plane along with the plane.  Broken
959      in 4.3.3.
960    - Don't zero mobility of planes and land units on sold ships.
961  * Fix giving away stuff by unloading from its carrier: Give away any
962    nukes armed on planes (broken in 4.3.3) and land units loaded on
963    land units.  The latter can't happen in the stock game.
964  * Fix giving away stuff by scrapping or scuttling its carrier:
965    - Fix up output.
966    - Disarm the nuke from a plane instead of destroying it.
967    - Give away any loaded land units and planes, too.
968  * Tradeship fixes:
969    - Fix scuttle to ask for confirmation when scuttling a tradeship in
970      an unsuitable sector even when the tradeship is pirated.  Broken
971      in 4.2.13.
972    - Fix scuttle to require 2% harbor efficiency for a trade ship to
973      pay.  Also require at least friendly relations.
974    - Make autonav refuse scuttle orders in unsuitable sectors.
975  * Clean up rules on where you can scrap stuff:
976    - Ships in own or friendly, efficient harbors (relations used not
977      to matter, contrary to info)
978    - Planes in own or allied, efficient airfields (friendly used to
979      work as well, contrary to info)
980    - Land units in any own or allied sector (relations used not to
981      matter, and you couldn't scrap them on ships)
982    Also tell player why something can't be scrapped instead of
983    ignoring it silently.
984  * Rewrite the broken code to move land units, planes and nukes along
985    with their carrier.  The old code was a hack that didn't update
986    timestamps (so incremental dumps didn't pick up the movement), and
987    it didn't cover all uses.  The update, in particular, was prone to
988    see cargo in old locations, which could screw up repairs.
989  * Expire lost items at the update instead of continuously.
990  * Replace econfig key lost_items_timeout by lost_keep_hours.
991  * Minor Windows threading fixes.
992  * Journal now uses human-readable names to identify threads.
993  * Ship and land unit load counters are no longer stored in game
994    state, because they duplicate information already there.  Same for
995    the type of nuke loaded on a plane.  Remove field nuketype from
996    xdump plane.  Clients can simply find the plane's nuke instead.
997    The edit command still accepts and ignores the plane key 'n' for
998    compatibility, but it is deprecated.
999  * Ship and land unit load counts as displayed by ship, sdump, land,
1000    ldump, ship selectors nplane, nxlight, nchoppers, nland, and land
1001    selectors nxlight, nland are now reliable.  They used to get out of
1002    sync at times.
1003  * Ship load counts now reflect what is loaded, not how it is stored.
1004    For instance, if a light carrier, capable of carrying 4 x-lights
1005    and 20 light planes carries nothing but 5 sams, we now have
1006    nxlight=5, nplane=0 instead of nxlight=4, nplane=1.
1007  * New cargo lists data structure to let code find loaded planes, land
1008    units and nukes easily and efficiently.
1009  * Revamped upkeep of lost file.  It should be reliable now.
1010  * Disable the ill-advised error recovery on sector access that swept
1011    bugs under the carpet rather than recovering from them.
1012  * Occupied sectors no longer revert to the old owner when all
1013    military and land units go away.  This feature was added in
1014    Chainsaw 3.  It wasn't integrated properly with the che code
1015    (things went wrong when che killed all defenders, but couldn't
1016    convert the sector due to its loyalty), and combat code (if an
1017    attack killed off all local defenders and got defeated by reacting
1018    units, the sector changed ownership anyway, silently).
1019  * Include destination coordinates in interception and plane mission
1020    messages.
1021  * Client could misdiagnose redirections and executes as unauthorized,
1022    or die outright.  Broken in 4.3.11.
1023  * Fix xdump realm to dump player instead of absolute coordinates.
1024    Disclosed the true origin.  Broken in 4.3.0.
1025  * Fix spy to reliably avoid spying same sector more than once.
1026  * The map drawing code could smash the heap when the world was
1027    ridiculously small.
1028  * When a satellite's launch trajectory was off, its coordinates could
1029    get screwed up, which made it invisible in skywatch.
1030  * Fix several bugs that made the path command screw up when the path
1031    spans large areas.
1032  * Fix the default size of the map shown by move, test and transport
1033    sub-command M.
1034  * Fix bugs that could make arguments in area or dist syntax miss
1035    ships, planes, land units and nukes at the border of the selected
1036    area, if that area spans the whole world.  In sufficiently small
1037    worlds, it could also make radar miss satellites and ships, sonar
1038    miss ships, satellite miss ships and land units, nuclear
1039    detonations miss ships, planes, land units and nukes, automatic
1040    supply miss ship and land unit supply sources, ships and land units
1041    fail to return fire, ships fail to fire support.
1042  * Maps sometimes showed x-coordinates as three lines instead of two
1043    unnecessarily.
1044  * Improved nightly build, tests in particular.
1045  * Code refactoring and cleanup.
1046
1047 Changes to Empire 4.3.16 - Sat Aug  9 15:56:52 UTC 2008
1048  * Production command incorrectly limited the number of graduates,
1049    happy strollers, technological breakthroughs and medical
1050    discoveries produced by a sector to 999.  Broken in 4.2.15.
1051  * Fix a bug in improve that could let you spend more money than you
1052    have.
1053  * Fix work command not to spend more mobility than requested, and to
1054    round mobility use randomly instead of down.
1055  * Commands demobilize, convert and work no longer let you spend more
1056    money than you have.  Commands demobilize and convert no longer ask
1057    for confirmation before spending more than half your money.  Saving
1058    that feature would have been more work than it's worth.
1059  * Remove undocumented key 'd' at bomb ship, plane and land unit
1060    target prompts.
1061  * Fix land unit flak when pin-bombed to match flak when overflown:
1062    proportional to efficiency, and randomly rounded.  Was missed in
1063    4.3.6.
1064  * Don't permit bombing of embarked planes and land units.
1065  * Fix capital maintenance to charge at 60% efficiency.
1066  * launch command now requires only 40% plane efficiency, for
1067    consistency with other ways to launch missiles.
1068  * Disable collateral damage when automatically launched missiles miss
1069    their target.  Collateral damage was done even when the launch
1070    failed or the missile got intercepted.  It's been disabled for
1071    manually launched missiles since 4.0.18, for the same reason.
1072  * Fix a bug that corrupted the lostitems file.  Broken in 4.3.12.
1073  * Show command changes:
1074    - Move product information from "show sect c" into new "show
1075      product", and reformat it to be easier to understand.
1076    - New column navigability in "show sect s".
1077    - "show sect s" now shows the packing bonus type instead of
1078      selected packing bonuses.  "show item" shows the actual bonuses
1079      for each type.
1080    - "show sect b" now shows the usual values in addition to unusual
1081      ones.
1082  * Fix interdiction to obey op-area for missiles.
1083  * Fix a bug that caused a stale sources.mk to be distributed in the
1084    4.3.14 an 4.3.15 tarballs.  The latter does not build out of the
1085    box because of that.
1086  * Don't strip tab characters from quoted command arguments.  Broken
1087    in 4.2.21.
1088  * shutdown commands now always take effect immediately.  Before, they
1089    could be delayed by up to a minute.
1090  * shutdown could start multiple shutdown threads when you initiated a
1091    shutdown shortly after cancelling one.  This screwed up the timing
1092    of the shutdown.
1093  * Deity syntax of zdone changed, and is now documented in info.
1094  * The threshold command could be tricked into accepting negative
1095    thresholds.
1096  * Fix designate to always write updated bmap to disk.
1097  * Fix bomb to fail on empty <pin|strat> argument instead of flying
1098    without bombs.
1099  * Fix a bug in distribute that screwed up the current sector's
1100    distribution center when the command got aborted.
1101  * Commands arm, bomb, deliver, drop, fire, fly, paradrop, recon,
1102    lmine, order, power, range, sail, shutdown, sweep and tend did not
1103    honor command abortion at some prompts.
1104  * Fix a bug in handling of EOF from client that could bite in the
1105    following ways:
1106    - EOF at target prompts for bombing commodities, ships, planes and
1107      land units sent the server into an infinite loop that ate all
1108      memory.
1109    - EOF at sail's path prompt crashed the server.
1110    - EOF at some prompts in deliver, designate, fly, morale, zdone,
1111      attack and assault didn't abort the command.
1112    Broken in 4.3.11.
1113  * Selector terr is now the same as terr0 for mortal players, and
1114    dterr for deities.  This matches how the territory command works.
1115    Unfortunately, this required us to rename xdump sect field terr to
1116    terr0.  Sorry about that.
1117  * Fix bomb not to let you bomb dead ships and land units.
1118  * Make the retreat command a bit more helpful on retreat conditions,
1119    and make it fail on bad conditions.
1120  * Fix the mapper scripts.  Broken in 4.2.0.
1121  * Fix flying commands not to let planes do double duty as escorts.
1122    Broken in 4.3.12.
1123  * When a minesweeper hit a mine after sweeping, the mine wasn't used
1124    up.  If it sank the minesweeper, the code accessed freed memory,
1125    which could clobber the ship file or worse.  Broken in 4.0.17.
1126  * Don't let non-light units board ships that can't carry them.
1127  * Capitals can now employ up to 1000 civilians instead of 999.
1128  * Spy command changes:
1129    - Spy now requires sector military.  Before, presence of land units
1130      was sufficient, but spies shot were only deduced from sector
1131      military.  If you lost more spies than you had sector military,
1132      the rest came back from the dead.
1133    - Spy no longer ignores non-sea sectors without civilians, military
1134      and land units.
1135    - Remove columns lnd, pln from spy report.  The values didn't match
1136      the reported land units and planes, and could leak the presence
1137      of spy units.
1138    - Establish contact when spy succeeds even though the spy was
1139      caught.
1140  * Fix news reporting and damage when land units interdict ships in
1141    sectors other than sea.
1142  * Fix land unit return fire damage to ships to take accuracy into
1143    account, like the fire command and interdiction does.
1144  * Remove the inconsistent shelling damage reduction for range.  Fire
1145    command got damage reduced by 10-20% with a chance depending on
1146    range ("Wind deflects shells").  Ships interdicting got it reduced
1147    by half.  Other ways to shell did not get damage reduced for range.
1148  * Fix ground combat to report defending land units.  Broken in 4.3.4.
1149  * Info file and documentation fixes and improvements.
1150
1151 Changes to Empire 4.3.15 - Sun May 18 08:59:30 UTC 2008
1152  * The edit command keys deprecated in 4.3.10 are now gone.
1153  * fairland now obeys game file locks.
1154  * Do not leak world creation time in files utility, because that
1155    facilitates attacks against fairland's PRNG.  Broken in 4.3.12.
1156  * Fix starvation not to starve one more than it should.  The last man
1157    on a boat or land unit now can't starve anymore.
1158  * Fix a crash bug in satellite.  Broken in 4.2.7 and not fixed
1159    correctly in 4.2.12.
1160  * Fix a coordinate normalization bug that could theoretically lead to
1161    buffer overruns and other unpleasantness.  None have been
1162    reproduced, though.  Broken in 4.3.12.
1163  * Remove option FUEL.  The abstract idea of tying ships and land
1164    units to a logistical tether is sound, the concrete implementation
1165    as option FUEL is flawed.  It adds too much busy-work to the game
1166    to be enjoyable.  It hasn't been enabled in a public game for
1167    years.  The code implementing it is ugly, repetitive, and a burden
1168    to maintain.  The edit command still accepts and ignores the fuel
1169    keys for compatibility, but they are deprecated.
1170  * Fix pin-bomb not to report subs when there are none.
1171  * You now have to take a capital to capture the victim's money, loans
1172    or market lots.  Merely obliterating the capital doesn't cut it.
1173    It still makes the victim lose money, though.
1174  * Fix a bug that could theoretically allow sacking of non-existant
1175    capitals of visitors, deities and such.
1176  * You now gain BTUs and MOB_ACCESS mobility before the first update
1177    again.  You didn't since 4.3.10 introduced the ETU clock.
1178  * Fix edit to detect when the edited object changes while it's being
1179    edited.
1180  * Fix xdump nat for relations: it got HIDDEN backwards.  Broken in
1181    4.3.12.
1182  * Fix origin command not to prompt twice for its argument.  Broken in
1183    4.3.0.
1184  * Info file improvements.
1185
1186 Changes to Empire 4.3.14 - Mon May  5 04:57:03 UTC 2008
1187  * Another round of fixes to the fire command:
1188    - Don't disclose where the target retreated to.
1189    - Charge the target shells for returning fire.
1190    - Always use guns when the target is out of range, even if it's a
1191      submarine.  Before, the difference in shell use disclosed whether
1192      the target is a submarine.  Loophole opened in 4.3.12.
1193    - Make depth charges again work with just one shell.  Failing the
1194      command in that case lets players find out whether the target is
1195      a submarine.  Loophole opened in 4.3.12.
1196    - Detect when the firing sector, ship or land unit changes across
1197      the target prompt.  Can be abused to duplicate commodities, and
1198      more.
1199  * Fix parsing of anchor-relative time in update schedule.  Broken in
1200    4.3.13.
1201  * Fix logging of player input in the journal to include command
1202    interruption and EOF.
1203  * Fix oversights in 4.3.12's change to keep track of flying planes:
1204    planes could be erroneously reported damaged by their own ground
1205    strikes.  Happened with missions and the launch command.
1206  * Fix load not load hardened missiles.
1207  * Fix harden not to harden missiles loaded on land units.
1208  * New server option -E to choose what to do on recoverable internal
1209    error.  You can now make the server dump core and keep going (not
1210    implemented for Windows).  New econfig key post_crash_dump_hook to
1211    run a program after crash-dumping.  See scripts/savecore for an
1212    example.
1213  * Journal entries are now flushed to disk right away even when the
1214    server is not running in debug mode.
1215  * Don't let land units load trains.
1216  * Allow deity to display power report for all types of countries,
1217    with power c.
1218  * Fix designate's check for disallowed sector types.  Broken in
1219    4.3.12.
1220  * Documentation fixes.
1221
1222 Changes to Empire 4.3.13 - Tue Apr 15 19:03:11 UTC 2008
1223  * Work around strptime() lossage on some systems.  Fixes the parsing
1224    of the schedule file there.
1225  * New selector maxnoc for xdump version.
1226  * Fix initialization of realms in newcap.  Broken in 4.3.12.
1227  * Fix add for status arguments active, god, delete.  Broken in
1228    4.3.12.
1229  * Info file, manual page and documentation fixes.
1230
1231 Changes to Empire 4.3.12 - Wed Apr  2 05:35:06 UTC 2008
1232  * Fix rounding error in update that could result in more babies than
1233    food permits, and negative food.
1234  * Fix a bug that could lead to unfair thread scheduling under
1235    Windows.
1236  * Fix ship and land unit missile interdiction and ballistic missile
1237    interception to require a proper base.  Before, missiles could
1238    launch from anywhere for that.
1239  * Launch bug fixes:
1240    - Don't allow launching from unowned sectors.
1241    - Don't destroy missiles stuck on foreign ships.
1242    - Use up the supplies required for launching an asat only when it
1243      actually launches.
1244    - Don't ignore satellites' fuel use.
1245  * Deity command newcap now requires its second argument (sanctuary
1246    coordinates).  Before, it tried to pick a suitable location when
1247    none was given.  The code implementing this feature had problems,
1248    and it's not worth fixing, because it is obscure, and rarely (if
1249    ever) used: no conscientious deity would use it for a real game,
1250    and for blitzes fairland does a better job.
1251  * Keep track of flying planes properly.  This fixes a number of bugs:
1252    - While the bomb command awaited pin-bombing target input from the
1253      player, other players could interact with the pin-bombers and
1254      escorts as if they were sitting in their bases: spy them, damage,
1255      capture, load, unload, or upgrade them, even get intercepted by
1256      them.  But any changes to those planes were wiped out when they
1257      landed.  Abusable.
1258    - The bomb command could bomb its own escorts, directly (pin-bomb
1259      planes) or through collateral damage, strategic sector damage,
1260      collapsing bridges or nuke damage.  The damage to the escorts was
1261      wiped out when they landed.
1262    - If you asked for a plane to fly both in the primary mission and
1263      escort, you got charged fuel for two sorties instead of one.
1264  * Plug memory leaks in plane interception.
1265  * Fix trade not to let the buyer teleport satellites (not in orbit)
1266    and asats to an arbitrary sector.  Abusable, because abms
1267    intercepted from anywhere, and satellites could be launched from
1268    unowned sectors.
1269  * The PRNG seed is now logged in the journal.
1270  * Fix nightly build for Windows.
1271  * Fix crash bug that bit when custom tables contained columns names
1272    that existed, but weren't supposed to be in the custom table.
1273  * New timestamp selector for commodity, country, game, loan, nation,
1274    news, realm, trade, treaty to support incremental xdump.
1275  * Deity commands newcap and add wipe the nation more thoroughly.  add
1276    no longer touches relations and flags for status active and god.
1277  * New utility program empdump to export and import game state as
1278    plain text.  Check its manual for details, including limitations.
1279  * Plane, ship and land unit stats are no longer stored as game state,
1280    but recomputed from tech and base stats as needed.
1281  * xdump ver is no longer a special case.  Syntax "xdump ver" is now
1282    deprecated.  Use "xdump version *".
1283  * Fire and torpedo cleanup and bug hunt:
1284    - Plug memory leak in fire command.
1285    - Fix ammunition use when returning fire: resupply could lose
1286      shells when returning fire to multiple targets, and land units
1287      were charged per target instead of just once.
1288    - Interdicting land units now resupply shells automatically, for
1289      consistency with other ways to fire.
1290    - torpedo and fire no longer resupply shells automatically.  The
1291      latter used to resupply land units only.
1292    - Land units no longer have to be in supply to fire actively, for
1293      consistency with other ways to fire.
1294    - Submarines with zero mobility can no longer interdict, for
1295      consistency with other ways to torpedo.
1296    - Fix bugs that let submarines without capability torp use
1297      torpedoes to return fire and interdict.
1298    - Fix torpedo command not to require a line of sight for return
1299      fire and depth charges, and to use torpedo range instead of
1300      firing range for return torpedoes.
1301    - Active fire and interdiction didn't work for ships with zero
1302      firing range, even though return fire and support did.  No such
1303      ships exist in the stock game.
1304    - Let land units with zero firing range and non-zero firing damage
1305      fire, for consistency with ships.  No such units exist in the
1306      stock game.
1307    - Ships required different numbers of military to operate their
1308      guns for the various kinds of fire.  Unify to require 2*N-1
1309      military to fire N guns.
1310    - Ship ammunition use differed for the various kinds of fire.
1311      Unify to use one shell per two guns.
1312    - Forts could fire support even when there were not enough mil.
1313    - Fix automatic shell resupply in several places to supply exactly
1314      the shells actually fired, no more, no less.
1315  * Change depth charges back to how they are documented and worked
1316    before 4.0.6, mostly: require no guns, one military, do damage like
1317    shell fire from three guns (before 4.0.6: two guns), use two
1318    shells.  In 4.0.6's model, they worked exactly like shell fire
1319    (require guns and gun crew, non-zero firing range, damage and
1320    ammunition use scales with available guns), except for missions,
1321    which was a bug.  Note that depth charge damage for all ships is
1322    now like fire from three guns for two shells.  No change for dd; af
1323    did two gun damage for one shell before, and nas did four gun
1324    damage for two shells.
1325  * The edit command keys deprecated in 4.3.3 are now gone.
1326  * Fix build not to screw up automatic dependencies on certain compile
1327    errors.
1328  * Fix a bug that could prevent repeated news from properly
1329    aggregating into one news item.
1330  * Properly initialize all bits in game state files, even those that
1331    aren't used.
1332  * Fix explore's test for stopping on a splashed bridge.  The bug made
1333    explore print to a bogus message.
1334  * Fix spelling of symbol airburst in table plane-flags.  This could
1335    affect clients.
1336  * Change designate not to check total cost before executing the
1337    redesignation.  The code implementing that was buggy and too ugly
1338    to live.  Designate doesn't cost anything in the stock game.
1339  * Always charge land units at least as much mobility for assaulting
1340    from non-landing ships as from landing ships.  Before, marines lost
1341    all mobility when assaulting from a non-landing ship, which could
1342    be less than what the same assault costs from a landing ship (half
1343    an update's worth).
1344  * Fix LWP's stack initialization for -s.  It caused crashes on some
1345    systems.
1346  * Fix confused and buggy bridge splashing code:
1347    - Flying planes could be reported drowned.
1348    - Pin-bombing a bridge head failed to collapse bridge spans for
1349      lack of support, unless the pin-bombing caused collateral damage.
1350    - Corrupt sector file could lead to infinite recursion.
1351  * Relative names now work for econfig keys data and info.
1352  * Fix utility programs to abort on internal errors.  They used to
1353    print a message and attempt to recover.
1354  * Fix off-by-one in fairland that ate the last expansion island.
1355  * Switch from CVS to git.
1356  * Code refactoring and cleanup.
1357  * Portability fixes.
1358  * Info file, manual page and documentation fixes and updates.
1359
1360 Changes to Empire 4.3.11 - Tue Jan  1 18:57:38 UTC 2008
1361  * New sector selector elev.  It's set by fairland, but has no effect
1362    on the game.  It can be useful for deities to customize a world
1363    created by fairland.
1364  * The client now copes with ids greater than 15.  The Empire
1365    protocol currently uses 14 ids.
1366  * Rewrite the client's code for reading server output during login.
1367    The old code could write one byte beyond the end of the buffer
1368    (theoretically a remote hole), got confused by long lines, and
1369    lines that didn't arrive in one piece.
1370  * Long country name, password or user name crashed the client.
1371  * Fix xdump not to deny access to game state tables when maximum
1372    minutes per day are exceeded.
1373  * The server considers a country bankrupt when its treasury is
1374    negative.  Except when it doesn't.  Fix that:
1375    - report misreported countries with $0 as broke.
1376    - If a command spent a few cents more than you had, commands requiring
1377      money became unavailable even when rounding brought you back to
1378      $0.  But logging out and back in then bankrupted you.
1379    - If your treasury rose to exactly $0, commands requiring money
1380      remained unavailable.
1381    - If you had $0, sectors didn't build and sectors and ships didn't
1382      produce at the update.
1383  * Fix a bug in trade that made your money evaporate when a trade fell
1384    through because you couldn't fully pay.  This bug was there since
1385    the introduction of the market in 4.0.0.  It got aggravated by the
1386    removal of forced loans in 4.3.0.
1387  * Fix printing of the new group in army, fleet and wing.  Broken in
1388    4.3.5.
1389  * Fix flash not to screw up the message when the first argument
1390    contains white-space.
1391  * Don't let planes intercept when they are stuck in foreign bases, on
1392    inefficient ships or land units, or on land units loaded on ships
1393    or land units.
1394  * Fix a bug that made interception require petrol to be present even
1395    for planes that don't use fuel (SAMs).  Broken in 4.3.3.  Air
1396    defense missions weren't affected.
1397  * fairland and setsector now limit fertility to 100 instead of 120,
1398    like the other resources.
1399  * Generalize the autonav hack for fishing boats so it covers oil
1400    derricks as well.
1401  * Fix bug in path command that made it swallow every other step.
1402    Broken in 4.2.22.
1403  * The execute command no longer supports redirections and execute in
1404    batch files.  Flaws in the Empire protocol make it next to
1405    impossible for clients to implement that correctly.  See
1406    doc/clients-howto for an explanation.
1407  * Rewrite much of the client's code for sending commands and
1408    receiving server output:
1409    - No longer blocks on sending commands, which could deadlock the
1410      session.
1411    - Fix race condition that could cause server output to be discarded
1412      on EOF on standard input.
1413    - Don't discard server output when reading standard input fails.
1414    - Fix error handling for execute and other, more obscure cases.
1415    - More rigorous error checking for redirections and execute.
1416      Clearer error messages, too.
1417    - Fix execute redirected to file or pipe.  Believed to be broken in
1418      4.2.0.
1419    - The client now creates files for redirections with the same
1420      permissions whether the redirection is in a pipe or not.  Before,
1421      redirections without a pipe created files with no permissions for
1422      group and others.  This change may make your redirected output
1423      visible to other users on your system.  Use the usual controls,
1424      like umask, to restrict permissions to your liking.
1425    - Reject unexpected redirections (violating the protocol).  Before,
1426      they silently replaced the current one, and in the case of pipes
1427      leaked file descriptors and memory.
1428    - Redirections in batch files are not implemented.  They didn't
1429      quite work before, and could leak memory and file descriptors.  A
1430      flaw in the Empire protocol makes them next to impossible to
1431      implement correctly.
1432    - The execute command in batch files is not implemented.  A flaw in
1433      the Empire protocol makes this practically useless anyway.
1434    - Old code leaked memory in various places.
1435    - Unfortunate incompatibility with older servers: if you type the
1436      EOF character (normally ^D) at an argument prompt, the session
1437      hangs.  Use the interrupt character (normally ^C) to get out.
1438  * The client now supports options -h and -v.
1439  * The client no longer zaps its command line in a lame attempt at
1440    protecting users who foolishly specify passwords on the command
1441    line.  Zapping annoys system administrators and creates a false
1442    sense of security.
1443  * Journal entries are now flushed to disk right away when the server
1444    is running in debug mode.
1445  * Fix bugs in load that could make loading operations fail noisily
1446    instead of silently on some systems.
1447  * Server now reliably shuts down session when it receives an
1448    end-of-file condition from the client.  Before, it merely failed
1449    the current command when it got it at an argument prompt.
1450  * Fix bug in execute that could crash the server on some systems when
1451    it prompts for the argument.
1452  * Fix bug that let you check whether a non-allied carrier is
1453    efficient enough for takeoff when one of your planes got stuck
1454    there somehow.
1455  * Fix bug that let you attempt to escort a one-way mission to a
1456    carrier with non-light, non-interceptor escorts.  Such planes don't
1457    fit on carriers, and the command then failed with a bogus error
1458    message.  Before 4.2.17, the planes flew, and the escorts were
1459    teleported home.
1460  * Change the rules for fitting planes on ships slightly, so that the
1461    order of loading no longer matters. Choppers and x-lights can now
1462    use plane slots even when not light.  X-light choppers, which don't
1463    exist in the stock game, can no longer use x-light slots.
1464  * The server now keeps its log file open, just like the journal.
1465  * New server option -R to set the PRNG seed.  This is for
1466    reproducible tests.  Change the Windows-only service uninstall
1467    options from -r/-R to -u/-U.
1468  * Supply a real PRNG for Windows instead of the leaky water-pistol
1469    Windows provides.
1470  * Threads sleeping until a specified time could return early under
1471    Windows.  This could cause missed updates.  Broken in 4.3.10.
1472  * Fix missing newline in show updates.
1473  * Power report didn't factor tech into power correctly.  Broken in
1474    4.3.3.
1475  * Code refactoring and cleanup.
1476  * Info file and documentation fixes and updates.
1477
1478 Changes to Empire 4.3.10 - Thu Sep  6 17:59:53 UTC 2007
1479  * Bridge spans now cost $1000 instead of $2000, and bridge towers
1480    $3000 instead of $7500.
1481  * The Windows port now supports IPv6, but it still needs to be
1482    enabled manually at compile-time.
1483  * The custom table reader detects more errors.
1484  * Do not leak world creation time in files and fairland, because
1485    that facilitates attacks against the PRNG.  This misfeature crept
1486    into 4.3.0.
1487  * Remove the ancient, crufty non-UCONTEXT system-dependent LWP code.
1488    Using it required manual hackery since 4.3.0.
1489  * Plug file descriptor leak in add command.
1490  * Don't kill player connections violently when their thread appears
1491    to be hung.  Threads being aborted by update or shutdown could be
1492    misidentified as hung, and the violence could lead to resource
1493    leaks, locked out updates, and corrupted game state.
1494  * Fix LWP to reliably wake up threads sleeping for a time.  Before,
1495    players with a sufficiently fast connection could starve out system
1496    threads, including the update.
1497  * Fix a class of bugs that made commands behave differently while the
1498    update is attempting to take control:
1499    - No MOB_ACCESS mobility was gained.
1500    - Telegrams were miscounted.
1501    - Bulletins got misfiled as production reports.
1502    - The navigate command ignored sail paths.
1503    - The declare command was more quiet, and declarations of war
1504      failed silently when SLOW_WAR was enabled.
1505    - Many messages got misdirected to bulletins.
1506    Some of these bugs go back all the way to Empire 2, ca 1995.
1507  * New deity command reload, effect similar to SIGHUP.
1508  * Not voting for a demand update no longer lets you veto further
1509    demand updates.  This feature was flawed (it encourages players to
1510    vote late so that they can tactically vote no and thus build up
1511    veto rights), virtually unused, and buggy.  The edit command still
1512    accepts and ignores the country key 'U' for compatibility, but it
1513    is deprecated.
1514  * Fix zdone not to claim to have triggered an update when they're
1515    disabled.
1516  * New update scheduler and ETU clock:
1517    - New schedule file.  See doc/schedule for how to use it.  Replaces
1518      econfig keys update_policy, adj_update, update_times, hourslop,
1519      blitz_time.  A change of schedule does not require a server
1520      restart.
1521    - The force command can no longer force updates in the future.
1522      Edit the schedule file for that.
1523    - New command show updates to show the update schedule.  Obsoletes
1524      the update command.
1525    - New xdump game and xdump updates.
1526    - New utility program empsched to help test update schedules.
1527    - Replace option DEMANDUPDATE and econfig key update_demandpolicy
1528      by econfig key update_demand.
1529    - econfig key update_demandtimes no longer applies to scheduled
1530      demand updates.
1531    - You now receive new BTUs at the update in addition to login.
1532    - You now always gain the same BTUs and MOB_ACCESS mobility per
1533      turn, even when the update schedule changes, updates get missed,
1534      or unscheduled demand updates run.
1535    - Remove the mobupdate command, because porting it to the new ETU
1536      clock is not worth it.
1537  * Redesign of synchronization between commands, update and shutdown,
1538    and how updates are triggered:
1539    - Simplify update to a single thread waiting for the trigger.
1540      Before, three update threads had to perform a carefully
1541      choreographed dance to make updates happen.  The dance relied on
1542      thread priorities for correctness, which are only implemented by
1543      LWP.  With pthreads and under Windows, demand updates were prone
1544      to two update threads starting up concurrently.  Even with LWP,
1545      forced and demand updates could lead to double updates.
1546    - Use a lock for synchronization: commands take it shared, update
1547      and shutdown take it exclusive.  This makes update and shutdown
1548      block until all aborted commands terminated and gave up their
1549      lock.  Before, they proceeded blindly after waiting two or one
1550      seconds respectively, which was cheesy and unsafe.
1551    - New commands no longer fail while the update is pending, they are
1552      delayed until after the update.
1553    - New commands can no longer start during shutdown.  Before, they
1554      could, but risked getting killed violently, possibly corrupting
1555      game state.
1556    - Fix command execution so that commands blocked in writing
1557      redirections are abortable.  The bug allowed players to delay
1558      update and shutdown indefinitely.
1559    - Fix shutdown not to let player threads block on output.  This
1560      let players delay shutdown indefinitely.
1561    - Fix reading of player input not to block again after update or
1562      shutdown aborted it.  The bug allowed players to delay update and
1563      shutdown indefinitely.
1564  * Thread priorities are only implemented by LWP and no longer used.
1565    With LWP, they let players with a sufficiently fast connection
1566    starve out the threads that clean the lost file and kill idle
1567    connections.  Drop them.
1568  * Show nuke rounded required research incorrectly.
1569  * Log unprintable characters as octal escapes rather than question
1570    marks in the journal file.
1571  * The files program no longer changes permissions of existing files.
1572  * The files program now creates all files with permissions ug=rw and
1573    all directories ug=rwx, modified by umask.
1574  * Fix a bug that could make arm, disarm and nuke detonation work with
1575    a used-up nuke instead of the armed one.  This could be abused to
1576    detonate nukes multiple times.  Broken in 4.3.3.
1577  * Fix nuke detonation output for zero blast radius.
1578  * Plug memory leaks in thread code.
1579  * Fix a bug that made LWP I/O wakeup unreliable.
1580  * New march sub-command v for view.
1581  * Journal was initialized before threads were, which was wrong.
1582  * Fix server not to create a journal on SIGHUP when it is disabled.
1583  * shutdown 0 now requests immediate shutdown instead of cancellation
1584    of a pending shutdown.  shutdown -1 now cancels.
1585  * flash and wall no longer split long message lines.
1586  * Fix a bug in collect that screwed up a fully collected loan instead
1587    of deleting it.  The screwed up loan could not be sharked or
1588    collected, but it could be repaid.
1589  * Remove the wait command, it's been broken and restricted to deity
1590    since Empire 2, ca. 1995.
1591  * Budget failed to take sector production into account for predicting
1592    unit repairs.  Before 4.3.6, this bug bit only when you fooled
1593    around with budget priorities.
1594  * When unit repairs are limited by materials, the efficiency gain is
1595    now rounded down.
1596  * Ship repairs outside harbors and plane repairs by carriers used to
1597    consume commodities when and as far as available.  Now, they
1598    consume the same fraction of the real cost of each commodity,
1599    i.e. commodity use is limited by the most scarce commodity.
1600    Neither old nor new behavior make much sense, but the new code is
1601    simpler.
1602  * Code refactoring and cleanup, in particular to make the Windows
1603    port less ugly.
1604  * Portability fixes.
1605  * Info file and manual page updates.  All manual pages are now
1606    installed in section 6.
1607
1608 Changes to Empire 4.3.9 - Sat Jan  6 12:42:19 UTC 2007
1609  * Fix declare to prevent the deity from changing relations for a
1610    player to self.  Allow the deity to set the relations of a player
1611    towards the deity.
1612  * Fix arm not to put the same nuke on multiple planes (broken in
1613    4.3.3).
1614  * New option AUTO_POWER.
1615  * Sectors now repair allied land units.
1616  * Sectors now repair only own and allied planes.
1617  * Fix repair of planes on foreign carriers: repair allied planes,
1618    ignore the others.  Before 4.3.3, carriers destroyed rather than
1619    repaired foreign planes.  Since 4.3.3, foreign planes were treated
1620    as recoverable error.
1621  * Fix automatic fortification of land units to use all excess
1622    mobility even when mobility delta exceeds mobility maximum.
1623  * Disable automatic fortification of land units when MOB_ACCESS is
1624    on, because it is prohibitively slow then (broken in 4.2.13).
1625  * Budget now shows level production (tech, education, research and
1626    happiness) rounded instead of randomly rounded.
1627  * Fix update not to randomly flush small level production to zero.
1628  * Fix overly restrictive game file locking under Windows (broken in
1629    4.3.8).
1630  * Fix navigate to charge mobility for sweeping mines without moving
1631    (broken in 4.3.6).
1632  * Code cleanup.
1633
1634 Changes to Empire 4.3.8 - Fri Oct 20 18:30:28 UTC 2006
1635  * Ships no longer produce stuff when the government is broke.
1636  * Fix land unit casualties in revolts.
1637  * Fix security units not to raid friendly che.
1638  * Fix update sequence to ensure stopped sectors don't work on the
1639    ships, planes and land units in the sector.  Before 4.3.6, this bug
1640    bit only when you fooled around with budget priorities.
1641  * Fix canal loading (was broken in 4.3.0).
1642  * Fix tend not to tend land units that could not be loaded.
1643  * Make xdump command available before break, but deny access to game
1644    state.
1645  * Lock game files to prevent concurrent access by multiple programs.
1646    fairland does not yet obey the lock.
1647  * Fix production to consider sector item limit.
1648  * Fix swapsector to update coastal flag correctly (broken in 4.3.0).
1649  * Enhanced mapping sub-commands in move, test, explore and transport.
1650  * Code cleanup.
1651  * Info file fixes.
1652
1653 Changes to Empire 4.3.7 - Fri Jul 14 23:05:19 UTC 2006
1654  * Sanctuaries are again fully populated with civilians (4.3.6 changed
1655    the limit, but not the population).  Food is now spread evenly
1656    among them.
1657  * Fix path finder to find shortest naval and aerial paths again
1658    (broken in 4.3.4).
1659  * transport's map sub-command now does the right thing for a unit
1660    number argument.
1661  * Fix bug in map sub-command of move, explore and transport that
1662    passed junk to map command.  Could theoretically crash.
1663  * Food need reported by starvation was one short for sectors without
1664    food.
1665  * Change land unit ammunition use back to what it was before 4.2.3.
1666    This lets deities customize ammunition use independent of damage.
1667    It also substantially reduces ammunition consumption at high tech.
1668  * navigation and march enhancements:
1669    - Sub-command 'f' now takes an optional ship / land unit number.
1670    - Mapping sub-commands now take an optional ship / land unit
1671      number.
1672    - New sub-command 'd' to drop mines.
1673  * Let minesweepers retreat at their full speed (missed in 4.3.6).
1674  * SUPER_BARS cannot be harmed, so don't interdict them.
1675  * Don't let trains and non-trains march together for now, because the
1676    march code isn't prepared for that.
1677  * New mapping flag 'n' to show nukes.
1678  * Mapping flag '*' now shows nukes as well.
1679  * New command nbmap to bmap around a nuke.  Overload command nmap to
1680    map around a nuke when given a nuke argument.
1681  * Fix an inconsistency that gave tactical bombers a small bonus
1682    vs. flak when pin-bombing.
1683  * Fix production to show the designation that actually produces, not
1684    the designation as it is now (broken in 4.3.6).
1685  * Fix accidental whitespace change in output of sdump, pdump and
1686    ldump that crept into 4.3.5.
1687  * Support user-defined sector types and products in custom tables,
1688    not just customization of existing ones.
1689  * Fix off-by-one bug in budget that used to be masked by budget
1690    priorities until their demise in 4.3.6.  The bug could crash the
1691    game on certain systems.
1692  * Code cleanup.
1693  * Info file fixes.
1694
1695 Changes to Empire 4.3.6 - Tue Jun 20 18:46:18 UTC 2006
1696  * The shutdown command now terminates the server process correctly
1697    even with LinuxThreads pthreads under Linux 2.4 and earlier.
1698  * Cope with old versions of groff (broken in 4.3.0).
1699  * You can now arm allied planes with nukes.
1700  * Taking a nuke off a plane gives it to the sector owner again.
1701    Feature was accidentally dropped in 4.3.3.  Recipient must be
1702    allied.
1703  * Naval path went bananas for impassable end sectors (broken in
1704    4.3.1).
1705  * New econfig key disabled_commands.
1706  * New territory selector dterr, restricted to deities.  The territory
1707    command defaults to it for deities.
1708  * Let land units attack as long as they have positive mobility,
1709    except for high-mobility terrain (mountains), where the rules
1710    remain as they were: land units need to have all the mobility
1711    charged for the attack, not counting combat and moving in to
1712    occupy.  Rationale: Making sure your land units reach attack
1713    positions with enough mobility left is a pain in the neck.
1714    Requiring only positive mobility is friendlier, but allowed rushing
1715    of mountains, so we make an exception there.
1716  * Can typeset info pages as PostScript.  Result isn't exactly pretty.
1717  * Support disabling of infrastructure in infra custom table.  Remove
1718    redundant option DEFENSE_INFRA.  show command now shows only enabled
1719    infrastructure.
1720  * Fix crash on empty argument in bmap, lbmap, lmap, map, nmap, pbmap,
1721    pmap sbmap, smap (broken in 4.3.1).
1722  * New, simpler sector mobility cost formula:
1723    - The basic cost is still a linear function of sector efficiency,
1724      with customizable cost at 0% and at 100%.  The latter used to be
1725      derived from the former.  The show command shows both parameters
1726      now.
1727    - Mountains are no longer a special case.
1728    - Tweak costs: mountains now range from 2.4 to 1.2 instead of 2.174
1729      to 1.304, highway, bridge head, bridge span and bridge tower
1730      range from 0.4 to 0.001 instead of 0.2 to 0.001, and wilderness
1731      is 0.4 flat instead of 0.6 to 0.4.  All sector types mortal
1732      players can designate now cost the same at 0%.  That's a feature.
1733    - Road infrastructure now reduces cost up to 90%, linear in road
1734      efficiency (used to be close to that, but non-linear).  Same for
1735      rail infrastructure, but 99%.  Adapted from Ice World V.
1736    - Double land unit minimum cost to 0.02, to slow them down on
1737      highways.
1738    - Change land unit cost penalty in newly taken land to an extra 0.2
1739      instead of a minimum of 0.2, to reduce penetration depth.
1740  * Reduce bridge head defense and collect value to match highway's.
1741  * sinfrastructure displayed bogus rail mobility costs when there was
1742    no rail.
1743  * Retreating engineers took full landmine damage instead of half.
1744  * Fix socket creation code not to print a null pointer.
1745  * Fix login option code not to search beyond end of table (broken in
1746    4.2.21).
1747  * Spy planes and satellites can no longer spot landspies.
1748  * Spy planes can now spot surface ships at sea.  They can no longer
1749    spot land units loaded on ships or land units.
1750  * Fix train retreat mobility cost, and don't permit retreat off rail.
1751  * Change maximum population to 100 for plains (was 49), mountains
1752    (was 99), bridge spans and bridge towers (was 999), and to 1000 for
1753    the other habitable sector types (was 999).
1754  * Let minesweepers navigate at the speed their stats indicate by
1755    letting them sweep on the move at no extra mobility charge.
1756  * Reduce chance for planes to abort from 100-eff (if eff<80) to
1757    80-eff.  This should make it easier to punch through air defense,
1758    flak in particular, and increase the risk of getting shot down.
1759  * Ship and land unit flak intensity is now proportional to efficiency.
1760  * Ship and land unit flak intensity is no longer scaled by the tech
1761    of the owner of the last thing firing.  It's still scaled by each
1762    thing's tech.
1763  * All ships and land units firing flak now spot the plane and are
1764    spotted by the plane.  Previously, spotting stopped as soon as flak
1765    maxed out.
1766  * Inefficient land units were overcharged mobility when reacting.
1767    Broken when Empire3 changed land unit mobility use not to depend on
1768    efficiency, except for supply units.
1769  * New journal file to log complete player input plus selected
1770    important events.  Controlled by new econfig key keep_journal, off
1771    by default.
1772  * Fix unsafe shutdown on SIGINT and SIGTERM.
1773  * Fix land unit path finding: paths weren't always cheapest (broken
1774    in 4.0.2), and trains could be sent down paths without rail (never
1775    worked).  Also fixes unit reaction path cost.
1776  * The custom table reader can now deal with sector, item, product and
1777    infra tables more comfortably.
1778  * Remove option BIG_CITY.  Deities can customize the sect table to
1779    get the same effect.
1780  * Many more selectors can now be compared with names, not just
1781    numbers.  This includes nations, e.g. census ?old=Mirkwood.  Does
1782    not fully work for queer names like &&&.
1783  * Let land units on missions support, just like ships.
1784  * Don't let units loaded on a train react.
1785  * Change update sequence to repair ships, planes and land units after
1786    sectors produce.  This makes repairs use new avail instead of old.
1787  * Let players stop and start units.
1788  * Remove budget priorities.
1789  * Make plane report easier to understand.
1790  * Change land report to show carriers in the same format as plane and
1791    nuke report do.
1792  * Code cleanup.
1793  * Info file and manual page fixes.
1794
1795 Changes to Empire 4.3.5 - Sun May 28 07:49:54 UTC 2006
1796  * In conditionals, ~ compared to a string selector now stands for an
1797    empty string.
1798  * Change encoding of `not in any group' from " " to "".  This makes
1799    fleet=~ work.  It also affects xdump.
1800  * Fix plane capture code to clear wing.
1801  * People now eat and starve exactly the same in sectors, ships and
1802    land units.  There used to be small differences, and civilians and
1803    uw loaded on land units didn't eat at all.  The starvation command
1804    has been updated accordingly.
1805  * Fix bug that makes it impossible to assault or board with land
1806    units (broken in 4.3.4).
1807  * Code cleanup.
1808
1809 Changes to Empire 4.3.4 - Thu May 25 05:46:10 UTC 2006
1810  * Don't use non-portable groff features (broken in 4.3.0).
1811  * Work around potential crash bugs in command argument access.
1812  * Plug major information leak through nation selectors (broken in
1813    4.2.21).  The fix unfortunately exchanges the meaning of xdump
1814    nation and xdump country.  Sorry about that.
1815  * Minimize redundancy between (mortal's) xdump nation and xdump
1816    country.
1817  * New nation selector rejects.
1818  * xdump nation now shows foreign relations and no longer discloses
1819    hidden relations.
1820  * Fix crash bug in edit.
1821  * Fix number of planes building in budget command (broken in 4.3.3).
1822  * Selectors group, fleet, wing and army are now strings, and obvious
1823    syntax like fleet#a works.  xdump also shows the strings now.
1824    Units not assigned to a group currently have group string " ", but
1825    that may still change.
1826  * Don't fold conditionals to lower case, because it breaks valid
1827    conditionals like fleet#A.
1828  * Mobility cost of a plane sortie is no longer limited to current
1829    mobility + 32.
1830  * Various formulas no longer truncate or round intermediate results.
1831  * Interdiction mission charged twice the normal mobility cost for
1832    torpedoes.
1833  * Fix sail not to interpret negative x-coordinates as unsail
1834    argument.
1835  * Improved configure script.
1836  * Code cleanup.
1837
1838 Changes to Empire 4.3.3 - Tue May 16 21:35:47 UTC 2006
1839  * power c can now show powerless countries.  power c * works.
1840  * Fortresses now require 5% efficiency to return fire and interdict.
1841  * Range of ship return fire and support fire no longer depends on
1842    efficiency.
1843  * Fix heap smash in login command client.  Remote hole!
1844  * Properly destroy nukes on collapsing bridges.  Before, you could
1845    rescue them by building a new bridge or arming them on naval
1846    planes.
1847  * Nukes are now numbered like other units:
1848    - New selector type replaces selectors number and types.
1849    - New selector plane points to plane armed with this nuke.
1850    - New selectors effic, mobil, tech, group, opx, opy, mission,
1851      radius.  Provided because all units have them; values are
1852      currently not interesting.
1853    - nuke command output redesigned.
1854    - ndump output changed subtly: nukes are no longer sorted by
1855      location, nukes in the same location no longer share id, and
1856      nukes on planes are shown.
1857    - transport nuke now works like transport plane.
1858  * arm and disarm now accept the common plane syntax, not just plane
1859    numbers.
1860  * Fix arm to let you change an armed plane's air-burst/ground-burst
1861    (broken in 4.2.6).
1862  * territory no longer re-prompts when supplied with a bad argument,
1863    it just fails.
1864  * edit lets you edit stuff that is actually computed from other
1865    state, like sector's coastal flag.  This makes no sense and is now
1866    deprecated.  Stuff deprecated since 4.2.15 is now gone.
1867  * Code cleanup.
1868
1869 Changes to Empire 4.3.2 - Thu Apr 27 17:59:58 UTC 2006
1870  * Fix security units' raid at the update (broken in 4.0.0, fixed only
1871    for 100% units in 4.2.7).  Back out 4.2.7's 2.5x deadliness
1872    increase.  Make sure empty units don't kill anyone.
1873  * Fix bug in player_init(), which was most likely fatal on 64 bit
1874    hosts.  Broken in 4.3.0.
1875  * Fix xdump not to disclose other countries' realms (new in 4.3.0).
1876  * The order in which sectors were visited for `*' arguments disclosed
1877    the real origin, fix.  Mapping commands used to work around this
1878    bug, until 4.3.1 exposed it there as well.
1879  * Code didn't compile on some systems.
1880  * Fix edit plane not to truncate large values for keys 'a' and 'd'.
1881
1882 Changes to Empire 4.3.1 - Sat Apr 15 11:40:47 UTC 2006
1883  * Fix check of game state on server startup (new in 4.3.0).
1884  * sail now accepts a destination sector.
1885  * Tend could send bogus bulletins (broken in 4.3.0).
1886  * Plug memory leaks in mission command.
1887  * Close loophole in navigate that allowed players to find all sectors
1888    that are unfriendly or inefficient harbors or bridges.
1889  * Server didn't start when default econfig was missing and user
1890    didn't supply one with -e (broken in 4.3.0).
1891  * Retreat condition 'h' (helpless) never worked, fix.
1892  * Fix retreating mine sweepers to use mobility for sweeping.
1893  * Fix retreating land units to hit mines with the same probability
1894    and to take the same damage as in normal movement.  Before,
1895    hit probability was higher, and damage was lower.
1896  * Ships could retreat into sectors owned by whoever made them
1897    retreat, but not in their owner's sectors.
1898  * Fix 'm' at the movement prompt of transport and test.
1899  * Fix march and test not to apply conditionals to sectors mapped,
1900    which led to spurious error messages.
1901  * Fix break not to respect conditionals.  The bug let players keep
1902    sanctuaries.
1903  * Fix retreat code not to respect conditionals.  Attackers could
1904    abuse this to suppress fleet and army retreat orders.
1905  * Fix retreat and edit to zero-terminate retreat paths.
1906    Theoretically abusable for gaining information.
1907  * Fix format string crash bugs in load, spy and bomb.
1908  * Fix the telegram editor: empty telegrams were broken in 4.2.21, and
1909    ~p before the first line of text never worked.
1910  * Fix ancient bridge building race condition that could break the
1911    test whether the player can afford the bridge.
1912  * Fix trade lot change detection in set command.  Can probably be
1913    abused to defraud sellers.
1914  * The pthread code now compiles under Solaris.
1915  * navigate and march now permit any whitespace between route and
1916    optional argument for radar, lookout, sonar, not just spaces.
1917  * Fix canal navigation (was broken in 4.3.0).
1918  * Info file fixes.
1919
1920 Changes to Empire 4.3.0 - Sun Mar 19 08:13:10 UTC 2006
1921  * version no longer pretends option SHIPNAMES still exists.
1922  * Remove files auth and ban.  They could be used to restrict client
1923    address and user.  Restricting user is useless, because players can
1924    send whatever they want.  Banning IPs is better done with a packet
1925    filter.  That leaves restricting deity IPs.  Provide new econfig
1926    key privip for that.  Apply it to session kill as well as login.
1927  * xdump escapes GUINEA_PIGS status:
1928    - xdump is now enabled unconditionally.
1929    - xdump sect now dumps selector coastal, because it can't be
1930      reliably computed from other xdump information.
1931    - New xdump realm and country.  Realm information is now stored in
1932      a separate file, with appropriate selectors.
1933    - Reviewed for completeness and information leaks.  See info xdump
1934      for remaining issues.  New treaty selector uid, nat selectors
1935      relations, contacts.  Removed useless selectors: news and lost
1936      uid, nat dayno.
1937    - Command syntax changed.
1938    - xdump opt is no more, option information is now in xdump ver.
1939    - xdump can now dump meta-data.
1940    - Header and footer changed to be more compact.  You now need
1941      meta-data to identify fields.
1942    - Bug fixes.
1943    - Documentation in doc/xdump.
1944  * New econfig key builtindir.
1945  * New econfig key custom_tables lets you customize configuration
1946    tables without recompiling.  Customizing tables other than unit
1947    tables is not recommended for now.  See doc/econfig for
1948    instructions.
1949  * Check configuration and game state are sane on server startup.
1950  * Remove option NONUKES and NEUTRON.  Deities can load a suitable
1951    nuke table to get the same effect.
1952  * Remove option DRNUKE.  Use econfig key drnuke_const to control
1953    whether nukes need research.
1954  * Disqualify land units from performing missions while loaded on
1955    ships or trains.
1956  * Fix dump for strings without terminating zero.
1957  * Fix login command option not to send an extra prompt.
1958  * zdone now displays information about demand update vetoing.
1959  * The Windows port now requires Winsock version 2.
1960  * Remove econfig key powe_cost.
1961  * version report now shows all the configurable settings of interest
1962    to players.
1963  * carg and lcarg now display people as well.
1964  * ldump now dumps civ and uw as well.
1965  * Fix dangling pointer dereference in dogfighting code.
1966  * Tell sector owner when partisans take over.  But don't disclose che
1967    casualties then.
1968  * emp_server, files, fairland now support options -h and -v.
1969  * Simplify baroque version numbering to a single version number.
1970    This affects output of version.
1971  * New show item and show news.
1972  * New build process:
1973    - Follow the usual steps: configure; make; make install.  The
1974      latter is optional.  The only file deities still have to edit is
1975      econfig.
1976    - Use GNU Autoconf for system configuration.
1977    - Use GNU Make for portability and features.
1978    - Support separate build trees.
1979    - Remake out-of-date dependencies automatically.
1980    - Remake out-of-date info files automatically.
1981    - Flatten info directory.
1982    - Formatted info files are no longer distributed in source tarball.
1983    - Use LWP only with UCONTEXT.  Autoconfiguring the other LWP
1984      low-level options doesn't seem to be worth the effort, as
1985      UCONTEXT should be pretty portable.
1986  * Fix use of freed memory in sail.
1987  * sail could let large ships enter big cities.
1988  * Fix reject and accept not to require contact.
1989  * Fix sharebmap and telegram to prompt for a missing first argument.
1990  * Fix report to align column research correctly for deities.
1991  * When the optional newspaper argument doesn't work because HIDDEN is
1992    enabled, complain instead of ignoring it silently.
1993  * When BLITZ is enabled, fairland no longer permutes country numbers
1994    in newcap_script so that start islands are ordered from top left to
1995    bottom right.
1996  * Minimize output format differences between options:
1997    - census shows column fall regardless of FALLOUT.
1998    - show nuke now shows column res regardless of DRNUKE.
1999    - report no longer suppress column status when HIDDEN is enabled.
2000      HIDDEN limits status information like for the country command.
2001    - relations column width differed depending on option SLOW_WAR.
2002      Always use the wider format.
2003  * Fix a bug in edit that suppressed the player notification telex on
2004    military reserve change.
2005  * Fix command dispatch not to let deities use commands that are
2006    declared not to be available to them.  The only command affected is
2007    break.
2008  * Fix the list command for visitor.
2009  * econfig key m_m_p_d no longer applies to deities.
2010  * Fix the origin command for country #0.  Allow moving origin to
2011    another country's origin.  Allow deities to reset origin to
2012    absolute 0,0.  This turns origin into a superset of the offset
2013    command.  Remove offset command.
2014  * Fix a bug that caused unpredictable flak damage when it should have
2015    been maximum damage (was broken in 4.2.19).
2016  * Don't store initial capital location, remove the associated nat
2017    selectors xstart, ystart.
2018  * Fix production command to consider resource depletion.
2019  * Fix justification of coordinate output in cutoff and mission.
2020  * Option UPDATESCHED is no longer optional.  Disabling it didn't
2021    work anyway.
2022  * Support IPv6.
2023  * Turn options into ordinary econfig keys.
2024  * New econfig key start_cash.
2025  * BTU regeneration now depends on the capital's work percentage.
2026  * nation now supports an optional argument that lets deities ask for
2027    somebody else's nation report.
2028  * Fix nation to display SANCTUARY instead of VISITOR for countries in
2029    sanctuary.
2030  * Fix capital to let you use a regained sacked capital without
2031    activating another one in between.
2032  * Don't move capital when it is sacked.
2033  * New ship capability canal, replacing obscure formula based on build
2034    materials.
2035  * You now need a capital to request a demand update.
2036  * power now ignores landspies.
2037  * Fix LWP stack checking.
2038  * Clean up LWP, drop dead machine-specific code, fix portability bugs
2039    in UCONTEXT code.
2040  * census now shows the old owner instead of `*'.  dump is unchanged
2041    to avoid breaking clients.
2042  * peek no longer prints the old owner.
2043  * When a bombed land unit retreated, collateral damage was applied to
2044    the wrong sector.
2045  * paradrop, drop and fly can no longer abandon the base sector.
2046  * Tending foreign ships now sends a bulletin to the owner.
2047  * Fix bug that permitted login for inactive countries, including ""
2048  * Fix tend for spies.
2049  * Change launch to fire all missiles selected at the same target.
2050    Previously, it prompted for a new target after each missile.
2051  * add, consider, build, launch and fire no longer re-prompt when
2052    supplied with a bad argument, they just fail.  Consequently, the
2053    build command no longer lets you list types you can build.  It
2054    points to the show command instead.
2055  * Fix add not to truncate country number.
2056  * Fix selector coastal to be accurate at all times.
2057  * Fix obscure bug in fairland: the sector added last to an island
2058    wasn't considered coastal.  Affected resource computation.
2059  * Fix sector wiping in add command.
2060  * Remove options NO_LCMS, NO_HCMS, NO_OIL.  They were broken in many
2061    ways.  Custom configuration tables should become a serviceable
2062    replacement eventually.
2063  * Client no longer freezes on long lines of server output.
2064  * Fix uninitialized signal mask bugs.
2065  * Fix Windows service code's treatment of -e.
2066  * Sub interdiction disclosed sub owner through news' actor selector.
2067  * country reports on all countries, but carefully limits information
2068    disclosed to mortals.  Output format changed.
2069  * Market no longer forces sellers to grant loans.
2070  * Fix potential crash bug in set command.  Friendlier prompt and
2071    diagnostics.
2072  * Substantial code cleanup and portability fixes.
2073  * Extend empfile abstraction to cover game configuration.
2074  * Overhaul of game state storage.
2075  * The above includes major contributions from Ron Koenderink.  Many
2076    thanks!
2077
2078 Changes to Empire 4.2.23 - Sun Oct 23 09:28:26 UTC 2005
2079  * Make version pretend option SHIPNAMES still exists, for the benefit
2080    of clients that still depend on it.
2081  * The change to conv in 4.2.22 could crash or compute incorrect
2082    maximum population.
2083  * Info updates missing in 4.2.22.
2084  * A few code cleanups.
2085
2086 Changes to Empire 4.2.22 - Tue Oct 11 20:23:51 UTC 2005
2087  * Log player login, logout and session kill.
2088  * Close loophole in assembly point rules that allowed players to find
2089    all unowned sectors.  The assembly point must now be owned by you
2090    or an ally, or you or an ally must have a ship there.
2091  * Don't let embarked land units fire flak.
2092  * Fix display of the last connection's host when the host name was
2093    not resolved.
2094  * Fix change command to accept full length representative (password),
2095    currently 19 characters.  It used to chop off after eight
2096    characters.
2097  * Non-recon missions no longer establish contact to owners of
2098    overflown sectors, because those missions do not identify the
2099    owner.  This matches info Hidden.
2100  * The following events now establish contact:
2101    - Catching a spy
2102    - Sighting a ship when toggle coastwatch is off
2103    - Spotting overflying planes
2104    - satellite spotting land units
2105    - lookout and llookout spotting ships, planes and land units
2106    - Any relations change
2107  * The country command's `temporary' state of disorder ended after
2108    ten years.
2109  * Telegram notifications could get lost in exotic circumstances,
2110    e.g. while a second client attempted to connect.  Can be abused for
2111    stealthy attacks.
2112  * Remove option SNEAK_ATTACK.
2113  * Fix lboard not to let you board dead land units.
2114  * Fix stack smash in bomb, drop, fly, paradrop, recon and sail.
2115    Remote hole!
2116  * bomb, drop, fly, paradrop, recon and sail now deal with EOF
2117    correctly.
2118  * Fix fly to let the player abort the command at the last prompt.
2119  * Client no longer reads execute scripts in binary mode under
2120    Windows.
2121  * New econfig key listen_address.
2122  * econfig key port can now be a service name.  Service empire no
2123    longer takes precedence over econfig.
2124  * Client falls back to compiled-in host only if environment doesn't
2125    supply one, not if it can't be resolved.  Same for port.
2126  * Oil derrick could extract slightly more oil than was in the ground.
2127  * test command checked start sector for space and some other things
2128    instead of end sector.
2129  * convert now silently limits conversions to avoid exceeding maximum
2130    population.
2131  * shoot no longer limits you to 999 victims.
2132  * 4.2.19 broke pin-bombing commodities on some platforms.
2133  * Don't block on output while update is pending.  This is required to
2134    ensure the update can abort commands.
2135  * Commands submitted while the update is waiting for commands to
2136    abort now fail.
2137  * The force command no longer waits for the specified time.  It
2138    starts a scheduling thread instead, just like shutdown.
2139  * Correct grammar and punctuation in output of version.
2140  * Option SHIPNAMES is no longer optional.
2141  * Fix output of qorder and sorder for ships with sail path.
2142  * Don't change capital to agribusiness on retake.  From Pat Loney.
2143  * bdes prompt for new designation was messed up for empty bmaps.
2144  * Client now supports pipes under Windows.
2145  * Care for subtle Windows socket incompatibilities.
2146  * Fix strength command not to lie about units reacting into
2147    mountains.
2148  * strength now yields the processor periodically, to keep the game
2149    responsive.
2150  * Schedule commands more fairly.  Previously, a sufficiently fast
2151    player could starve out the others.
2152  * launch assumed plane maximum mobility 127 for calculating when
2153    satellites will be ready to use.
2154  * Drop support for for DCE threads.
2155  * Drop support for pthread implementations lacking pthread_kill().
2156    This includes ancient versions of OS X.
2157  * Code cleanups.
2158  * Minor info file fixes.
2159  * The above includes major contributions from Ron Koenderink.  Many
2160    thanks!
2161
2162 Changes to Empire 4.2.21 - Sat Jul 16 17:51:01 UTC 2005
2163  * Don't let threads block on output to another player thread's
2164    socket.  Such blocking violates basic design assumptions and can
2165    cause all kinds of grief.  In particular, it causes player session
2166    hangs under Windows with 4.2.20.  Broken since the introduction of
2167    flash and asynchronous telegram notification many years ago.
2168  * Threads sleeping until a specified time could return early under
2169    Windows.  This could cause double-updates.
2170  * Fix fallout damage (was broken in 4.2.19).
2171  * Fix show sector s (was broken in 4.2.19).
2172  * Fix deliver not to deliver friendly civilians into occupied
2173    sectors.
2174  * Fix mil duplication in board (was broken in 4.2.14).
2175  * Fix stack smash in lrange, shoot and execute.  Remote holes, and
2176    the last one doesn't even require authentication.
2177  * Fix crash bug in emp_config parsing.
2178  * Fix buffer overruns in turn and shutdown.
2179  * Fix second argument of shutdown.
2180  * announce, pray, telegram and turn now abort on EOF.
2181  * Fix display of MOTD and game down message of maximum size.
2182  * Correctly support telnet line termination on input.  Previously,
2183    carriage returns could slip into ship names and such.
2184  * Fix flash not to lie about recipients that are just logging in.
2185  * Remove obscure login command list.
2186  * Convert client from obsolete termcap to terminfo, and clean up
2187    terminal handling.
2188  * New fairland option -h to print usage information.  Improved
2189    command line syntax diagnostics.  Exit unsuccessfully on unknown
2190    options.
2191  * fleet and army now copy retreat orders of the fleet's or army's
2192    first member with group retreat orders in the same sector.
2193    Previously, they used the retreat orders of the first fleet or army
2194    member, which is less than useful, and failed to take ownership
2195    into account, which is an abusable bug.
2196  * New xdump nation.
2197  * Fix xdump not to disclose other countries' losses.
2198  * Fix exit status of files program when it can't create files.
2199  * Support UTF-8 encoded Unicode in human-human communications.  This
2200    affects MOTD, game down message, telexes, announcements and flash
2201    messages.  See new doc/unicode for technical details.
2202  * New login command `options' for client/server option negotiation.
2203    See new doc/clients-howto for technical details.  The only option
2204    so far is utf-8.
2205  * emp_client -u now requests UTF-8.  This requires a terminal that
2206    understands UTF-8.
2207  * Fix news for land unit defensive support.
2208  * Properly mark sea mines hit by retreating ships.  Unmark mines
2209    cleared by bridges.
2210  * Fix diagnostics for unknown selector names in conditionals (was
2211    broken in 4.2.20).
2212  * Fix selector name clashes: rename ship selector mobquota to mquota,
2213    land selector for reaction range limit from rad to rmax.
2214  * Fix Windows services for relative file names on command line or in
2215    econfig (was broken in 4.2.20).
2216  * econfig keys ship_grow_scale, plane_grow_scale and land_grow_scale
2217    are now float.  This gives deities finer control over maximum
2218    efficiency gain.
2219  * Fix production command for sectors with 60% efficiency.
2220  * Improve syntax of read for deities.
2221  * Code cleanups.
2222  * Some info topic names differed only in case, which loses on
2223    case-insensitive file systems, and is a bad user interface even
2224    when it works.  Change those names.  Rename deity command hidden to
2225    peek because its info topic clashed with that of option HIDDEN.
2226  * Thanks to Doug Wescott sheep are finally covered properly in info.
2227  * Documentation fixes.
2228  * Much of the above was contributed by Ron Koenderink.  Many thanks!
2229
2230 Changes to Empire 4.2.20 - Tue Mar 22 21:07:18 UTC 2005
2231  * When units in different sectors marched, only units in the sector
2232    with the highest-numbered unit were interdicted.  A marching
2233    non-spy made all marching spies visible to interdiction regardless
2234    of location.
2235  * Fix crash when interdiction sinks second ship in a sector.  Broken
2236    in 4.0.10.
2237  * Fix an ancient bug in simulation of level production that clobbered
2238    stack and could lead to low predictions, typically zero, which
2239    screwed up budget.  The bug had no effect until 4.2.19.
2240  * When a sector revolts, and there wasn't enough space to liberate
2241    all uw, the number of remaining uw got the wrong sign.  Broken in
2242    4.2.14.
2243  * Log and abort when LWP stack check detects stack smash.  Server
2244    option -s no longer implies -p.
2245  * The native Windows build now supports -p and -s.
2246  * The native Windows build now properly deals with ^C when running in
2247    the foreground.  It no longer prompts for a quit command on the
2248    terminal.
2249  * The meaning of server option -D in presence of -e is unclear.
2250    Other programs only support -e.  Remove option -D.  Use -e
2251    DIR/econfig instead of -D DIR.
2252  * New server option -v shows version information.
2253  * Fix the server's exit status with -h.  Broken in 4.2.19.
2254  * The linux-pthreads build failed to shut down on signals.
2255  * Fix threading bugs in the native Windows build that made shutdown
2256    unsafe and screwed up update aborting commands.
2257  * New econfig key pre_update_hook to allow automatic, safe backup
2258    right before the update.  See scripts/backup for an example.
2259  * The server now prints log messages to stderr as well when running
2260    in the foreground.
2261  * Fix potential buffer overflows in logerror() and lwpStatus().
2262  * Server now requires POSIX signals.  It no longer catches SIGUSR1.
2263  * Remove support for ancient versions of HP-UX.
2264  * Fix seeding of PRNG broken in 4.2.19.
2265  * Don't reseed the PRNG in commands, it hurts randomness and could be
2266    abused by crafty players.
2267  * The server now makes the data directory its working directory.
2268    This also gets rid of a bug that changed the file name of the
2269    sector, power, nation and lostitems file unless econfig could not
2270    be read.
2271  * The server now writes a pid file.  Thanks to Daniel O'Connor.
2272  * More user friendly server startup: more errors are detected while
2273    the server still runs in the foreground, which makes it possible to
2274    complain to stderr and to exit unsuccessfully.
2275  * Early log messages went to the log file in the default data
2276    directory, even though econfig specifies another data directory.
2277  * Specifying an econfig file on the command line that can't be read
2278    is now fatal.
2279  * Errors in econfig are now fatal.
2280  * The server now refuses to start when it can't open data files.
2281  * News are now sorted and expire sanely.
2282  * Conditionals can now compare strings as well.
2283  * Corrupted down and motd files could cause buffer overflows.
2284  * Fix recon to let player abort at the flight path prompt.
2285  * power no longer rounds worldwide numbers for deities.
2286  * power command failed to recognize deities with non-zero country
2287    number.
2288  * Change output of production command so that columns are aligned
2289    even for large values.  Replace column wkfc by more useful column
2290    avail.
2291  * neweff and production miscalculated work when mil exceeded
2292    population limit.
2293  * neweff miscalculated work when the population limit exceeded 999.
2294  * Fix capping of avail when a big city is torn down.
2295  * Fix a bug in fire that allowed players to find all submarine uids.
2296  * Maximum sector population is no longer hardcoded, and now covered
2297    by xdump.  Option RES_POP now affects mountains and plains as
2298    well.  From Ray Hyatt.
2299  * Fix fina and news not to ignore errors in conditions.
2300  * The native Windows build now requires Windows Sockets 2.
2301  * The native Windows build now supports multiple instances of the
2302    service.  The ability to supply additional startup parameters to
2303    the service has been removed.
2304  * Implement fairland command line parsing under Windows.
2305  * Improved fairland and emp_server usage message.
2306  * Code cleanups.
2307  * Minor info file and documentation fixes.
2308  * Much of the above was contributed by Ron Koenderink.  Many thanks!
2309
2310 Changes to Empire 4.2.19 - Thu Dec 23 20:24:24 UTC 2004
2311  * Fix order not to unload into full sectors.
2312  * Fix scrap not to dump stuff into full sectors.  Excess stuff is now
2313    destroyed.
2314  * Fix distribute not to conjure up a civilian when importing
2315    civilians from a dist center that doesn't have any.
2316  * Fix flak to resupply no more shells than actually needed.
2317  * Fix rounding error in shoot that could result in more people shot
2318    than actually there.
2319  * Fix info and apro error handling.  In particular, do not leak
2320    potentially sensitive information on the server to players.
2321  * info no longer shows a random matching page when the topic argument
2322    is ambiguous.  Instead, it lists all matching topics.
2323  * Embarked land units and overflying planes no longer spot each
2324    other.
2325  * Fix show command to show only sectors that players can designate
2326    (was broken in 4.2.18).
2327  * Fix a rounding error in production command column `max'.
2328  * Fix production command for overpopulated mountains and plains.
2329  * Fix tradeship ally cut to match documentation.
2330  * Fix plague, which was was broken in 4.2.14: it got stuck in stage I.
2331  * Fix a bug in aerial sonar where ships could mask submarines with
2332    the same number modulo 256.
2333  * Don't allow bombing of subs that were not detected.
2334  * MOTD and the game down message are now entirely separate: use `turn
2335    motd' for the MOTD, and `turn on' and `turn off' for the game down
2336    message.  `turn on' no longer lets you edit the MOTD.
2337  * Remove option NUKEFAILDETONATE.
2338  * Option ORBIT is no longer optional.
2339  * New option GUINEA_PIGS to control experimental stuff not ready for
2340    prime time.  If your deity enables this in a serious game, run!
2341  * Many xdump fixes.  xdump is now enabled by option GUINEA_PIGS.
2342  * New ship and land selectors rflags, rpath.
2343  * New ship selectors for order: xstart. xend, ystart, yend,
2344    cargostart, cargend, amtstart, amtend
2345  * New ship selectors for sail: mobquota, path, follow.
2346  * New news selector uid.
2347  * Implement command line parsing under Windows where it was missing.
2348  * emp_server and and files print a usage message on command line
2349    syntax errors.
2350  * Fix how emp_server exits after being panicked by a signal.  It can
2351    now dump core when this happens.
2352  * Fix bug in client that could crash it when a line of input starts
2353    with '?'.
2354  * Client now gets user name from environment variable LOGNAME if set,
2355    else from system.
2356  * The native Windows build can now run as a service.
2357  * Redirecting client input now works under Windows.
2358  * Code cleanups.
2359  * Don't confuse work with loyalty in info Citizens.
2360  * Minor info file and manual page fixes.
2361  * Much of the above was contributed by Ron Koenderink and Marc
2362    Olzheim.  Many thanks!
2363
2364 Changes to Empire 4.2.18 - Tue Sep  7 14:08:59 UTC 2004
2365  * Fix info to accept abbreviated arguments under Windows.  From Ron
2366    Koenderink.
2367  * Buying planes or land units loaded on something didn't work when
2368    that something moved.
2369  * Fix a bug that could produce update cascades with update policy
2370    UDP_TIMES.
2371  * Fix delivery and distribution to grant packing bonus only to
2372    efficient sectors, just like move.  Previously, delivery ignored
2373    efficiency, and distribution behaved as if it were an efficient
2374    sector without special bonuses.
2375  * New sector selectors loyal, access; ship selectors radius, access,
2376    xbuilt, ybuilt, builder, name; plane selectors radius, access,
2377    theta; land unit selectors radius, react, nland, access; lost
2378    selector id.
2379  * Fix sector selectors che, che_target; plane selectors att, def;
2380    nuke selector types; treaty selector exp; news selector time;
2381    commodity selectors type, xbuy, ybuy.
2382  * Option PLANENAMES is no longer optional.
2383  * Ensure config parameter variables and their description in
2384    configkeys[] are consistent.  Inconsistencies there caused bugs in
2385    the past.  From Marc Olzheim.
2386  * Complain if econfig file can't be read.
2387  * Better messages for errors in econfig file.
2388  * Remove unused econfig keys hard_tech and last_demand_update.
2389  * New econfig key news_keep_days to configure news expiry.
2390  * New econfig key anno_keep_days to configure announcement expiry.
2391  * Fix announcement expiry.  It leaked file descriptors and memory,
2392    and could corrupt the anno file.  From Ron Koenderink.
2393  * New command xdump: experimental extended dump.  Disabled for now.
2394  * Bankers no longer round down debts, and they collect interest for
2395    the time debtors are idling at sub-prompts.
2396  * Loan interest calculation was broken at the due date and after a
2397    last payment made at the due date.  With luck, debtors could abuse
2398    this to repay loans cheap (they couldn't gain cash, though), sharks
2399    to purchase loans cheap, and creditors to collect excessively.
2400  * Fix major bug in transport that allowed two cooperating countries
2401    to duplicate items.
2402  * Don't report interdiction damage twice when transporting planes.
2403  * Fix message for attempting to transport a plane in a sector not
2404    owned by the player.
2405  * Fix confusing diagnostics when refusing to improve defense because
2406    option DEFENSE_INFRA is off.
2407  * Simplify confusing code in budget.
2408  * Fix spacing in output of budget and show.
2409  * Change one-way plane sorties to match ordinary sorties: offer
2410    carriers regardless of the sector they're in, require carriers to
2411    be efficient.
2412  * Allow `realm #'.
2413  * Don't print owner of incoming missile twice when intercepting it.
2414  * Simplify constituent storage in product characteristics.
2415  * Replace remaining `variables' leftovers; mainly in unit
2416    characteristics.
2417  * Remove leading spaces in deity unit dumps.
2418  * Replace inappropriate uses of compile time constant ETUS by 60.
2419    Deities don't change ETUS, they change etu_per_update by editing
2420    econfig.  This nonsense dates back at least to chainsaw 3.31.
2421  * Change ship production (fishing and drilling for oil) to match
2422    sector production.  Ship efficiency and tech are now relevant, and
2423    all people on board work.  From Ron Koenderink.
2424  * Code cleanups.
2425  * Minor info file fixes.
2426
2427 Changes to Empire 4.2.17 - Mon Aug 16 16:21:53 UTC 2004
2428  * Fix seeding of PRNG under Windows.  The bug made updates occur at
2429    a predictable time in the update window.  From Ron Koenderink.
2430  * Close major loophole in drop that allowed players to determine
2431    whether an arbitrary sector is sea, allied land, or other land.
2432  * fly could fly civilians into occupied sectors.  For consistency
2433    with other means to move around stuff, this is no longer possible.
2434  * Don't allow flying to a carrier that doesn't have space for the
2435    planes.  Previously, planes that did this were teleported home,
2436    which could be abused.
2437  * Close loophole in bomb that allowed players to find all
2438    sanctuaries.
2439  * Fix move and explore not to crash when moving civilians to a sector
2440    without civilians, and interdiction destroys them all.  Found and
2441    debugged by Jeff Cotter.
2442  * Fix printing of messages entered with turn command.  '%' characters
2443    could cause havoc, even crashes.
2444  * Use sector's actual maximum population to compute chance of plague
2445    outbreak.  Previously, code used 9999 for big cities and 999 for
2446    other sectors, and info Plague said 999.  This makes all crowded
2447    sectors equally vulnerable, even mountains, plains, and inefficient
2448    big cities.
2449  * Oil derricks no longer drill and deplete more oil than they can
2450    hold.  From Ron Koenderink.
2451  * Version 4.2.15's coordinate and list parsing fixes reject trailing
2452    junk.  That's too strict.  Silently ignore trailing junk as long as
2453    it starts with whitespace.
2454  * Version 4.2.15's selector rewrite broke some type literals,
2455    e.g. `?des=n' was interpreted as `?des=newdes'.  Change to prefer
2456    type literals to selectors.
2457  * Nightly build patches game to get repeatable PRNG results.  From
2458    Marc Olzheim.
2459
2460 Changes to Empire 4.2.16 - Wed Jun 16 18:56:16 UTC 2004
2461  * Previous version broke sector production when part of the work is
2462    used for sector construction.  Fix courtesy Jeff Cotter.
2463  * Add rudimentary tests to nightly build.  From Marc Olzheim.
2464
2465 Changes to Empire 4.2.15 - Wed May 26 17:55:58 UTC 2004
2466  * test command no longer asks whether to abandon the sector.
2467  * explore command could generate a bogus `lost' record when it
2468    regains an abandoned start sector.
2469  * edit command now properly updates stats when editing tech level of
2470    ships, planes or land units.  A few of these stats can be edited
2471    separately, which doesn't make much sense, and is now deprecated.
2472  * edit command no longer accepts efficiency values that would destroy
2473    the edited unit.  Deities can still delete units by setting the
2474    owner to zero.
2475  * upgrade command used to charge an amount of avail that didn't match
2476    info upgrade.  Neither the implemented nor the documented amount
2477    made much sense.  Change it to 15% of the full build cost.  Rewrite
2478    info upgrade.
2479  * Commands upgrade and build could be off by one when reporting
2480    required avail.
2481  * upgrade command reported rounded cost but charged unrounded
2482    cost.  Round cost of upgrade down to match behavior of build.
2483  * Upgrading planes now preserves range when it is less than the
2484    maximum range.  It used to set it to the new maximum range.
2485  * show bridge and show tower no longer claim bridge building requires
2486    `workers' (whatever that is), since it doesn't.
2487  * Replace option ROLLOVER_AVAIL by econfig parameter
2488    rollover_avail_max, which is the maximum amount of avail that rolls
2489    over.  Previously, avail was limited after rollover, and even when
2490    ROLLOVER_AVAIL was off.  Fix that.
2491  * Ships weren't always charged mobility for firing with option
2492    NOMOBCOST off.
2493  * Fix shell use of return torpedoes.
2494  * designate no longer complains twice about deity only designations.
2495  * Ensure designate zaps efficiency only when sector type really
2496    changes.
2497  * Fix strength to always report mines to deities.
2498  * Remove option SHIP_DECAY.
2499  * Fix bug in sonar that could crash or yield unpredictable results
2500    near the true origin.
2501  * Fix buffer overflow in flash and wall.
2502  * Fix wall not to strip out first word of message.
2503  * Change market and order to use item types instead of mnemo
2504    characters internally.
2505  * Market now reports sales with full item names instead of single
2506    letter codes.
2507  * buy now requires first argument to be an item name, as documented.
2508  * production command handled production backlog incorrectly, failed
2509    to limit production for production efficiency greater than one,
2510    e.g. agribusiness, and incorrectly limited raw material
2511    consumption.  Also fix a rounding error.  With help from Ron
2512    Koenderink.
2513  * Sector work was accidentally truncated to even.
2514  * Fix coordinate parsing for large numbers when WORLD_X or WORLD_Y
2515    don't divide SHRT_MAX+1.
2516  * Properly diagnose over-long unit lists.
2517  * Rewrite selector code.  Old code let players smash the stack by
2518    supplying too many conditions.  New code properly rejects ambiguous
2519    abbreviations and prefers exact matches.  Selectors with names that
2520    collide with types, like land units' rad and spy, now work.
2521    Selectors with non-integral values, like land units' att, now work.
2522  * survey used to display hundreds for everything but variables.  Now
2523    it displays hundreds only for values that can be large.
2524  * Rewrite info survey.  Document ability to survey properties other
2525    than items and resources.
2526  * Rewrite info build, since it was inaccurate and poorly structured.
2527  * Fix info fire on required military.  From Marc Olzheim.
2528  * New fairland argument -R to set the PRNG seed.  Print the seed.
2529    This allows you to recreate the same world again.
2530  * New facilities to deal with internal errors.  These crash when the
2531    server is started with -d, which is appropriate for debugging, and
2532    potentially disastrous for running a real game.
2533  * Automated nightly builds.
2534  * Code cleanups.
2535
2536 Changes to Empire 4.2.14 - Mon Mar 22 09:04:12 UTC 2004
2537  * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
2538  * Gripe about unknown options in econfig.
2539  * Remove option GRAB_THINGS.
2540  * Utility program files takes new option -f.
2541  * Remove utility programs land, ore and perfect, which don't compile
2542    since 4.2.0 (Oct '98).
2543  * fairland no longer warns when it added resources, but when it
2544    didn't.
2545  * Fallout code could claim destruction of more items than actually
2546    existed.
2547  * Fix recursive resupply (resupply from supply land unit triggering a
2548    resupply of the land unit) when just testing for how much can be
2549    resupplied.  The bug could have led to insufficient resupply.
2550  * Fix recursive resupply not to consume all fuel in supply units.  No
2551    supply units consuming fuel exist in the stock game.
2552  * Limit delivery and distribution thresholds to ITEM_MAX (9999).
2553    Distribution threshold were previously limited to 10000, and
2554    delivery thresholds to 65528.
2555  * Limit items in sectors to ITEM_MAX (9999).  Commands give and buy
2556    used to limit to 9990.  Market transactions and commands explore,
2557    move, drop and fly to 32767.  Limiting in autonav code (order
2558    command) didn't work.  Item delivery used to stop at 9990,
2559    distribution at 9999.  Food growing and sector production used to
2560    stop at 9999.  Grind, assault lunchboxes, demobilization, mine
2561    sweeping and che liberating uw could theoretically attempt to
2562    increase items beyond 65535, which would have been ignored
2563    (destroying the increase).
2564  * Properly saturate fallout at FALLOUT_MAX (9999).  Previously,
2565    fallout increases behaved inconsistently.  Increases beyond 65535
2566    could get ignored, or fallout could saturate at 9999, or it could
2567    overflow at 65536 (that would take quite some nuking, though).
2568  * Properly saturate mines at MINES_MAX (65535).  Previously, a mining
2569    operation that would have gone beyond 65535 was ignored.
2570  * Fix `are we loading or unloading' tests for load, unload, lload and
2571    lunload.
2572  * Fix editing of land unit attack and defense values.  Implement
2573    editing of ship defense values.  Contributed by Ron Koenderink.
2574  * edit now edits che number and target separately.
2575  * Fix edit to properly extend unit files.  Contributed by Ron
2576    Koenderink.
2577  * Major internal reorganisation: Sectors need space for items,
2578    deliveries and distribution thresholds.  To save space, the
2579    ancients invented `variables': a collection of key-value pairs,
2580    missing means zero value, space for `enough' keys.  This
2581    complicates the code, as assigning to a `variable' can fail for
2582    lack of space.  Over time, `enough' increased, and for quite some
2583    time now `variables' have been *wasting* space.  Replace them,
2584    except in unit characteristics, where they are read-only, and will
2585    be replaced later.  This also removes misfeatures like plague
2586    outbreaks silently deleting deliveries.
2587  * Remove disabled commands dissolve and mult.  Remove configuration
2588    parameters minmult and maxmult.
2589  * trade command indexed an array out of bounds when attempting to
2590    display the plague as commodity.  Fix.
2591  * New make goal interix.  Contributed by Ron Koenderink.
2592  * The type selector now prefers an exact match to a partial match.
2593    ?type=sb now selects sb, not sbc, even when sbc happens to be found
2594    first.
2595  * Value of selector sell was always zero, remove it.
2596  * Clean up selector code.
2597  * satellite now displays all sectors owned by other players, and none
2598    else.  It used to display all but sea, mountains, sanctuaries,
2599    wasteland and wilderness.
2600  * map commands now display wilderness and plains owned by other
2601    players as '?'.  Radar commands now display all wilderness and
2602    plains as '?'.
2603  * Fix power timestamp for Windows.  Contributed by Ron Koenderink.
2604  * Make client abort the current command on ^C under Windows, as
2605    everywhere else.  Contributed by Ron Koenderink.
2606  * Command line parser interpreted trailing whitespace as an another
2607    (empty) argument.  Ignore it instead.
2608  * Properly declare stuff in headers, include proper system headers.
2609    Remove all nested external declarations.  Source code is now fully
2610    prototyped.  Enable appropriate gcc warnings.
2611  * Fix several type errors.  Some may have been show-stoppers on big
2612    endian machines where sizeof(long) != sizeof(int).
2613  * Remove pre-ISO C compatibility cruft (hey, it's been only fifteen
2614    years).
2615  * Various portability fixes.  Some bugs may have been show-stoppers
2616    when sizeof(long) != sizeof(int).  With help from Marc Olzheim and
2617    Ron Koenderink.
2618  * Move some code to more logical places.  Remove some unused code,
2619    some of which was hard to port.
2620  * The files program could print error messages to a log file in some
2621    circumstances.  Make it print to stderr.
2622  * deliver can now change direction without changing the threshold.
2623  * deliver now provides appropriate context when prompting for
2624    thresholds.
2625  * Login command play no longer ignores up to two arguments if there
2626    isn't a third one.
2627  * Fix payoff (was broken in 4.2.13).
2628  * Capability fish didn't work together with capability oil.
2629  * Fix and clarify plague outbreak chance in info Plague.
2630  * Fix RES_POP maximum population in info Research.
2631  * Fix info telegram and info announce on ~ escapes.
2632  * Update info Selector to match code.
2633  * Document all undocumented unit capabilities and stats.
2634  * Document submarines' ability to carry landspies.
2635  * Fix info shoot on security units.
2636  * Various small info file fixes.
2637  * Many fixes in the troff macro package for info files.
2638  * Many fixes for translating info files to HTML.
2639  * Many info file markup fixes.
2640
2641 Changes to Empire 4.2.13 - Fri Feb 13 22:12:36 UTC 2004
2642  * Source code reindented and cleaned up somewhat.
2643  * Various small info file fixes.
2644  * Fixed change requiring 254 BTUs even when not charging any
2645    (BLITZ).
2646  * Fixed tactical non-marine missile crash.
2647  * Fixed spy unit detection chance for eff<100.
2648  * Fixed output of sorder.
2649  * `edit' can now work non-interactively.  Contributed by Ron
2650    Koenderink.
2651  * Fixed and extended edit for sectors.
2652  * Fixed use of errno.
2653  * Minor security fix: doconfig now writes example auth entry as
2654    comment.
2655  * Fixed reading of country name and password in client for Windows.
2656  * Replace use of some obsolete non-portable library functions by
2657    portable equivalents.
2658  * designate now warns about redesignated capital only when it
2659    succeeds in redesignating the capital.
2660  * attack could be off by one when reporting required unit mobility.
2661  * Fixed command matching.  Unique prefixes were not always
2662    recognized, and junk suffixes were ignored.
2663  * Removed bestdistpath.  bestpath yields the same results.
2664  * Renamed lstats to lstat for consistency and to match info page.
2665  * Fixed non-portable fd_set * arguments of select().
2666  * New `map' flag `h' to highlight own sectors.  Contributed by Marc
2667    Olzheim.
2668  * Fixed `sabo' reporting damage to player in deity coordinates.
2669  * New option ROLLOVER_AVAIL.  Contributed by Drake Diedrich.
2670  * Fix Windows server shutdown on reading "quit" from stdin.
2671  * Land units now fortify automatically when mobility plus growth
2672    exceeds the maximum.  With code from Marc Olzheim.
2673  * Wandering che are less predictable.
2674  * Land units no longer regenerate mobility faster while it is
2675    negative.
2676  * Fixed emp_client -k.
2677  * No longer allow pirates to ferret out where a ship was built.
2678  * Fixed map commands to reject bmap flags `t' and `r' instead of
2679    turning into bmap.
2680  * Fixed lmine shell resupply.
2681  * News no longer call all sub-launched missiles nuclear.
2682  * Incoming missiles are now reported with coordinates.
2683  * Removed some code that served no purpose except crashing on
2684    Windows.
2685  * Fixed Mac OSX and AIX build problems.
2686  * Don't resolve player IP addresses for now, because it can crash
2687    with certain versions of GNU libc.
2688  * Fixed recording of lost nukes.
2689
2690 Changes to Empire 4.2.12 - Mon Aug 18 16:54:21 MDT 2003
2691  * Corrected contact information for Wolfpack.
2692  * Sector isn't abandoned until move or explore is complete.
2693  * Fixed multiple cases where return value of getstarg() was
2694    used without being checked which crashed the server.
2695  * Used stdarg.h instead of varargs.h.
2696  * Call only_subs and save result before mission frees attacker
2697    list.  Call with free list could cause server crash.
2698  * Fixed spy sat map for units on opposite side of world wrap.
2699  * Don't sleep in main thread when called from signal handler.
2700  * Fixed error checking in pthreads.
2701  * Properly detach pthreads.
2702  * Pass unlocked mutex to pthread_mutex_unlock.
2703  * Cope with interrupted sleep in pthread empth_sleep to prevent
2704    double update.
2705  * Added server configurable update window.
2706  * Initialized variables passed to setsockopt in accept.c.
2707  * Fixed bug where sharing bmap with uncontacted country crashes
2708    server.
2709
2710 Changes to Empire 4.2.11 - Sun Sep  1 09:54:59 MDT 2002
2711  * Added compile option for the Mac OSX architecture.
2712  * Fixed bug in cargo where unit array was indexed by shp_maxno
2713    instead of lnd_maxno.
2714  * Fixed bug in reject where aborting the command crashes the
2715    server.
2716  * Can't buy land units into enemy headquarters.
2717  * Added sabotage command and commando unit.
2718  * Spies moving by themselves will not trigger interdiction.
2719  * Fixed error in map distance calculation that caused errant
2720    interdiction.
2721  * Ships going under -127 mobility will be set to -127 mob and
2722    not roll over to positive mobility.
2723  * Corrected plane cost in info Maintenance.
2724  * Changed error message for loans rejected for being too big.
2725  * Land units will take casualty damage proportional to their
2726    ability to carry mil.
2727  * Fixed bug where "route i *" crashes server.
2728  * Cannot upgrade planes in orbit.
2729  * Fixed bug in declare with deity aborting command at last
2730    prompt crashes the server.
2731  * Coastwatch notify works with NO_FORT_FIRE option.
2732  * Thread that kills idle connection will charge player for
2733    minutes the player was logged on.
2734  * Removed separate sendeof at end of execute from emp_client
2735    that logged players off on certain platforms.
2736  * Updated player idle counter during read prompt so players
2737    wouldn't be kicked off during long flashes or writing telegrams.
2738  * LOSE_CONTACT will work as advertised.
2739  * Allied units marching through 0 mobility conquered sectors
2740    are charged at least LND_MINMOBCOST.
2741
2742 Changes to Empire 4.2.10 - Mon Aug 13 14:34:39 MDT 2001
2743  * Assault can reinforce own sector when SLOW_WAR is enabled.
2744  * emp_client no longer converts lines into tags but still verifies executes,
2745    pipes, and file redirect match players input.
2746  * Added pboard command to capture enemy planes in your territory.
2747  * Declaring war when at Sitzkrieg won't return relations to Mobilizing.
2748  * Declaring war won't charge money if you're already Mobilizing.
2749  * Added multiple territory fields.
2750  * "show nuke build" displays the proper avail.
2751  * retreating land units will only retreat to sectors owned by the player
2752    that owns the unit.
2753  * added hard cap of "250 + easy" to limit_level.
2754  * education p.e. calculation divides edu constant by etu per update.
2755  * Added patch for Linux for the PowerPC.
2756
2757 Changes to Empire 4.2.9 - Sun Jan  7 15:49:13 PST 2001
2758  * Fixed data corruption when bogus target gets fired upon.
2759  * Increased size of ancillary stacks to prevent stack overflow.
2760  * Changed all references to empire.cx.
2761  * Ships, planes, and land units lost to lack of maintenance will now be
2762    lost.
2763  * No longer allowed to sack deity's capital.
2764  * Accuracy calculation in land unit support was backwards.
2765  * Corrected formula for likelihood of plague in info Plague.
2766  * Fixed files to correctly size map and bmap files from econfig file.
2767  * No longer allowed to add country 0.  It corrupts deity country.
2768
2769 Changes to Empire 4.2.8 - Mon Oct  9 17:35:35 MDT 2000
2770  * Fixed range in radar.t and Sector-types.t.  Maximum range at infinite
2771    tech is 16.
2772  * Changed so that player can't drop civilians into occupied sectors.
2773  * Fixed bug that crashes update if etus/update is less than 8.
2774  * Fixed sometimes not reporting overflights
2775  * Fixing flak for units/ships to be in all sectors as they should be
2776  * Updated order of firing flak in Flak.t.
2777  * Fixed 80% efficient planes on ships must be maintained.
2778  * Fixed initial MOB_ACCESS check thread sleep time was set by an uninitialized
2779    variable.
2780  * Removed "TEMPORARILY DISABLED" message from mission command for escort
2781    missions.  Escort missions have been re-enabled since 4.0.15.
2782  * Using sonar from the navigate command will print the sonar map.
2783  * Eliminated annoying error messages when using navigate with conditionals.
2784  * Fixed Technology.t to correctly add 1 before taking the logarithm.
2785  * Fixed bug that allowed players to steal opponents maps.
2786  * Put time limit for bidding on market and trade in econfig file.
2787  * Moved hours file information into econfig file.
2788  * Added comments on setting update policy in econfig file.
2789  * Added logging of cases where write extends data file by more than one id.
2790  * Option MARKET is turned off by default.
2791
2792 Changes to Empire 4.2.7 - Fri Mar 10 18:41:04 PST 2000
2793  * Added new NF_SACKED flag to indicate when a country has had it's
2794    capital sacked.  This flag is only cleared when the country actively
2795    redesignates it's capital using the "capital" command, and changed
2796    capital.t to reflect this (no more re-sacking after an update if the
2797    country doesn't reset and repeating until they are out of cash.)
2798  * Added land unit to edit command for planes.
2799  * Added nuketype to edit command for planes.
2800  * Changed so that if the leader of a group of units is a train, the
2801    railways are used for bestpath instead of roadways.
2802  * Changed mission command to also print reaction radius of reserve
2803    missions when set for land units.
2804  * Changed Flak.t to reflect guns having to be loaded onto a land unit
2805    for flak to fire.
2806  * Changed so that visitor countries cannot change their name or password.
2807  * Changed so that you cannot upgrade deity planes, ships or units.
2808  * Changed so that you know where missions are flown from.
2809  * Changed so that the airport owner you fly a mission from is informed.
2810  * Changed so that preperations for takeoff are reported to the owner of
2811    the sector, ship or unit a plane is taking off from if it is not owned
2812    by the owner of the plane.
2813  * Changed so that when a sector reverts during a guerrilla revolt, the
2814    mobility is not reset.  When MOB_ACCESS is not enabled, this used to mean
2815    you would always get at least an updates worth of mobility.  With
2816    MOB_ACCESS, sectors that reverted during the update were useless, since you
2817    got no mobility for a long time.  This fixes that problem, and makes che
2818    more useful as well.
2819  * Changed so that air defense missions don't always send up every plane in the
2820    area, but instead always send up at most two times the number of incoming
2821    planes (for each interdicting country.) This helps to stop 1 plane from
2822    stripping the mobility from 25 air defense planes all at once, but doesn't
2823    limit it to n+1 as there is for regular interception.
2824  * Clarified deity reversion of sectors in Sector-ownership.t
2825  * Clarified production efficiency and added pointer to "show sector cap"
2826    in Product.t
2827  * Clarified nuketype selector for planes in Selector.t
2828  * Clarified that fortifying units does not affect mission status in info
2829    pages for mission and fortify.
2830  * Clarified fuel syntax upon error in fuel command in empmod.c.
2831  * Cleaned up comments causing minor complaints in some builds.
2832  * Fixed bug in loans where you could collect on proposed loans.
2833  * Fixed production command to be more accurate (though it *still* has some
2834    rounding errors, it's better.)
2835  * Fixed potential memory leak in air defense missions.
2836  * Fixed bug where you couldn't pinbomb some commodities if other commodities
2837    didn't already exist in the sector.
2838  * Fixed bug where you couldn't build 0 crew planes without military in the
2839    sector.  (This is different from needing at least 1 military to build all
2840    planes that need a crew which introduced another related bug earlier.)
2841  * Fixed bug where scrapping land unit 0 could cause erroneous transfer
2842    messages to be displayed for deity owned planes.
2843  * Fixed bug where land units on ships in a sector taken over were blown
2844    up or captured.
2845  * Fixed bug where planes on ships in a sector taken over were blown up
2846    or captured.
2847  * Fixed bug in sdump printing origx and origy in deity coordinates.
2848  * Fixed bug in satellites showing wrong sectors (sometimes) when using the
2849    optional arguments.
2850  * Fixed bug in launch showing wrong satellite target (showed asat instead
2851    of the target satellite.)
2852  * Fixed bug where you could gain information not normally available using
2853    the "fire" command to determine sector type information.
2854  * Fixed bug in market/trade creating extra money when loans are taken out.
2855  * Fixed problem with land units not being reported sunk after being sunk
2856    on a ship that was nuked or wastelanded in a sector.
2857  * Fixed problem with Spies.t using "llook" instead of "llookout".
2858  * Fixed problem in lwp/arch.c including jmp_buf.h instead of setjmp.h
2859    on some Linux boxes.
2860  * Fixed problem with plague infection being way too high in cities when
2861    the BIG_CITY option is enabled.
2862  * Fixed bug in edit command getting confused with arguments.
2863  * Fixed bug in ask_move_in_off asking you to move in a negative number of
2864    troops (hey, it could happen. :) )
2865  * Fixed bug in add command not keeping flags or relations initially correct.
2866  * Fixed bug in torpedo command sometimes telling victim about torpedo
2867    sightings even when way out of range.
2868  * Fixed bug in spy command not reporting planes in adjacent sectors, as well
2869    as not formatting them properly when reporting them.
2870  * Fixed bug in satellite with noisy transmission causing a potential
2871    crash of the server with non-100% efficient satellites.
2872  * Fixed potential crashing of the server during satellite display when not
2873    calculating distances to ships and units correctly.
2874  * Fixed bug where planes in non-allied sectors, ships and units could be
2875    used on missions.
2876  * Fixed bug where planes on the trading block could be used on missions.
2877  * Fixed bug where planes and units that get traded don't have mobility set
2878    correctly when using MOB_ACCESS option.
2879  * Fixed bug which made security units virtually useless.
2880  * Fixed access times and mobility not being set right when building planes,
2881    ships, units, bridges and bridge towers when MOB_ACCESS is enabled.
2882  * Fixed minor formatting problem with launch of satellites.
2883  * Fixed minor formatting problem with planes with greater than 999 tech.
2884  * Fixed minor formatting problem with ships with greater than 999 tech.
2885  * Fixed problem with "llook" showing up in TOP info file.
2886  * Fixed problem with lwp Makefile choking on NT builds with clean target.
2887  * General cleanup of potentially ambiguous statements.
2888
2889 Changes to Empire 4.2.6 - Fri Jun  4 05:55:20 PDT 1999
2890  * Added "TECH_POP" as an option where technology costs more to make
2891    as your population grows past 50K civilians.  It is disabled by
2892    default.
2893  * Changed "produce" command to accurately print what the true p.e. is.
2894  * Changed "update" command to display if mobility updating is enabled for
2895    MOB_ACCESS option.
2896  * Fixed bug where toggling off the coastwatch flag also turned off
2897    forts firing on hostile ships coming into range.
2898  * Fixed bug where assaulting your own land would violate any treaties
2899    you have where assaults are a violation.
2900  * Fixed bug where all planes (even those without need for a crew, such
2901    as missiles) needed at least 1 military to build.
2902  * Fixed bug where when a ship sinks during the update due to lack of maint,
2903    land units and planes on it were left stranded.
2904  * Fixed bug where when a land unit dies during the update due to lack of
2905    maint, land units and planes on it were left stranded on it.
2906  * Fixed bug where nukes could be lost due to MOB_ACCESS updating mobility
2907    while arming.
2908  * Fixed bug in "show sector capabilities" not showing products correctly.
2909  * Fixed bug in "show tower build" printing "bridges" instead of "bridge
2910    towers".
2911  * Fixed bug in sectors that don't revolt not showing up as lost items.
2912  * Fixed bug where maps with an X of exactly 200 is not drawing third line.
2913  * Fixed bug where MOB_ACCESS was not updating the mobility just before
2914    the update.
2915  * Fixed bug in the way treaties are examined and sometimes produce
2916    wrong results.
2917  * Fixed edit to allow creating negative mobility for sectors.
2918  * Fixed setsector to allow creating negative mobility for sectors.
2919  * Fixed bug where when writing out the value of a sector that had
2920    negative mobility and was damaged in combat, mobility was being
2921    set back to 0.
2922  * Fixed Taxes.t info page to reflect that captured civvies only pay
2923    1/4 taxes.
2924  * Fixed Technology.t info page to reflect TECH_POP option.
2925  * Fixed navigate.t info page to reflect that only ships in the fleet
2926    in the same sector that are fired upon have damage divided up.
2927  * Made techlists toggle on by default (so things are shown in order of
2928    technological advances.)
2929
2930 Changes to Empire 4.2.5 - Mon Mar  1 06:42:24 PST 1999
2931  * Added optimization to increasing mobility to check if an object is
2932    already at max mob, just return since it can't be increased.
2933  * Added "-ltermcap" for client libs for hp build (it was already in
2934    hpux build.)
2935  * Added clearing of telegram flags after the update so that the next
2936    telegram is flagged as new and not part of the update.
2937  * Fixed Update-sequence.t to reflect MOB_ACCESS.
2938  * Fixed bug where fortification amount was not being limited to
2939    maximum mobility for land units (land_mob_max).
2940  * Fixed bug where land unit fortification strength was being calculated
2941    by using 127 instead of land_mob_max.
2942  * Fixed bug where scrapping land units was creating military.
2943  * Fixed description of sect_mob_neg_factor in econfig file.
2944  * Increased speed of PT boats.
2945
2946 Changes to Empire 4.2.4 - Tue Feb  2 05:47:44 PST 1999
2947  * Added check to make military values match up correctly for land
2948    units.
2949  * Fixed bug in doconfig not putting ipglob.c in the right place.
2950  * Fixed bug where attacking deity sectors will violate a treaty.
2951  * Fixed newspaper.t information file.
2952  * Fixed potential bug in fixing up timestamp information when restarting a
2953    game with MOB_ACCESS turned on.
2954  * Fixed bug in explore command not setting mobility to correct
2955    value when MOB_ACCESS was enabled.
2956  * Fixed bug in enlist setting mobility incorrectly sometimes.
2957  * Added doc/backup file for deities which recommends how backups and
2958    restores of the data directory should be done.
2959
2960 Changes to Empire 4.2.3 - Wed Jan 13 06:02:35 PST 1999
2961  * Added linux-pthreads target and build for using pthreads under Linux.
2962  * Added NO_FORT_FIRE option which disables the ability of forts to
2963    fire when enabled.
2964  * Added more error checking and recovery for corrupt data files.
2965  * Changed alphapos target to alpha-pthreads for better clarity.
2966  * Changed fairland to allow 0 sector distance to other islands and
2967    continents (James Risner)
2968  * Changed "frg" and "dam" land unit stats to "rng" and "fir" so they
2969    match the way ships are described (since this is how they really work.)
2970  * Changed Unit-types.t to now describe "rng" as firing range of a unit,
2971    and "fir" as the number of guns that a land unit fires.
2972  * Cleaned up misc. build warnings.
2973  * Changed artillery damage to be 5 + d6 per gun firing from just d6
2974    per gun firing and updated Damage.t to reflect this change.
2975  * Changed artillery firing ranges to be like ships ranges - divided
2976    by two, and modified them to make more sense.
2977  * Changed artillery units to be "slightly" :) more powerful.
2978  * Changed "cavalry" unit to tech 30 and lowered mil content to 20.
2979  * Changed "artillery" unit to tech 35.
2980  * Changed so that guns are no longer required to build units, and
2981    that guns must be loaded onto artillery units for them to fire.
2982    Client developers note: the show command has not changed yet to
2983    remove the 'guns' column (since guns are no longer required) but
2984    will in a future revision (possibly 4.2.4) so "be prepared" for
2985    "show land build" to change. :)
2986  * Fixed landunitgun to handle all the damage calculations like it should.
2987  * Fixed bug sinking planes when the ship they are on sinks.
2988  * Fixed bug destroying planes when the land unit they are on is destroyed.
2989  * Fixed bug where land units could fire support without enough military.
2990  * Fixed bug in abandoning sectors by marching out a land unit where it
2991    would not let you sometimes (uninitialized variable problem.)
2992  * Fixed gets problem in files.c (James Risner)
2993  * Fixed bug in determinig operations range of a ship.
2994  * Fixed bug in building planes where you could manufacture military.
2995  * Fixed warnings in threading package(s).
2996  * Fixed fire.t to reflect new firing changes.
2997  * Fixed lstat.t to reflect new firing changes.
2998  * Fixed sstat.t to reflect the way things really work.
2999  * Fixed Ship-types.t to reflect the way things really work.
3000  * Fixed the way shutdowns work to hopefully better protect data files.
3001  * Fixed bug in attacking when sector mobility is less than 0 and it would
3002    prompt for attacking with a negative amount of military.
3003  * Fixed typo in fire.t stating wrong parameters for firing from a sector.
3004  * Fixed bug in client when it prompts for country name it was putting
3005    an extraneous end of line on the end that needed to be stripped off.
3006  * Fixed problems running on Linux running on an Alpha machine.  Thanks
3007    to Rocky Mountain Internet and Jeremy A. Cunningham for giving us time
3008    on a machine to work out the bugs.  (Note that the only build that
3009    works on Linux/Alpha is the linux-pthreads)
3010
3011 Changes to Empire 4.2.2 - Sun Dec 27 12:46:34 PST 1998
3012  * Added some code optimizations into the update code when building paths.
3013  * Added some new cacheing for building paths to help speed up updates.
3014  * Added so that you can use "name" and "password" with the change command
3015    as well as "country" and "representative".
3016  * Added flag to power command so that if you are a deity and enter
3017    a negative number of countries you want to see, you see the power chart
3018    for that many countries without power numbers on the next line.  Only
3019    useful for deities that want to see the chart un-broken up by that line.
3020  * Added new functionality to fortify command.  You can now use a negative
3021    fortification value to cause the unit to be fortified and leave at
3022    least that much mobility on the unit. I.E. "fort * -67" will fortify
3023    all units and make sure the mobility of each unit doesn't go below
3024    67.  If the mobility is already below that level (or equal) the unit
3025    is left unchanged.
3026  * Added that the realm command prints "Realm #n is x:x,y:y" after
3027    you set a new realm.
3028  * Added TREATIES option and enabled it by default.
3029  * Added "no depth-charging subs" and "no new land units" treaty
3030    clauses.
3031  * Added Trannie Carter's basic client fix to use fgets instead of gets.
3032  * Changed market and command to only print the lowest priced lot of
3033     each given commodity by default.  If you specify "all" it shows
3034     all lots on the market, and if you specify a specific item, it shows
3035     all lots of that item type.
3036  * Changed start command to only write out sector if it changed.
3037  * Changed stop command to only write out sector if it changed.
3038  * Changed how plane names were changed on server startup if the
3039    PLANENAMES option was enabled.
3040  * Changed move command to use standard askyn function for abandoning
3041    sector prompt.
3042  * Changed plane overlight sightings to take stealth into account,
3043    and if the planes managed to evade all flak and interceptors, they
3044    are not marked as "spotted" over enemy sectors.
3045  * Changed all units with the supply flag to have their marching speeds
3046    based on efficiency since that is their purpose.  What this means is
3047    that supply units and trains are more effective at 100% than at 10%
3048    (just as fighting units are more effective at 100% than at 10%, but
3049     their effectiveness is determined by how well they fight, not how well
3050     they "run away, run away!" :) )
3051  * Changed so that flash toggle is on by default for POGO at setup
3052    time.
3053  * Changed so that when a sector is taken, all land units owned by the
3054    current owner are treated as planes are during takeovers (i.e. there
3055    is a pretty good chance they are blown up, and if not, they change owner
3056    to the attacker and are beat up pretty good.)
3057  * Fixed treaties to work again.
3058  * Fixed bug in taking over land units not using correct pointer (can
3059    cause a crash or data corruption.)
3060  * Fixed collect command to wipe deliver and distribution information
3061    correctly.
3062  * Fixed potential bug in bmap not working when destination bmap has
3063    blank spaces in it.
3064  * Fixed bug in shark command not getting right nation structure.
3065  * Fixed bug in server where empty commands (for example, all spaces
3066    or tabs) were being reported as bogus commands.  They are now just
3067    ignored.
3068  * Fixed bug in scrap not dropping land units off of scrapped units carrying
3069    them.
3070  * Fixed bug in news where boarding of land units was reported backwards.
3071  * Fixed bug in calculating new people when growing them during an update.
3072  * Fixed missing -ltermcap in HP/UX build.
3073  * Fixed setsector to limit mobility to 127 not 255 (255 was being caught
3074    later and being reset to 0 anyway)
3075  * Fixed Sector-types.t to show a '\' instead of a '/' for wasteland,
3076    since that is what it really is.
3077  * Fixed retreat.t documentation to reflect the "retreat upon failed
3078    boarding" flag.
3079  * Fixed bug where satellites were not orbiting the world during the
3080    update.
3081  * Fixed bug in torpedos being too smart.  They knew how to jump over
3082    land! :)  Now the "line_of_sight" routine is used to determine if a
3083    torpedo has a straight path to the destination.  If it doesn't, the
3084    torpedo no longer jumps over land, but instead slams into it.  This was
3085    an interesting bug because you could torp ships on the other side of
3086    a very skinny island as long as they were in range, even if there was
3087    no sea route possible.
3088  * Fixed bug when pinbombing and you run out of an object to pinbomb (land
3089    units for example) but you still have to pick something to bomb.  For
3090    ships it worked ok (just aborted that it couldn't find any more ships)
3091    and this was fixed for land units and planes.
3092  * Fixed server crashing bug when flying a plane and not carrying
3093    any cargo.
3094  * Fixed bug in move losing commodities when it runs out of room in the
3095    destination sector.  Goods are now attempted to be returned to the
3096    start sector, and apporpriate steps taken if the start sector is no
3097    longer available.
3098  * Fixed march to prompt you before you abandon a sector you own by
3099    marching out the last land unit.
3100  * Fixed check functions to only check the relevant portions of the structure
3101    and not the timestamp info that doesn't affect how the object functions.
3102  * Fixed bug in spy command that always told you if a spy unit was in a
3103    non-owned sector.
3104  * Fixed bug in displaying of land unit missions not showing correct land
3105    unit range.
3106  * Fixed bug in wire command where new announcements that you read at
3107    the last second don't get wiped out properly.
3108  * Fixed bug where announcement file could be corrupted by very long lines.
3109  * Fixed bug where bmap was not set when player was told what kind of
3110    sector they were attacking (this was an old abusable bug that was
3111    removed long ago to fix the abuse, and it's been fixed in a non-abusable
3112    way finally.)
3113  * Fixed bug where change command would warn you about monetary and
3114    BTU costs, but not prompt you to break out if you didn't want to really
3115    change your country name.
3116  * Fixed bug in sub-launched nukes that are intercepted being reported in
3117    the news incorrectly.
3118  * Fixed bug in load where you could abandon a sector and not know it by
3119    loading your last civilians or military onto a ship.
3120  * Fixed potential memory leak in autonav code.
3121  * Fixed potential bug where you could possibly determine if a sector is
3122    owned or not using one way plane missions.
3123  * Fixed Damage.t info page to properly show damages for planes and
3124    land unit shelling.
3125  * Fixed deliver.t to include syntax for command.
3126  * Fixed country.t to include syntax for command.
3127  * Fixed bug where ships on orders were not adding radar information to
3128    the bmap during an update.
3129  * Fixed bug where ships on sail were not adding radar information to
3130    the bmap during an update.
3131  * Fixed bestownedpath code to use the bmap properly.  Note this is a very
3132    important bug fix.  When navigating a ship, players are no longer given
3133    free information that they would not normally know.  For example, if you
3134    try sailing your ship off into uncharted areas of your bmap, the bestpath
3135    code will only use as much information as you have on-hand (i.e. your
3136    bmap) to plan out your path for you.  If you have no information on an
3137    area, it just keeps forging on, until bumping into something.  Of course,
3138    after the initial exploration through an area, the bmap will be set and
3139    used for all future sailings through that area.  Harbors and bridges
3140    are still checked for construction worthiness if you know where they
3141    are (i.e. they are on your bmap.) (Overall, what happened before
3142    was that the bestpath code would route your ship around islands that
3143    you didn't even know were there, and you could use various commands
3144    to see how that ship was going to sail during the update and thus you
3145    gained information that you wouldn't normally know.)
3146  * Merged bestpath and bestownedpath and wrote new wrappers, "BestShipPath"
3147    and "BestAirPath" to use it properly.  It is also good to note that
3148    bestownedpath is used to determine paths for ships and for planes,
3149    and that best_path (which uses the A* algorithm) is used for all land
3150    based paths, and that the two are never interchanged.
3151  * Removed "jet recon" plane (it slipped in during the PLANENAMES conversion,
3152    and RECON was never used before.)
3153  * Removed extraneous "resnoise" and "resbenefit" functions and combined
3154    the two for setresource and setsector commands.
3155
3156 Changes to Empire 4.2.1 - Tue Nov  3 12:56:20 PST 1998
3157  * Fixed problem with global/plane.c not defining last structure element
3158    properly, and thus causing crashes when accessing certain plane
3159    routines.  This happened during the move to make the PLANENAMES option
3160    run-time configurable.
3161
3162 Changes to Empire 4.2.0 - Thu Oct 29 06:27:15 PST 1998
3163  * Bumped rev to 4.2.0 since this is a major release (the server is now
3164    run-time configurable for just about everything and is released under
3165    the GNU GPL.)
3166  * Put in official licensing information.
3167  * Re-arranged and commented the econfig (Empire Configuration) file.  The
3168    auto-generated "data/econfig" file is now pumped out chock full of
3169    comments (which may or may not be useful.)  Since the server is
3170    pretty much fully run-time configurable (MAXNOC is not, but it gets
3171    a default of 99 anyway) deities will probably be spending more time
3172    in the config file.
3173  * Added server support for building under NT, including mods from
3174    Doug Hay and Steve McClure to get the server building and running
3175    under NT. (This was built using MSVC++ 5.0 on NT 4.0 and command
3176    line "nmake nt")
3177  * Added Doug Hay's ntthread.c implementation for NT threading.
3178  * Added max pop column to "show sector stats" output.
3179  * Added lboard command for boarding land units from sectors.  Only raw
3180    mil can board land units, and only mil and land units aboard the unit
3181    being boarded fight back.
3182  * Added GODNEWS option.  When enabled, the deity giving people stuff
3183    is shown in the news.
3184  * Added bridge tower sector ('@')
3185  * Added BRIDGETOWERS option.  When enabled you can build bridge towers
3186    from a bridge span.  You can then build bridge spans from the tower.
3187    If the tower is destroyed ( <20% eff) bridges connected fall unless
3188    supported on the other side.  You can only build bridge towers in open
3189    water not adjacent to land and other towers.  Expensive.
3190  * Added plains sector ('~') - Max pop is 1/40th regular sectors, and
3191    it is deity creatable only (can't redesignate unless you wasteland it
3192    with a nuke :) )
3193  * Changed "info all" to no longer use printdir, instead it just uses the "all"
3194    info page which contains this information.
3195  * Changed so you can now load up to 2 spy units onto non-land unit carrying
3196    submarines if the LANDSPIES option is enabled.  Useful for sneaking up
3197    to shore and spying on your neighbors.
3198  * Changed so spies unloaded from ships are not given as gifts, they are just
3199    unloaded quietly.
3200  * Changed build command to handle building towers ("build t")
3201  * Changed show command to show tower stats ("show t b")
3202  * Changed reject so you can now reject things from any country except
3203    deity countries (this now includes sanctuary countries and visitor
3204    countries you don't want to deal with)
3205  * Changed ndump to dump nuclear stockpile ID as well.
3206  * Changed flash so that if someone allied to you is either not logged on or
3207    not accepting flashes, you are notified.  This is info you could gain
3208    otherwise since you can see other countries that are allied to you via
3209    players.
3210  * Fixed bug in news command when HIDDEN mods are enabled.
3211  * Fixed distribute command to only write out to the database if we
3212    actually changed the sector (i.e. if we really moved the dist
3213    center, we write.  Otherwise, it makes no point.)
3214  * Fixed threshold command to only write out to the database if
3215    we actually changed the sector (i.e. if we really changed the
3216    threshold, we write.  Otherwise, it makes no point.)
3217  * Fixed - population growth and truncation in "Update-sequence.t" info
3218    file is now clearer
3219  * Fixed the way fortify takes mobility away from a land unit if
3220    engineers are present.
3221  * Fixed bug in buying commodities at the last minute not resetting the
3222    time correctly in all situations.
3223  * Fixed bug in building nukes where it would always ask if you tried
3224    building more than one at a time.
3225  * Fixed bug where if you put (either by building or by transporting)
3226    more than 127 of one type of nuke in a sector, they all got lost. A
3227    negative wrapover sort of thing.
3228  * Fixed ndump to print # of stockpiles dumped.
3229  * Fixed ndump.t to reflect changes
3230  * Fixed bug in build command that didn't account for EOL characters.
3231  * Fixed bug where you could use planes to drop conquered populace
3232  * Fixed bug in distribute command in how it checked for current distribution
3233    sector.
3234  * Fixed pr_flash and pr_inform to no longer send messages if the player
3235    is still in the process of logging in (i.e. not in the PLAYING state)
3236  * Fixed report command output for deities.
3237  * Fixed bug in nuclear damage either taking out submarines when it
3238    shouldn't, or not taking them out when it should.
3239  * Fixed bug in loading units that are carrying units onto other units
3240    (note that it doesn't happen since only HEAVY units can carry other
3241    units and that check works, but that might change some day, and we
3242    don't want units carrying units to be carried by other units, etc. :) )
3243  * Fixed info pages to reflect new sector types.
3244  * Fixed info pages to reflect new spy unit capabilities.
3245  * Fixed show commands to only show trade ships if the TRADESHIPS option
3246    is enabled.
3247  * Fixed build command to only allow building of trade ships if the
3248    TRADESHIPS options is enabled.
3249  * Fixed up some definitions located in many places used for checking
3250    sectors for navigation rights.
3251  * Fixed power.t to correctly describe NEW_POWER formula.
3252  * Made HIDDEN option run time configurable.
3253  * Made LOSE_CONTACT option run time configurable.
3254  * Made ORBIT option run time configurable.
3255  * Made SAIL option run time configurable.
3256  * Made MOB_ACCESS option run time configurable.
3257  * Made FALLOUT option run time configurable.
3258  * Made SLOW_WAR option run time configurable.
3259  * Made SNEAK_ATTACK option run time configurable.
3260  * Made WORLD_X and WORLD_Y run time configurable.
3261  * Made MARKET option run time configurable.
3262  * Made LOANS option run time configurable.
3263  * Made BIG_CITY option run time configurable.
3264  * Made TRADESHIPS option run time configurable.
3265  * Made SHIPNAMES option run time configurable.
3266  * Made DEMANDUPDATE option run time configurable.
3267  * Made UPDATESCHED option run time configurable.
3268  * Made LANDSPIES option run time configurable.
3269  * Made NONUKES option run time configurable.
3270  * Made PLANENAMES option run time configurable.
3271  * Removed SMALL_SERVER stuff (unused baggage)
3272  * Removed trading post sector ('v')
3273
3274 Changes to Empire 4.0.18 - Thu Sep 24 06:54:27 PDT 1998
3275  * Fixed bug in aircombat where planes in flight could intercept air
3276    defense planes and take no damage (i.e. they got to fight twice,
3277    once for free.)
3278  * Fixed bug in freeing memory after performing missions that could crash
3279    the server (it mainly happened after an interdiction mission using
3280    planes and escorts, where some escorts came from airports that didn't have
3281    bombers going up.  Freeing the leftover escorts was crashing the server.)
3282  * Fixed bug where you could load non-existant units if you were allied
3283    with country #0.
3284  * Fixed bug where you could pin-bomb a plane with itself.
3285  * Fixed bug where satellites over a bridge may get killed if the bridge
3286    is sunk.
3287  * Fixed bug where land units on a ship in the same sector as a bridge
3288    that is splashed may get sunk.
3289  * Fixed bug where planes on a ship in the same sector as a bridge
3290    that is splashed may get sunk.
3291  * Fixed doconfig with correct empire site text.
3292  * Fixed major problem with abms not firing, and sometimes crashing
3293    server.
3294  * Fixed bug in land units counting up loaded units wrong.
3295  * Fixed doconfig makefile to have doconfig.c as a dependency.
3296  * Fixed bug in resetting commodities (the comm_uid was not being
3297    properly set.)
3298  * Fixed bug in repaying loans not working correctly (the l_uid was not
3299    being properly set.)
3300  * Fixed bug in buying items from the trading block not allowing you
3301    to due to a perceived change in item status.
3302  * Fixed bug in mfir.c where a bogus input to a target could crash
3303    the server.
3304  * Fixed bug that after you read telegrams new telegrams may not send
3305    an inform message (the old telegram flags were not cleared.)
3306  * Fixed bug where fort support distance calculations are calculated
3307    twice instead of just once.  This bug caused a lower percentage
3308    of support fire than designed.
3309  * Fixed bomb.t to reflect land unit changes.
3310  * Put in some integrity checking for planes returing from bombing runs.
3311  * Added ability to edit land unit that a land unit is loaded on in
3312    edit command.
3313  * Consolidated bridgefall code into "knockdown" function (this code
3314    existed in at least 3 places, and was different in all of them.)
3315  * Subs returning fire are no longer reported in the news.
3316  * Visitor countries can now use the 'motd' command.
3317  * When trying to use a visitor country, if it is in use, you are not told
3318    by whom, just that it is in use.
3319  * Optimized (slightly) support fire from forts not getting supply and
3320    shells if not needed (out of range)
3321  * Updated Education.t
3322  * Modified (increased) chances of hitting mines slightly.
3323  * Removed unused variables from shp_check_mines.
3324
3325 Changes to Empire 4.0.17 - Fri Jul 31 06:12:21 PDT 1998
3326  * Added ability in edit to change coastal flag for sectors.
3327  * Added ability in edit to edit plague values for ships.
3328  * Added ability for "spy" to report all units/planes not owned by you
3329    that exist in the sector you are spying from.
3330  * Modified naval planes and anti-sub planes.
3331  * Changed so that missiles and bombs that miss their targets cause
3332    collateral damage in the target sector (they have to land somewhere!)
3333  * Changed llook so that non-spy units are required to have at least 1
3334    military personnel on board to see anything.
3335  * Fixed "llookout.t" to reflect change for military requirement.
3336  * Updated Plague.t
3337  * Updated upgrade.t
3338  * Added "lmine" flag for deities to see what sectors have mines in them
3339    (works for sea and land mines, used "lmine" to distinguish it from "min"
3340    which determines mineral (iron) content of a sector.)
3341  * No longer able to pin bomb land units on a ship.
3342  * Land units are required to have at least one military loaded to perform
3343    a mission.
3344  * Firing land units are required to have at least on military loaded to
3345    be able to fire (or return fire.)
3346  * Spies are not always seen when being pinbombed.  You have to look very
3347    carefully for them (as you usually would.)
3348  * Fixed typo in "Spies.t"
3349  * Added new info about spy ability to spy.t.
3350  * Updated tax information in Innards.t and Update-sequence.t
3351  * Fixed typo in fire.t information about units firing on ships.
3352  * Loading military onto land units now resets fortification.  (You gotta
3353    re-fortify the new guys.)
3354  * Fixed bug where planes that were mine capable could not drop mines if
3355    they were not cargo capable.
3356  * Fixed bug in potentially crashing in update code for nations tech/research.
3357  * Fixed bug in execute putting you into execute mode incorrectly.
3358  * Fixed bug in board not allowing land units to board from 0 mobility
3359    sectors.
3360  * Fixed bug where interdicted land units that were missed displayed
3361    a "SPLASH! Bombs miss your ships" message.
3362  * Fixed bug in minesweeping sectors where, even with mobility or
3363    having the sweep ability, ships would get hit by mines for doing
3364    nothing.
3365  * Fixed bug in count_land_planes always writing out land units unnecessarily.
3366  * Fixed bug in count_planes always writing out ships unnecessarily.
3367  * Fixed bug in lnd_count_units always writing out land units unnecessarily.
3368  * Fixed bug in count_units always writing out ships unnecessarily.
3369  * Fixed bug in llook that reported units on ships.
3370  * Fixed bug in llook that reported satellites launched over the unit.
3371  * Fixed bug in llook that always reported spies (it should be a 10-100%
3372    chance)
3373  * Fixed bug in anti possibly not saving lost items correctly.
3374  * Fixed bug in planes getting extended range when on missions and the
3375    op center is not where the plane is located.
3376  * Fixed bug in land unit defensive strength not being based on the eff of
3377    the unit when calculating odds of a battle.
3378  * Fixed bug in board not reporting consistant information.
3379  * Fixed bug in the way land unit casualties were being taken.
3380  * Fixed bug where land units on ships could return fire.
3381  * Fixed bug where land units on other land units could return fire.
3382  * Fixed bug where land units on other land units could fire.
3383  * Fixed bug in attacks/assaults/boardings spreading plague incorrectly.
3384  * Fixed bug in updating plague for ships.
3385  * Fixed bug in updating plague for land units.
3386  * Fixed bug in updating plague for attacking/defending land units.
3387  * Fixed bug where you couldn't pin-bomb land units that were < 20% eff.
3388  * Fixed bug which revealed the owner of torping subs when on a mission.
3389
3390 Changes to Empire 4.0.16 - Fri Jun 12 08:52:06 EDT 1998
3391  * Added patches sent in by Steve McClure, Sverker Wiberg and Curtis
3392    Larsen.  They are described with other changes below.
3393  * Fixed bugs in the following commands that allowed two cooperating
3394    countries to create infinite numbers of any commodity and/or cash
3395    at any time (race conditions in the server): build, board, deliver,
3396    designate, distribute, explore, fuel, improve, load, ltend, mobquota,
3397    move, name, order, reset, sail, sell, set, tend, territory, test,
3398    threshold, torpedo, transport, unload
3399  * Fixed bug in board command giving out too much information about a
3400    non-owned sector when it shouldn't be.
3401  * Fixed bug in board command when firing on a sector in defense before
3402    checking mobility.
3403  * Fixed bug in rangeedit allowing plane(s) to possibly be stored wrong.
3404  * Fixed bug in launch allowing plane to possibly be stored wrong after
3405    launch.
3406  * Fixed bug in lrangeedit allowing land unit(s) to possibly be stored wrong.
3407  * Fixed bug in morale allowing land unit(s) to possibly be stored wrong.
3408  * Fixed bug in arm/disarm allowing a plane to possibly be stored wrong.
3409  * Fixed bug in loan sometimes not writing database correctly.
3410  * Fixed bug in collect.
3411  * Fixed bug in dropping mines from land units.
3412  * Fixed crashing bug in sector_strength routine when oceans take
3413    collateral damage.
3414  * Fixed bug in transport possibly decrementing too much mobility when
3415    moving a nuke.
3416  * Fixed some little warning type messages building with gcc -Wall.
3417  * Fixed problem compiling lwp threads with glibc6 under Linux.
3418  * Changed flash so that players can always flash deities.
3419  * Changed players command to always show deities and visitor countries
3420    that are logged on, and only show allied countries for normal player
3421    countries.
3422  * Fixed bug in anti command not stopping sectors when they revolt.
3423  * Fixed bug in set_coastal function not counting bridge spans as
3424    water based sectors (after all, the land is still a coastal sector,
3425    even if next to a bridge span.)
3426  * "flash" and "players" is re-enabled for visitor accounts.
3427  * Fixed bug in bleeding of technology and research to other players.
3428  * Fixed bug in explore not spreading plague correctly.
3429  * Fixed bug in move not spreading plague correctly.
3430  * Fixed bug in deliver not spreading plague correctly.
3431  * Fixed bug in distribute not spreading plague.
3432  * Included "postresults" script in the scripts directory which can be
3433    used to auto-post daily power chart/announcements to rec.games.empire.
3434  * Updated Plague.t
3435  * Updated Innards.t
3436  * Removed OVCONFIG from build.conf, and patched doconfig to match.
3437  * doconfig is only run if needed
3438  * emp_client and emp_server are only linked if needed
3439  * Added list of disabled options to the version command.
3440  * Fixed bug in survey allowing you to see hidden variables.
3441  * Re-enabled escort missions due to above bug fix most likely the problem.
3442  * Changed one instance of "restrict" to "restricted" in bestpath.c.  For
3443    some reason, this was causing a problem on one of the Linux builds (??).
3444  * Added "show sector capabilities" functionality (this didn't exist
3445    before.)
3446  * Fixed bug in neweff not reporting stopped sectors.  It now (correctly)
3447    reports them as not changing eff.
3448
3449 Changes to Empire 4.0.15 - Wed May 20 12:35:53 EDT 1998
3450  * Fixed the spelling of Markus' name in CHANGES4.0 files.
3451  * Added Markus' patches/fixes.  Some are detailed below.
3452  * Added 'mipsultrix.gxx' build target.
3453  * Fixed doconfig to write ipglob.c in the correct target area.
3454  * Fixed a bunch of type casting that needed to be done correctly.
3455  * Only print out last connect by for non-visitor accounts.
3456  * 'players' command is only useable by non-visitor accounts.
3457  * Fixed ask_off in attsub.c to not print out allied sector mil counts
3458    when attacking from neighboring sectors.
3459  * Fixed targetting of che when taking over sectors.
3460  * 'anti' command only fights che that are targetted at you.
3461  * Fixed update not updating timestamps of objects (ships, planes, land
3462    units, sectors.)
3463  * Fixed bug delivering conquered populace.
3464  * Fixed potential bug scuttling ship with land units on it.
3465  * Moved heavy bombers to tech 90.
3466  * Fixed bug in setsector telling the deity coordinates of sectors being
3467    granted/taken away.
3468  * Fixed bug in setting budget of enlistment sectors to 0.
3469
3470 Changes to Empire 4.0.14 - Wed Apr  8 08:47:54 EDT 1998
3471  * Fixed time_t problem in common/log.c
3472  * Fixed bug in headlines
3473  * Replaced vaxultrix build flags with proper vanilla ones.
3474  * Fixed bug in update/prepare.c (sometimes not getting charged for
3475    mil on units and ships)
3476  * Fixed bug in printing of "No ship(s)" twice in cargo command when no
3477    ships were selected.
3478  * Temporarily disabled escort missions until a fix is found. They are
3479    randomly crashing the server.
3480  * Fixed morale.t to reflect that retreat percentage is based off of
3481    morale_base and not 75.
3482  * Fixed bug in bridgefall where planes and units on ship in a sector
3483    that has a bridge collapse are being sunk.
3484  * Fixed bug in update/produce.c when a sector overflows it's capacity
3485    on production.
3486  * Fixed bug in produce command reporting incorrect costs (sometimes).
3487  * Land units on ships will now try to draw supply from the ship they
3488    are on.
3489
3490 Changes to Empire 4.0.13 - Mon Mar  2 11:04:28 EST 1998
3491  * Fixed bug in distribute when world sizes are other than 64x32
3492  * Fixed bug in getcommand (not really a bug, just made it work like
3493    it used to so that the players command is useful for deities
3494    again)
3495  * Fixed building of POSIX threads on Alpha running Digital Unix.
3496  * Fixed line_of_sight prototype in sona.c
3497  * Fixed fairland not to conuse stupid C++ compilers.
3498
3499 Changes to Empire 4.0.12 - Tue Feb 24 11:27:31 EST 1998
3500  * Fixed client build on linux (whoops)
3501
3502 Changes to Empire 4.0.11 - Tue Feb 10 10:53:10 EST 1998
3503  * AIX build seems to only work with gcc right now (but at least that works)
3504  * Vax Ultrix (vaxultrix) build should work now (hopefully) out of the box.
3505  * Took out autosupply of airports when bombing or dropping shells.
3506     (This was the only commodity this was done for, and it was creating
3507     problems since supply is still somewhat broken somewhere)
3508  * Included Curtis Larsen's, Markus Armbruster's and Sverker Wiberg's
3509     submitted patches, which collectively included cleaning up most
3510     of the server prototypes and bogus declarations.  Many thanks.
3511  * Increased incoming command buffer to 1024 from 512 bytes
3512  * Increased the # of parsed arguments from 64 to 100
3513  * Fixed bug where spies were not dying when damaged.
3514  * Fixed bug in HIDDEN mods in declare command not printing country # of
3515     uncontacted country correctly (or at all as a matter of fact)
3516
3517 Changes to Empire 4.0.10 - Mon Aug 18 12:34:58 EDT 1997
3518  * Fixed bug where fleets were being interdicted but the damage was being
3519     spread to ships not in the same sectors.
3520  * Fixed but in market when buying goods without enough cash.
3521  * Planes in orbit over airports are no longer fixed up during updates.
3522  * Planes in orbit are no longer damaged when the sectors they are over
3523     are damaged.
3524  * Planes on ships are no longer damaged when the sectors they are in are
3525     damaged, unless the ship is damaged.
3526  * Fixed problem with no newline after partisan activity telegram in
3527     anti.c
3528  * Fixed problem in chan.c printing out change costs incorrectly.
3529  * Fixed problem in dispatch.c screwing things up on redirection.
3530  * financial should now handle 6 and 7 digit loans.
3531  * Planes on ships that are in sectors that revolt are no longer taken
3532     over.
3533  * Fixed bug in powe.c where the power report was mis-calculating the
3534     efficiency of planes.
3535  * Fixed doconfig.c to use STDC instead of multi-level #ifdefs.
3536  * Fixed bug in parse.c that was screwing up double quotes in conditional
3537     arguments.
3538  * Military in a sector now only produce up to maxpop, just like civvies
3539     and uw's.  No more stuffing 6K mil into a mountain to max it out.  You
3540     can still hold more mil there over the updates, but the extras just
3541     won't produce anymore.
3542  * Fixed bug in shark that allowed you to shark up loans even if you couldn't
3543     cover the debt.
3544  * Fixed bug in day of week calculation for server up time in common/keyword.c
3545     that is used for gamedays.
3546  * Documented what happens to standing military in collect.t when you collect
3547     a sector.
3548  * Documented mountains only holding and using 1/10th of the normal sector
3549     population in Sector-types.t.
3550  * Fixed documentation on ship's firing ranges in fire.t to be less
3551     ambiguous.
3552  * Updated nukes in nuke.t
3553  * Added apropos command (thanks to Mike Wise)
3554  * Added case-insensitivity to the info command (thanks to Mike Wise).  If
3555     there are two files of the same name, and you don't get a complete match,
3556     then whichever file is found first in the directory is used.
3557  * Changed documentation in wantupd.h
3558
3559 Changes to Empire 4.0.9 - Sat Apr 19 23:01:51 EDT 1997
3560  * Fixed dump info pages that were getting formatted funny.
3561  * Fixed improve info page.
3562  * Fixed bug in allied planes/units not moving when the carriers move.
3563  * Fixed bug in satellite output for <100% satellites.
3564  * Fixed bug in load/unload not putting a newline after some unloadings
3565     in allied sectors.
3566  * Fixed bug in harden not printing correct values.
3567  * Fixed bug in creating/moving/etc. nuclear stockpiles.
3568  * Fixed bug where subs were trying to torp commodities moving on land when
3569     on interdiction.  (This was funny ;-) )
3570  * Fixed bug in "move" where you could keep a sector even after someone else
3571     took it from you.
3572  * Budget now correctly reports the # of units being built.
3573  * Mil on units & ships are now reported as normal military costs, not
3574     ship or unit maintainence costs in budget.
3575  * Fixed bug in update code where taxes could potentially be initialized
3576     incorrectly (affected budgets too.)
3577  * Fixed bug in nat.h header so that it uses SCT_MAXDEF instead of a fixed
3578     number (that was incorrect.)
3579  * Fixed bug with trains - they needed the xlight flag to carry planes.
3580  * Revamped and improved flak.
3581  * Added "Flak" info page.
3582  * Added "Fallout" info page.
3583  * Fixed repay/offer/consider to all need a capital to be used.
3584  * Fixed bug with air defense missions not running when not AT WAR.  They now
3585     fly when HOSTILE.
3586  * plane/ship/unit short names are all now 4 characters, padded if needed.
3587  * pdump/sdump/ldump/ndump now just print the short name for the type.
3588  * sdump now has ship name at very end in quotes.
3589     These were done at the request of some client developers for ease of use.
3590  * Fixed extra space in the dump output.
3591  * Fixed fallout - not quite so nasty anymore.
3592  * Fixed fallout - things on ships/units are damaged now.
3593  * Fixed and balanced planes/ships/units/nukes in conjunction with each other.
3594  * Fixed bug in doconfig.c calculating wrong s_p_etu sometimes.
3595  * Fixed bug where harbors weren't being used to resupply.
3596  * Fixed bug where selling units loaded with planes and units wouldn't take
3597     the loaded planes or units - they are now dropped.
3598  * Fixed bug in arm/disarm where you could arm/disarm planes on the trading
3599     block.
3600  * Deities can now remove things from the trading block/market.
3601  * Fixed bug in "work" not charging engineers enough mob.
3602  * Fixed bug in "work" not adding teardown and buildup avail costs together.
3603  * Subs no longer need mobility to return fire when fired upon.
3604  * Fixed "reset".
3605  * Fixed bug in "trade" allowing 2 players to pay for the same item, but only
3606     the last player gets it.
3607  * Fixed bug where you couldn't launch missiles from allied ships or sectors.
3608  * Fixed bombing so that pin-bombing can cause collateral damage too.
3609  * Fixed sector damage to damage planes there too.
3610  * Fixed flag in lload so that it doesn't always print if not needed.
3611  * Fixed "sell.t" info page.
3612  * Fixed bug in "buy" where not entering the price correctly could cause
3613     a crash.
3614  * Fixed "sell" so that at least 1 mobility is required to sell goods.  Keeps
3615     the midnight "raid and sell" abuse down. :)
3616  * Fixed "show plane cap" to move the last column over 1 more where it should
3617     be.
3618  * Fixed timestamps to be updated for units/planes on ships/units that move,
3619     since those units/planes move too.
3620
3621 Changes to Empire 4.0.8 - Wed Feb 26 23:00:51 EST 1997
3622  * Fixed bug in nstr_exec that was wiping out the previous conditional.
3623     This was major because it affected timestamp values which are more
3624     than 65535.
3625  * Fixed bug in sdump.c for typo in reporting the trade ships origin.
3626
3627 Changes to Empire 4.0.7 - Mon Feb 24 22:48:54 EST 1997
3628  * Fixed bug in aircombat.c when calculating the air combat odds.  Negative
3629     numbers were screwing things up good...
3630  * Fort sector's coordinates are no longer printed when auto-firing at
3631     ships.
3632  * Subs can now surface and fire deck guns (again)  They can also be
3633     hit by return fire when doing so.
3634  * Fixed bug in setting of plane attack and defensive values so that
3635     negative numbers don't keep going further negative.
3636  * Fixed incorrect military control calculation in the sell command.
3637  * Trading posts are no longer required to sell goods from.  You can sell
3638     from harbors and warehouses now too.
3639  * Spy now prints out the owner of land units you see when spying.  Before
3640     this was assumed to be sector owner, which is no longer true.
3641  * Loading land units now prints out what was loaded onto each unit,
3642     just as loading ships do.
3643  * Added fallout, coast, c_del, m_del, c_cut and m_cut to dump output.
3644  * Added "GO_RENEW" option.  This option means that gold and oil resources
3645     are renewable.
3646  * Added "lost_items_timeout" config variable, and set the default to
3647     48 hours.  This determines how long lost items stay in the lost items
3648     database.
3649  * Fixed land unit names to be more consistent.
3650  * Fixed mission.t info page.
3651  * Fixed bug in that if mission_mob_cost was set to 0, even negative
3652     mob units should be able to be put on missions.
3653  * Removed restriction on things needing to be at least 60% to be put
3654     on a mission.  Note that while you can put them on missions at < 60%
3655     now, when trying to do the mission, it still checks the eff.  This
3656     is to help in automatic setup (build, put on mission, forget) instead
3657     of having to come back repeatedly.
3658  * Spies caught in Neutral or Friendly countries cause the Neutral or
3659     Friendly country to go Hostile towards the owner of the spy.
3660  * Tweaked ammunition numbers for artillery units.
3661  * No more automatic declarations of War should be made.  You will go
3662     hostile, but since going to war doesn't increase your countries
3663     defenses, and is purely political, it is left to the player to go
3664     that final step.
3665  * Fixed bug in trade that wasn't incrementing the time if last second bidding.
3666  * Fixed bug in "lmine" that was crashing the server if the land unit was
3667     out of mobility.
3668  * Fixed buy so that if you specify a product, you can only bid on that
3669     type of product.
3670  * Added "lost.t" info page.
3671  * Added "lost items" database (EF_LOST)
3672  * Fixed bug where you could move in allied forces after an attack if they
3673     bordered the victim area.
3674  * Fixed nstr_comp to deal with values > 16 bits coming in from
3675     client for comparisons.
3676  * Changed last minute market/trade timers to increment 5 minutes.  2 minutes
3677     was too quick.
3678  * Fixed decode in lib/common/nstr_subs.c to deal with NSC_TIME better.
3679  * Commented out the logging of the market checking in server/marketup.c,
3680     lib/commands/buy.c and lib/commands/trad.c  It was generating lots of
3681     pretty much useless data that made parsing the server.log file more
3682     more difficult than it needed to be.
3683  * Fixed crashing bug in ldump.
3684  * sdump, ldump, ndump, pdump and dump now print out the current
3685     timestamp on the "DUMP XXX" line.
3686  * Fixed denial of service bug in lib/player/accept.c in
3687     player_find_other function.
3688  * Fixed bug in shark reporting incorrect buyer of the loan.
3689  * Fixed bug in sdump.c (case 0 should have been case 10)
3690  * ldump and sdump now always print the fuel column if asked for,
3691     even if opt_FUEL is turned off.  In the case that it is turned
3692     off, the fuel is listed as 0.
3693  * Added "timestamp" field, which is updated every time an item is
3694     changed.
3695  * Fixed up the Clients.t info page.
3696  * sdump now prints trade ship building origin.
3697  * sdump now always prints name even if SHIPNAMES isn't defined.  If
3698     it is not defined, then the name is empty.
3699  * Added "timestamp" to info/Concepts/Selector.t
3700  * Added some more relevant info to info/Server/Empire4.t
3701  * Fixed Infrastructure.t info page to reflect the fact that infrastructure
3702     is no longer torn down when a sector is re-designated.
3703  * Fixed sell.t to more accurately reflect the time-delay market.
3704  * Fixed read.t and wire.t to reference accept and reject.
3705  * Fixed reject.t not referencing accept command.
3706  * Fixed collect.t to more accurately reflect what goes on when collecting
3707     sectors.
3708  * Fixed financial.t to reflect defaulted loans.
3709  * Fixed dump.t, sdump.t, ldump.t, ndump.t, pdump.t to reflect new
3710     timestamp info.
3711  * Fixed "census.t" (had incorrect reference to "info syntax" instead
3712     of "info Syntax".
3713
3714 Changes to Empire 4.0.6 - Thu Jan 16 11:33 EST 1997
3715  * Increased damage from depthcharges because on increased damage from
3716     torpedos.  Sub frange decreased to be more balanced with destroyer frange.
3717  * Intelligence reports (spy) on units will now report the estimated number
3718     of mil on the unit.
3719  * Fixed equation for ship visibility so it will drop as tech increases.
3720  * Added new commands sdump, ldump, pdump, and ndump to dump data on ships,
3721     land units, planes, and nukes.
3722  * If fields are provided, dump will only supply those fields requested.
3723  * Decreased speed of subs.
3724  * When options NO_LCMS or NO_HCMS are set, those commodities are no longer
3725     required for infrastructure improvements.
3726  * Units that lose an assault or a boarding attempt from a ship will no
3727     longer swim back to the ship they came from.
3728  * Units that take extra casualties will no longer lose all their mil at
3729     once.
3730  * Infrastucture is retained when redesignating a sector.
3731  * Dieing spies will no longer crash the server.
3732  * Units, planes, and ships must have mobility to perform missions.
3733  * Units on ship being scrapped are transferred to harbor.
3734  * Food is no longer autoloaded onto units when they are built.
3735  * Fixed show plane stat to show correct range.
3736  * Infantries now take damage at same rate as casualties.
3737  * Fixed bug with hap_fact.  Having more happiness now helps with fighting
3738     che.
3739  * Fixed anti to write back target country so che will continue to fight
3740     when they survive.
3741  * Fixed llookout to show correct estimate on number of mil on unit.
3742  * Added buildable architecture "hp".  This type will build the server on
3743     a HP/UX machine using the standard compiler instead of gcc.
3744
3745 Changes to Empire 4.0.5 - Thu Dec 12 10:28:48 EST 1996
3746  * Fixed bug in update/distribute.c where pathcost was not being called with
3747     the MOB_ROAD argument (and thus distribution costs could be GREATLY
3748     affected.) - Thanks Ice!
3749
3750 Changes to Empire 4.0.4 - Mon Dec  9 11:00:00 EST 1996
3751  * Fixed Solaris port using gcc.
3752  * Fixed doconfig.c to create directories with right modes.
3753  * Fixed install macros in makefiles to move binaries to the right
3754     places.
3755
3756 Changes to Empire 4.0.3 - Wed Dec  4 22:46:53 EST 1996
3757  * Added HP/UX port.
3758  * Fixed doconfig.c (put exit(0) at the end of main.)
3759  * Fixed improve.c (moved the prompt[] string outside the fcn.)
3760
3761 Changes to Empire 4.0.2 - Mon Oct 14 12:26:40 EDT 1996
3762  * Put in LND_MINMOBCOST in land.h
3763  * Put in change in lnd_mobcost in lndsub.c
3764  * Put in new nuke costs in nuke.c
3765  * Put in fix so that total work can only be done by the max pop. No more extra
3766     civvies tossed in will do it anymore in human.c.
3767  * Put in fix for src/util/Makefile - beefed it up.
3768  * Put in fix to show where your ship is when it gets shelled in mfir.c.
3769  * Changed infrastructure of roads from .040 to .020 (122 instead of 150 in
3770     common/move.c)
3771  * Fixed Update-sequence.t.
3772  * Put in fix for mobcost bonus for 0% highways.
3773  * Fixed stop.t
3774  * Fixed commodity.t
3775  * Spruced up torpedo damage somewhat. :) :)
3776  * Fixed "assault bmap bug" in attsub.c
3777  * Fixed Produce.t (bars cost)
3778  * Changed mountains to get an automatic "2" for defensive bonus in attsub.c
3779  * Fixed consider.t
3780  * Fixed repay.t
3781  * Fixed offer.t
3782  * Fixed "offer" and "consider" not being legal commands in player/empmod.c
3783  * Fixed Damage.t
3784  * Fixed sstat.t
3785  * Fixed lstat.c, pstat.c and sstat.c
3786  * Fixed cutoff command in cuto.c
3787  * Fixed attack value in attack_val in lndsub.c
3788  * Fixed lload in commands/load.c
3789  * Fixed defense_val in lndsub.c - Made it a minimum of 1, so that units will
3790     always fight until dead or retreating.  0 makes them get stuck.
3791  * Fixed update/deliver.c - no delivery of non-oldowned civvies (or anything
3792     else for that matter.)
3793  * Fixed llook in commands/look.c
3794  * Fixed che bug in subs/nstr.c
3795  * Fixed bug in strv.c by overcompensating by 1 food per sector (minute amounts
3796     of people would starve.)
3797  * Fixed update/human.c - feed_people rounding problems (I hope.)
3798  * Fixed morale problem in update/land.c
3799  * Fixed count_bodies in attsub.c
3800  * Fixed lnd_mobcost.
3801  * Fixed subs/land,plane,ship.c to handle sunken units and planes correctly.
3802  * Fixed interest rate in commands/offe.c
3803  * Fixed bug in buy.c.
3804  * Put in DEFENSE_INFRA soption o you can turn on/off the use of the defensive
3805     infrastructure.  When off, the defensive infrastructure is the same
3806     as the sector efficiency, and you can't improve it.  This is OFF by
3807     default.
3808  * Fixed Empire4.t
3809  * Added Wolfpack.t
3810  * Land units are now built with a default reaction radius of 0.
3811  * Changed name of lt artilleries to "lat" from "lart" so you can now build
3812     "lar"s again.
3813  * Lowered the speed and firing range of pt boats.
3814  * Lowered the initial att strength of cavs from 1.5 to 1.3 (they were TOO
3815     powerful.)
3816  * Changed the max mob gain defaults of units/planes to 1.0 and ships to 1.5
3817     (This is * ETU_RATE, so it is equal to ETU_RATE for units/planes and
3818      1.5 * ETU_RATE for ships.)
3819  * Conquered civvies only pay 1/4 taxes.
3820  * Railways don't get torn down when you rebuild sectors anymore (but roads
3821     and defenses do (if enabled.)
3822
3823 Changes to Empire 4.0.1 - Wed Aug 28 11:35:40 EDT 1996
3824  * Added "extern double tradetax" to check_trade in trad.c
3825  * Improved description of data directory in build.conf
3826  * Fixed bug in attacking land units that retreat so they now get
3827     charged mobility for attacking.
3828  * Fixed dump to report road, rail and defense of a sector at the end.
3829  * Fixed doconfig bug in not checking the right directory to see if the
3830     "data" directory existed or not before trying to create it.
3831  * "change" now works for sanctuary countries.
3832  * Fixed the description of "sinfrastructure".
3833  * Added more info to "Infrastructure".
3834  * Units/planes are no longer reduced to 75% when bought from the trading
3835     block.
3836  * Supply units were slowed down to the speed of infantry units.
3837  * Trade-ship payoffs have been lowered to 2.5, 3.5 and 5.0
3838  * Bars interest is up to $250 per 1K again.
3839  * Civ taxes were raised back up to a 10:1 mil/civ tax ratio (was 20:1)
3840  * Fixed various info pages.
3841  * Fixed bug in people not getting truncated when broke (this was thought
3842     to be fixed, but wasn't. Now it is, dammit!)
3843  * Fixed bug with units marching across oceans (scuba gear not included. ;-) )
3844  * Market/trade taxes and trade ship payoff figures were added to version.
3845  * "cede" has been removed as a default command.
3846  * Makefile rule was fixed for depend build.
3847  * Fixed bug in mapdist not taking world edges into account nicely enough.
3848  * Added a "scuttle" order for autoscuttling trade ships.  Makes using them
3849     easier.  Cleaned up scuttle code while in there.
3850  * Fixed bug with scuttling a ship with units on it not scuttling the units
3851     too.
3852
3853 Changes to Empire 4.0.0 - Wed Aug 21 1996
3854  * Initial Wolfpack release - Long live the Wolfpack!!!!
3855  * Cleaned up the build environment.  Now all that is needed is to edit the
3856     build.conf file, answer the questions there and type "make <arch>" to
3857     build for a specific architecture.  Thus, no more reliance on gnumake
3858     or special shell scripts.
3859  * We are now shipping the pre-built info pages with the server for those who
3860     Don't want to build them.  You can also still just type "make" and have
3861     the info pages build, but it doesn't completely work (i.e. rebuild new
3862     Subjects) if you don't have perl5 installed.
3863  * Put in the "help" command that does the same thing as "info".
3864  * Removed C_SYNC.  This is done for 2 reasons.  1) None of us like it or
3865     wish to support it.  2) We envision a better scheme for doing similar
3866     things will come along.
3867  * Put in MOB_ACCESS - This allows real-time updating of mobility.
3868  * Put in MARKET - This is the time-based market (yes, still teleports,
3869     but it's not as bad as it was.)
3870  * Lots of the documenation has been updated, but there is more to do.
3871  * Added NO_LCMS, NO_HCMS and NO_OIL options.  When any of these options are
3872     enabled, you don't need any of that type of material to build things.
3873     If NO_HCMS is enabled, you don't need HCMS to build bridges, you need
3874     lcms.  If both NO_HCMS and NO_LCMS are enabled, then you don't need
3875     any materials to build a bridge.
3876  * There is no mobility cost for assigning missions.  But, there is also
3877     no longer any benefit for being on a mission either.
3878  * Damage is the same for all commodities (people too.)  This means you
3879     can deity shell/bomb sectors again.
3880  * Units are now dependant on tech.  What this means is that their statistics
3881     now increase with tech.  In addition, there is only 1 type of each basic
3882     unit now (i.e. just "cavalry" instead of "cavalry 1", "cavalry 2", etc.)
3883     This reflects the idea that as you learn more, you learn how to not only
3884     build better units, but you learn to build units better. :)  This also
3885     opens the door for a "lupgrade" command along the same lines as the
3886     "upgrade" command for ships.
3887  * Units now have a minimum mob cost for attacking a sector.  Marching
3888     mob costs have not changed.
3889  * Starting units have been removed.  This means that at the beginning, people
3890     may live a little longer since their neighbor can't come visiting quite
3891     as quick.
3892  * Shells are no longer required to build units.
3893  * Mil are no longer required to build units.
3894  * Mil are no longer an intrinsic part of a unit.  They are now a loadable
3895     commodity.  The way a unit's defense/att bonuses work now are
3896         attack = (att * mil * eff)
3897         defense = (def * mil * eff)
3898     In addition, when a unit takes damage, both the eff and the mil go
3899     down.  You can quickly toss in new hacks, but you need to wait to repair
3900     the unit at the update.  Thus, you can now look at unit's efficiency
3901     as their training.
3902  * You need at least 1 mil on a unit to march it (spies are the exception.)
3903  * Units always react if in range and they have the mobility, no matter
3904     what their efficency.
3905  * Units may now march anywhere - in your own sectors, deity owned sectors
3906     or allied sectors, with 1 exception, spies.  Also, your units can get
3907     trapped if your ally declares non-alliance with you while your units
3908     are still in his country.)
3909  * Units always march at their speed, efficiency doesn't matter.
3910  * LANDSPIES was added - This creates land unit based spies.  Spies may march
3911     anywhere, with a chance of getting caught (except in allied territory.)
3912     See "info Spies" for more info on them.
3913  * Planes may now be based out of allied airports.  Landing planes on
3914     ships/sectors you do not own no longer changes thier owner.  You can only
3915     land on owned/allied sectors/ships, and you may only
3916     fly/bomb/para/recon/drop from owned/allied sectors.  So, if a country
3917     you are allied with goes hostile at you, your planes are now stuck there.
3918     Note that if you are using an allied airport, their commodities get
3919     sucked up, not yours (obviously.)
3920  * Planes are now tech-based.  Their statistics increase as their tech
3921     increases.  Deleted extraneous planes.
3922  * There is a new toggle, "techlists", which allows you to see what you
3923     can build/stats/capabilities sorted by tech instead of groupings.
3924  * Ships are now tech-based.  Their statistics increase as their tech
3925     increases.  Deleted extraneous ships.
3926  * Che can now be lessened by making happiness.  If you have more happiness
3927     than your conquered populace, they don't fight as hard or recruit as
3928     much.  If you have less than them, they fight harder and recruit more.
3929     It's not much though - it ranges from 2.0 in your favor to only 0.8
3930     against you (whereas it was always 1.0 before.)  So, it definitely
3931     favors the attackers to make lots of happy now.
3932  * Bridgeheads can only be built on coasts.
3933  * Players command was fixed so you only see allies, and don't get
3934     approx #'s of players anymore.
3935  * POSIX threads support has been added.
3936  * The attack bmap bug has been fixed.
3937  * BTUs regenerate 3 times faster now.
3938  * GRAB_THINGS is off by default.
3939  * Big nuclear bombs are back, and FALLOUT has been fixed and enabled
3940     as a default (you couldn't make wasteland before with FALLOUT, now
3941     you can.)
3942  * You can now deliver military and civilians.
3943  * Added SHIP_DECAY option - off by default (turns off ships decaying out
3944     at sea if not enough mil.)
3945  * The reverting owner bug has been fixed in territory, thresh, dist
3946     and deliver.  There are probably more, and when found, will be fixed.
3947  * The "sectors don't starve when stopped or broke" bug has been fixed.
3948  * The "people never get truncated" bug has been fixed.
3949  * Added infrastructure to sectors.  What this means is that a sector
3950     can now have it's mobility improved by building both roads and
3951     railways.  It also means that a sectors defense is now based on the
3952     defensive infrastructure you build into the sector (no more intrinsic
3953     better defenses based on the sector, you determine which sectors are
3954     defended heavily, and which aren't.)
3955  * The defensive value of a sector no longer relies on the efficiency of
3956     the sector. Instead, it relies on the defensive efficiency of the sector.
3957     Thus, the "production" and "defensive" aspects of sectors have been
3958     separated.
3959  * "show sect stats" now shows the maximum defensive value for sectors.
3960  * Changed sector structure to take floats for off/def values so we can use
3961     a base of 1 instead of 2.
3962  * Added "improve" and "sinfrastructure" to support the infrastructure
3963     concepts.
3964  * Added L_TRAIN units which can only travel along railways.  Very fast on
3965     efficient railways, slow on non-efficient ones.
3966  * Added the ability for units to carry other units.
3967  * Fixed census (shortened up "fallout" and "coast" to "fall" and "coa".)
3968  * Forts only cost $500 to build and 100 hcms now (since they don't get any
3969     better defenses automagically.)
3970  * Modified "show sect build" to show the costs for building up the
3971     infrastructure of a sector.
3972  * Changed "spy" and the satellite recon stuff (which shows sector stuff for
3973     spyplanes too) to show the new infrastructure stuff, rounded of course.
3974  * Added Drake's info->html scripts, with some modifications, so you can
3975     now type "make html" and have your info pages built as html files too.
3976     This adds a new directory, "info.html", to the build tree.
3977  * Modified upgrade so that planes and land units may now be upgraded.
3978  * Added pstat command to list the statistics of your planes.
3979  * Added lstat command to list the statistics of your land units.
3980  * Added sstat command to list the statistics of your ships.
3981  * Added nmap command to show a map of your sectors after their new
3982     designations have taken place.