I'm pleased to announce the release of RT 3.6.6, the latest update to the RT 3.6 stable series. This version is a recommended upgrade for any site running RT in production. Its changes focus on user-visible performance improvements and includes a fix for some causes of the dreaded "repeated login" bug.
Do note that this release of RT adds a dependency on CSS::Squish to help improve display performance. As a reminder, you should always "make testdeps" before installing a new release of RT.
http://download.bestpractical.com/pub/rt/release/rt-3.6.6r.tar.gz
http://download.bestpractical.com/pub/rt/release/rt-3.6.6tar.gz.sig
MD5 Sums:
b626c906e7b33c8d1879c15ed744f7e3 rt-3.6.6.tar.gz
f03cd392cee84905d38de36788391a30 rt-3.6.6.tar.gz.sig
A changelog follows...
Fixes:
* missing </td> found by Steve Turner
* Sort Templates, Actions and Conditions by Name, as suggested by Steve Turner
* ACL queries have been split apart into more small queries, which leads to more effective caching _and_ has better performance characteristics on MySQL 5.x
Translations:
* Updated french translation from Emmanuel Lacour
* Massive internationalization fixes
* Full translation of zh_tw and zh_cn from Audrey Tang
Tests:
* Add more tests on sorting by CF
API:
* new callbacks in Simple Search
* Allow the caller of Googleish searches to choose what queues go into the query
* Add an optional Clear button to SelectionBox
* Add a NoArrows option to selectionbox, for when order doesn't matter
Web Interface:
* A change to session handling that should improve stability with File, Oracle and SQLite session stores.
* CSS and javascript files should be better cached on the client
* CSS files are now concatenated and squished to cut down on the number of initial HTTP requests.
Comments