From ad8a5a00a19d73faa82aa5a99652aa590e8d1a64 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 12 Jan 2015 15:21:05 -0600 Subject: [PATCH] Add release notes --- WHATSNEW.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/WHATSNEW.md b/WHATSNEW.md index c580634d1..452334776 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,17 @@ +osTicket v1.9.5.1 +================= +### Improvements + * Fix file.php to serve files added to system before osTicket v1.9.1 + * Fix file.php to serve files if client panel or system is offline + * Fix popover download of inline images + * Avoid de-duplicating zero-length files + * Send new message alert to team members if not assigned to an agent + * Fix import of users to organization not setting the organization + * Fix redactor toolbar showing over the date picker (#1450, thanks @Chefkeks) + +### Performance and Security + * Fix XSS vulnerability in client language selection + osTicket v1.9.5 =============== ### Enhancements -- GitLab