Blat version 3.2.1 has been released
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <35698E7AE9A14919A92689C5B8C5DCF8@localhost> |
============================ [ Blat ChangeLog Legend: ] [ + Added feature ] [ * Improved/changed feature ] [ - Bug fixed (we hope) ] ============================ 3.2.1 [*] Completely removed "reply-type=original" from the source, so it cannot be added to any message headers. No reference to this text was found in any RFC at ietf.org. [*] Add the whole server name/address to the Message-ID header. Before, only the domain portion of the server name was added to the header. In testing a multithreaded program, the routine that attempted to identify the domain was causing a crash. The crash condition goes away if I just use the server name as given by the user. [-] When checking user input for Unicode, the buffer length should already be set, therefore set the buffer length only if not already set. This allows users to send binary files as their message body like older versions.