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.25 Release Notes

RT 4.0.25rc1 -- 2017-06-01
==========================

We're pleased to announce the availability of the first release
candidate for RT 4.0.25. This release addresses several bugs in RT 4.0.
Please be aware that we intend for the 4.0.25 release to be the final
release of the RT 4.0 series. A complete list of improvements
follows.

https://download.bestpractical.com/pub/rt/devel/rt-4.0.25rc1.tar.gz
https://download.bestpractical.com/pub/rt/devel/rt-4.0.25rc1.tar.gz.sig

SHA-256 sums

f9ac08fdbfabf47e199d1f4aeab1b20b6d6082cde0541f15939f3a1e92d542f6  rt-4.0.25rc1.tar.gz
b3aaaaa9871e3994f54df149fc4282feeda1950a657f48dae726caf1e03b624d  rt-4.0.25rc1.tar.gz.sig

 - Shawn M Moore, for Best Practical


General user UI
  * Make sub-menus accessible on screen-readers
  * Respect the user's chosen units for Time Worked across page loads, instead
    of always defaulting to minutes (I#17985)
  * In Jumbo, preserve ticket basics so in progress changes persist after
    returning to the page
  * Fix a regression in 4.0.20 which caused some users to have
    blank homepages (I#30106)
  * Include the new Request Tracker logo

Database
  * We now correctly shred ObjectCustomFields records when shredding a
    CustomField

Server Administration
  * Avoid issues with dual-life module installation on older, patched perls
  * Explicitly depend on Class::Accessor::Fast, not Class::Accessor
  * Fix potential upgrade failure in e.g. etc/upgrade/upgrade-articles
  * Avoid regex deprecation warnings on perl 5.21.1+
  * Avoid issues with modern Perl versions excluding ./ from @INC
  * Avoid broken DateTime::Locale versions (I#31542)
  * Avoid incompatible DBD::mysql version (I#32670)

Developer
  * Fix RT::Attribute->DeleteSubValue
  * Remove duplicated content-encoding handling in OriginalContent

Documentation
  * Update links to the RT wiki
  * Update mailing list references to point to community forum

Internationalization
  * Update translations for: Arabic, Catalan, Czech, Occitan, Persian,
    Serbian, and Slovak

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