4.7.000 Updates

Bugs

  • 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.
  • 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...).
  • SSO bug. In case we reuse an existing connection for a new session, the sso was not working because sso structures were not reset.
  • 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.
  • Error management in procedures. The error code was not propagated correctly in some situations to the calling command (bug #30).
  • A correct return value (0) from the procedure may generate an error if there is a last error available (bug #30).
  • The alias was case sensitive while it should not be (bug #36).

New features

  • Porting to linux 64 bits (x64).
  • Compiling the linux 32 bits version with libstd6 instead of libstd5.
  • Adding port number display in console and log when starting http/https.