]> git.pond.sub.org Git - empserver/commitdiff
Update change log again for 4.3.14.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 29 Apr 2008 20:08:03 +0000 (22:08 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 29 Apr 2008 20:08:03 +0000 (22:08 +0200)
doc/CHANGES4.X
info/Empire4.t

index 294d169e421139b526e81b56a1368fc937998de8..8e0fdd4b21d2b743b3c8be785bd70a428a50e84c 100644 (file)
@@ -1,6 +1,13 @@
-Changes to Empire 4.3.14 - Fri Apr 25 20:25:42 UTC 2008
- * New server option -E to choose what to do on oops.  You can now
-   make the server dump core and keep going (-E crash-dump, not
+Changes to Empire 4.3.14 - Tue Apr 29 19:55:12 UTC 2008
+ * Fix logging of player input in the journal to include command
+   interruption and EOF.
+ * Fix oversights in 4.3.12's change to keep track of flying planes:
+   planes could be erroneously reported damaged by their own ground
+   strikes.  Happened with missions and the launch command.
+ * Fix load not load hardened missiles.
+ * Fix harden not to harden missiles loaded on land units.
+ * New server option -E to choose what to do on recoverable internal
+   error.  You can now make the server dump core and keep going (not
    implemented for Windows).  New econfig key post_crash_dump_hook to
    run a program after crash-dumping.  See scripts/savecore for an
    example.
@@ -11,6 +18,7 @@ Changes to Empire 4.3.14 - Fri Apr 25 20:25:42 UTC 2008
    with power c.
  * Fix designate's check for disallowed sector types.  Broken in
    4.3.12.
+ * Documentation fixes.
 
 Changes to Empire 4.3.13 - Tue Apr 15 19:03:11 UTC 2008
  * Work around strptime() lossage on some systems.  Fixes the parsing
index 58cf80de558c432237a056f7c8c87fd718191306..7b25c0696ec3b175a6bad0dae77c484aea0c38e3 100644 (file)
@@ -7,9 +7,16 @@ new Empire4 Server.  This outlines the various changes and how they
 will affect you, the player.  These were coded as the Wolfpack project,
 and bug-reports should be sent to <wolfpack@wolfpackempire.com>.
 .NF
-Changes to Empire 4.3.14 - Fri Apr 25 20:25:42 UTC 2008
- * New server option -E to choose what to do on oops.  You can now
-   make the server dump core and keep going (-E crash-dump, not
+Changes to Empire 4.3.14 - Tue Apr 29 19:55:12 UTC 2008
+ * Fix logging of player input in the journal to include command
+   interruption and EOF.
+ * Fix oversights in 4.3.12's change to keep track of flying planes:
+   planes could be erroneously reported damaged by their own ground
+   strikes.  Happened with missions and the launch command.
+ * Fix load not load hardened missiles.
+ * Fix harden not to harden missiles loaded on land units.
+ * New server option -E to choose what to do on recoverable internal
+   error.  You can now make the server dump core and keep going (not
    implemented for Windows).  New econfig key post_crash_dump_hook to
    run a program after crash-dumping.  See scripts/savecore for an
    example.
@@ -20,6 +27,7 @@ Changes to Empire 4.3.14 - Fri Apr 25 20:25:42 UTC 2008
    with power c.
  * Fix designate's check for disallowed sector types.  Broken in
    4.3.12.
+ * Documentation fixes.
 
 Changes to Empire 4.3.13 - Tue Apr 15 19:03:11 UTC 2008
  * Work around strptime() lossage on some systems.  Fixes the parsing