From 40cba7bd9911528123d6aa78a251713a1407c5ed Mon Sep 17 00:00:00 2001 From: Jared Hancock Date: Mon, 13 Oct 2014 12:07:33 -0500 Subject: [PATCH] Add release notes for 1.7.11 --- WHATSNEW.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index 49c0f722..bbee2730 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,18 @@ +osTicket v1.7.11 +================ +### Enhancements + * Add new ost-config.php setting, `MAIL_EOL` which permanently defeats the + newline corruption on outgoing email via the PHP `mail()` function + (#1248) + +### Improvements + * Fix sorting by ticket number if using sequential numbers + * Fix corruption of email mailbox if improperly encoded as ISO-8859-1 + without RFC 2047 charset hint (#1332) + +### Performance and Security + * Fix XSS vulnerability in email template management (#1162) + osTicket v1.7.10 ================ ### Improvements