Updates 47000 » History » Version 9

Pierre Marc, 12/28/2011 04:54 PM

1 2 Pierre Marc
h1. 4.7.000 Updates
2 1 Pierre Marc
3 1 Pierre Marc
h2. Bugs
4 1 Pierre Marc
5 1 Pierre Marc
* Installation. Under windows if a file has the hidden or read only attribute, the file is not replaced by the installation program and the installation fails. The correction changes the file attribute to "normal" before overriding it.
6 3 Pierre Marc
* MAIL:SEND command. When sending an email with an attachment, the Content-type of the email was Multipart/related, meaning the mail client sees the attachments as inline attachments so it does not displays them (depending on mail client...).
7 5 Pierre Marc
* SSO bug. In case we reuse an existing connection for a new session, the sso was not working because sso structures were not reset.
8 5 Pierre Marc
* The java interface may crash the Nirva 64 bits server on Windows. This bug only occurs on version 4.6.000. We recommand updating to version 4.7.000.
9 7 Pierre Marc
* Error management in procedures. The error code was not propagated correctly in some situations to the calling command (bug #30).
10 8 Pierre Marc
* A correct return value (0) from the procedure may generate an error if there is a last error available (bug #30).
11 9 Pierre Marc
* The alias was case sensitive while it should not be (bug #36).
12 3 Pierre Marc
13 3 Pierre Marc
h2. New features
14 3 Pierre Marc
15 4 Pierre Marc
* Porting to linux 64 bits (x64).
16 3 Pierre Marc
* Compiling the linux 32 bits version with libstd6 instead of libstd5.
17 5 Pierre Marc
* Adding port number display in console and log when starting http/https.