Updated changelog
authorMegaBrutal <code+git@megabrutal.com>
Sun, 14 Dec 2014 16:41:03 +0000 (17:41 +0100)
committerMegaBrutal <code+git@megabrutal.com>
Sun, 14 Dec 2014 16:41:03 +0000 (17:41 +0100)
modified:   changelog.txt

changelog.txt

index 556cd2e0f7142cc5771eeaf87ed9ad200a66c376..7b75398061077216042132e5ba779878e0bf9adf 100644 (file)
@@ -1,3 +1,23 @@
+MgSMTP v0.9s - 2014.12.15.
+--------------------------
+- Internal errors are now reported as temporary failure.
+- Fixed race condition bug which occurred when multiple threads were delivering messages through a forwarder mailbox.
+- Fixed bug with mishandling local spool objects as relay and vica versa, which could occur when the configuration changed the route from local to relay (or vica versa) when the spool object was already in queue.
+- Fixed incorrect parsing of MX precedence values larger than 100.
+- Fixed crash which occurred when compiled with FPC 2.6.2 and started in service mode.
+- When started in service mode, output is redirected to mgsmtp_stdout.log (in %SYSTEMROOT%\System32 or %SYSTEMROOT%\SysWOW64).
+- Fixed bug regarding Policies/Hosts table not being parsed case-insensitive.
+- Fixed PRESHUTDOWN not taking effect on Windows Vista and higher.
+- Improved Wine compatibility.
+- Implemented Win64 support.
+- Reject commands with non-printable ASCII characters (and disconnect client).
+- Domain-scope mailbox settings (valid for domain-specific domains, [Mailbox\@domain.tld] sections).
+- Support for alternate mailbox names using + signs ("plus aliases", e.g. "megabrutal+games@domain").
+- Improved command-line parsing: not only the first argument gets parsed, and accepting '-', '--' prefixes as well (e.g. "--install").
+- Added developer comment for test/debug builds. (Not seen in final release, but will turn up in Git builds.)
+- Changed "Client disconnected, and thread exited successfully." string to "Client disconnected.".
+
+
 MgSMTP v0.9r - 2012.01.15.
 --------------------------
 - MgSMTP now supports recipient address rewriting, forwarding and remailing. These features can be enabled on local mailboxes.
@@ -70,4 +90,4 @@ MgSMTP v0.9k - 2010.11.20.
 MgSMTP v0.9j - 2010.11.18.
 --------------------------
 - FIXED SERIOUS BUG: Upon delivery to multiple addresses through a single remote SMTP server, if the multiple RCPT commands had mixed results (some successes and some fails), MgSMTP incorrectly administered all addresses as succeded, if the DATA transaction was also successful.
-- A minor grammar mistake has been fixed.
\ No newline at end of file
+- A minor grammar mistake has been fixed.