RT: Request Tracker

This version has reached its end of life and is out of support. Please contact us for upgrade assistance.

RT 4.0.22 Release Notes

RT 4.0.22 -- 2014-09-11
-----------------------

We are pleased to announce that RT 4.0.22 is now available.

https://download.bestpractical.com/pub/rt/release/rt-4.0.22.tar.gz
https://download.bestpractical.com/pub/rt/release/rt-4.0.22.tar.gz.sig

SHA1 sums

5204bba995605b9d5ed3bca6d80f51d574def8d0  rt-4.0.22.tar.gz
34f1edb47ad726dafdb120c9cbcffb5c43069f69  rt-4.0.22.tar.gz.sig

This release is primarily a bugfix release; most notably, it reworks
UTF8 data handling to work with versions of DBD::Pg 3.3.0 and above.  On
PostgreSQL, this requires a newer version of DBIx::SearchBuilder.


General user UI
 * Fix styling of "There are unread messages" box in aileron
 * Keep date and datetime custom field inputs during failed ticket
   creation
 * Silence warnings from emails without Content-Transfer-Encoding
   headers
 * Silence warnings on user modify pages for disabled users

Command-line
 * Reduce values queried using "rt ls" to only those displayed; this
   speeds request time significantly when a large number of custom
   fields are applied

Admin
 * Add an additional suggested index on Attachments' Creator for
   deleting users with Shredder
 * Fix rt-dump-metadata, by removing PrivateKey from _Accessible
   (#22465)
 * Rework internals dealing with characters/bytes, for better internal
   consistency, and su support DBD::Pg 3.3.0 and above.

Documentation
 * Correct documentation on where Shredder places sqldump files (#19167)


A complete changelog is available from git by running:
    git log rt-4.0.21..rt-4.0.22
or visiting
    https://github.com/bestpractical/rt/compare/rt-4.0.21...rt-4.0.22