RT 4.4.1rc2 released

RT 4.4.1rc2 – 2016-07-06

We’re pleased to announce the availability of the second release candidate
for RT 4.4.1. This release candidate addresses several bugs in the RT 4.4
series and improves compatibility with extensions.

We would be thrilled to hear your experiences installing or upgrading to
this release; the more feedback we get, the sooner the official release
of RT 4.4.1 can occur. Please be sure to review the upgrading
documentation available in docs/UPGRADING-4.4, as there are a number of
important changes to be aware of. Even if you’re upgrading from RT
4.4.0, you’ll want to look at the bottom of that document for
4.4.1-specific upgrading notes. Upgrading documentation is also
available at UPGRADING-4.4 - RT 4.4.1 Documentation - Best Practical

The list of bug fixes since the first 4.4.1 release candidate is
included below.

https://download.bestpractical.com/pub/rt/devel/rt-4.4.1rc2.tar.gz
https://download.bestpractical.com/pub/rt/devel/rt-4.4.1rc2.tar.gz.asc

0644843bc5f87514a227a819eff41732290a8c23 rt-4.4.1rc2.tar.gz
387aa2c3c1f7811098f2a5942528112b279e8cc5 rt-4.4.1rc2.tar.gz.asc

  • Shawn M Moore, for Best Practical
  • Add $AttachmentListCount RT_Config option to restore the 4.4.0 behavior
    of showing all attachments by default
  • Avoid failure to create tickets due to custom role rights (I#32069)
  • Improve ShowHistory compatibility with RTIR
  • Avoid errors during make initdb when ExternalAuth is enabled (I#32009)
  • Fix JS compile errors for translations with apostrophes (specifically
    French) under infinite scroll (I#32090)
  • Add stubs for the fields that had been removed from queues in 4.4 to
    improve compatibility with extensions and customizations (I#32019)
  • Third-party source code packaging improvements (I#31900)
  • Avoid SQL errors when using article quicksearch (I#31987)
  • Remove unnecessary dependencies on FCGI::ProcManager and
    Net::LDAP::Server::Test (I#31872)
  • Many cleanups in and improvements to our CPAN dependency install toolchain
  • Adjust TicketHistoryPage to reuse existing callbacks for TicketHistory
  • Link to our new RT wiki at https://rt-wiki.bestpractical.com

A complete changelog is available from git by running:
git log rt-4.4.1rc1…rt-4.4.1rc2
or visiting