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