OTRS v6.0.30 Release Notes

Release Date: 2020-10-12 // over 3 years ago
    • 2020-09-22 Updated translations, thanks to all translators.
    • 2020-09-15 Fixed bug#15246 - Default encryption setting on queue is ignored. If there are more than one S/MIME keys available, the newest one is selected in AgentTicketEmail and not the one selected for this queue. Also the setting in the queue about the certification to use is ignored by the ticket notifications.
    • 2020-09-09 Updated third party libraries: jquery to 3.5.1, fullcalendar to 3.10.2, fullcalendar-scheduler to 1.10.1 and spectrum to 1.8.1.
    • 2020-07-27 Fixed bug#15263 - Maint::Email::MailQueue adds error log entry because of using uninitialized value.
    • 2020-07-03 Fixed bug#15180 - Plain text article printing does not work well with citation.

Previous changes from v6.0.29

    • 2020-07-05 Fixed bug#15227 - Daemon outputs subroutine redefined in logs and provoking false task failures.
    • 2020-07-01 Updated translations, thanks to all translators.
    • 2020-06-30 Updated Mozilla's CA certificate bundle.
    • 2020-06-29 Improved session handling.
    • 2020-05-28 Changed shebang command line of Perl scripts from /usr/bin/perl (which hardcodes the system Perl) to /usr/bin/env perl (which uses the first found Perl from the $PATH). This should not cause any changes on systems where there is only one Perl installed, but more predictable behavior on systems which have an additional "custom" Perl installed.
    • 2020-05-26 Fixed bug#15143 - SysConfig broken for editing array of hashes.
    • 2020-05-18 Fixed bug#13924 - Error creating DateTime object appears in the log during daylight saving time switch.
    • 2020-05-13 Fixed bug#15016 - Processing of sequence flows throws error for tickets assigned to unknown or invalid processes.
    • 2020-05-13 Fixed bug#15075 - Wrong S/MIME certificate is selected in AgentTicketCompose.
    • 2020-05-08 Improved random number generator.
    • 2020-04-27 Fixed bug#14997 - RichText editor is taking focus if required validation fails. After updating jQuery library, it's not possible to leave it empty.
    • 2020-04-13 Fixed bug#15035 - Missing Perl dependency in CheckModules script (Moo).