From a7d44f821dd2b61a882ba99e953a24ee9f2baf72 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 23 Jun 2015 13:27:27 -0500 Subject: [PATCH] Add release notes for v1.9.9 --- WHATSNEW.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index 2d71dcf6f..1052aaba1 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,19 @@ +osTicket v1.9.9 +=============== +### Enhancements + * Properly balance stripped and invalid HTML (#2145) + * Add MANIFEST file to deployment process and retire duplicate code for packaging (#2052) + +### Improvements + * Fix inability to configure LDAP and S3 plugins (*regression*) (59337b3) + * Fix incorrect whitespace in search indexed HTML content (#2111) + * Add support for invalid `multipart/relative` content type (aaf1b74) + * Force line breaks for very long HTML lines (56cc709) + +### Performance and Security + * Fix slow query for ticket counts for large datasets (c4ace2d) + * Fix slow thread load query (thanks @torohill) (7b7e855) + osTicket v1.9.8.1 ================= ### Enhancements -- GitLab