From 677434dbfee02b5fc113d2ba11914912b1818bc0 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..8bd71c48 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 (#11623) + osTicket v1.7.10 ================ ### Improvements