Update to 4.0.17

Changelog:
RT 4.0.17 -- 2013-08-02
-----------------------

This release fixes an important regression in the upgrade script
included in 4.0.14, 4.0.15, and 4.0.16.  Attempting to upgrade from 3.x
would skip key upgrade steps.  New installs, and sites upgrading from
within the 4.0.x series, are unaffected.


RT 4.0.16 -- 2013-07-29
-----------------------

This release fixes an important regression in the Shredder tool included
in 4.0.14 and 4.0.15.  Attempting to run the Shredder tool from the
command line would fail with a compile-time error.


4.0.15 Release Notes

2013-07-25

This release fixes an important regression in the ugprade scripts
included in 4.0.14.  If you attempted to upgrade from 3.8 with the RT
FAQ Manager tables (FM_*) in your database, one of the upgrade scripts
would error out.


4.0.14 Release Notes

2013-07-25

This release is primarily a bugfix release. It also contains automated
tests for security vulnerabilities announced on 2012-10-25.

Features
* Ticket watcher searches that involve a large number of ORs will now
  use a much-improved SQL query, instead of the old many-join solution.
* Do a better job wrapping text before quoting it in a reply.
* Simple search now supports @example.com to search for tickets
  requested by users with email addresses ending in @example.com.
* If our display parsing of an HTML attachment fails for known reasons,
  a better error message is provided, directing admins to contact us with
  a sample.
* Tickets created via the REST interface can provide attachments.
* Comments and Replies in the REST interface may include a Content-Type.
* RT's Quote recognition now triggers on > and ignores things like
  !,|,#,% etc.  This should resolve a number of false positives.
* RT is now compatible with perl 5.18.0.


Bugfixes
* Resolve several corner cases where RT's database handle can be
  disconnected unexpectedly.
* When a TicketSQL query fails, report that failure to the user rather
  than silently displaying an empty ticket list.
* Display and add attachments to tickets in alphabetical rather than
  random order.
* Ensure that LifeCycle statuses are compared case-insensitively.
* Report Reminder creation/updates back to the user more consistently.
* Ensure that Reminders are created in the reminder_on_open LifeCycle
  configuration.
* The Bookmarks portlet is no longer unlimited and obeys standard
  homepage restrictions.
* Display non-ticket links in search result formats.
* RT::CurrentUser->Attributes now returns attributes for the relevant
  User, resolves a bug noticed in RT-Extension-MergeUsers.
* Always filter empty OrderBy directives, which may come from old saved
  search preferences.
* Uploaded attachments are now always marked Content-Disposition: attachment.
* Allow Custom Field Values to change case.
* The error message for Truncated Attachments is now marked text/plain
  rather than plain/text.
* When bulk updating Tickets with Transaction Custom Fields, the
  list of Transaction Custom Fields is based on the Queues of the
  Tickets displayed, not the Queues of the Tickets updated in the
  previous update.

Administration
* Clarify the cause of certain PostgreSQL full text indexing errors.
* Remove an error preventing logging of an actual error related to
  problems storing sessions.
* Clean the lock files used for file based sessions more aggressively.
* SetOutgoingMailFrom will now accept an email address to be used
  globally.
* OverrideOutgoingMailFrom now falls back to the global
  CorrespondAddress if the Queue does not declare one.
* rt-setup-database now prints the DatabasePort when describing the
  database it is modifying.
* rt-setup-database tries to detect when it is being run from an invalid
  location or being given an invalid upgrade directory.
* rt-setup-database detects an upgrade running on Pg 9.2 and directs the
  admin to install a newer DBD::Pg.
* rt-email-digest no longer prints output when sending digests unless
  the --verbose flag is passed.

Developer
* CleanSlate on collections more thoroughly resets the collection.
* A new callback and better support for JS/CSS tweaking of our
  Autocompleter display formats.
* New warning when an RT::URI::* resolver object cannot be created.
* Extensions may use rt-setup-database --action upgrade --package
  extension to provide RT's friendlier upgrade infrastructure.
* Refactoring of TicketSQL parse to support TxnCF.{CFName} or
  QueueCF.{CFName} in the future.

Documentation
* Correct the example backup `date` command in backups.pod
* MailCommand's testfile argument is now documented.
* Multiple cleanups to better support http://docs.bestpractical.com
* RT::Classes and RT::Principals now default to honoring the Disabled flag.
This commit is contained in:
ryoon 2013-08-24 00:27:50 +00:00
parent 0d7224cc2e
commit 77381096de
3 changed files with 49 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2013/06/11 13:54:19 ryoon Exp $
# $NetBSD: Makefile,v 1.4 2013/08/24 00:27:50 ryoon Exp $
#
DISTNAME= rt-4.0.13
DISTNAME= rt-4.0.17
PKGNAME= ${DISTNAME:S/rt/rt4/}
CATEGORIES= devel
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2013/06/11 13:55:16 ryoon Exp $
@comment $NetBSD: PLIST,v 1.3 2013/08/24 00:27:50 ryoon Exp $
share/rt4/bin/rt
share/rt4/bin/rt-crontool
share/rt4/bin/rt-mailgate
@ -939,6 +939,7 @@ share/rt4/data/html/Search/Elements/NewListActions
share/rt4/data/html/Search/Elements/PickBasics
share/rt4/data/html/Search/Elements/PickCFs
share/rt4/data/html/Search/Elements/PickCriteria
share/rt4/data/html/Search/Elements/PickTicketCFs
share/rt4/data/html/Search/Elements/ResultsRSSView
share/rt4/data/html/Search/Elements/SearchPrivacy
share/rt4/data/html/Search/Elements/SearchesForObject
@ -1352,3 +1353,44 @@ share/rt4/sbin/standalone_httpd
@pkgdir share/rt4/local/lib
@pkgdir share/rt4/local/html
@pkgdir share/rt4/local/etc
@pkgdir share/rt4/etc/upgrade/4.0.9
@pkgdir share/rt4/etc/upgrade/4.0.6
@pkgdir share/rt4/etc/upgrade/4.0.4
@pkgdir share/rt4/etc/upgrade/4.0.3
@pkgdir share/rt4/etc/upgrade/4.0.13
@pkgdir share/rt4/etc/upgrade/4.0.12
@pkgdir share/rt4/etc/upgrade/4.0.1
@pkgdir share/rt4/etc/upgrade/4.0.0rc7
@pkgdir share/rt4/etc/upgrade/4.0.0rc4
@pkgdir share/rt4/etc/upgrade/4.0.0rc2
@pkgdir share/rt4/etc/upgrade/3.9.8
@pkgdir share/rt4/etc/upgrade/3.9.7
@pkgdir share/rt4/etc/upgrade/3.9.6
@pkgdir share/rt4/etc/upgrade/3.9.5
@pkgdir share/rt4/etc/upgrade/3.9.3
@pkgdir share/rt4/etc/upgrade/3.9.2
@pkgdir share/rt4/etc/upgrade/3.9.1
@pkgdir share/rt4/etc/upgrade/3.8.9
@pkgdir share/rt4/etc/upgrade/3.8.8
@pkgdir share/rt4/etc/upgrade/3.8.6
@pkgdir share/rt4/etc/upgrade/3.8.4
@pkgdir share/rt4/etc/upgrade/3.8.3
@pkgdir share/rt4/etc/upgrade/3.8.2
@pkgdir share/rt4/etc/upgrade/3.8.1
@pkgdir share/rt4/etc/upgrade/3.8.0
@pkgdir share/rt4/etc/upgrade/3.7.87
@pkgdir share/rt4/etc/upgrade/3.7.86
@pkgdir share/rt4/etc/upgrade/3.7.85
@pkgdir share/rt4/etc/upgrade/3.7.82
@pkgdir share/rt4/etc/upgrade/3.7.81
@pkgdir share/rt4/etc/upgrade/3.7.3
@pkgdir share/rt4/etc/upgrade/3.7.19
@pkgdir share/rt4/etc/upgrade/3.7.15
@pkgdir share/rt4/etc/upgrade/3.7.10
@pkgdir share/rt4/etc/upgrade/3.7.1
@pkgdir share/rt4/etc/upgrade/3.5.1
@pkgdir share/rt4/etc/upgrade/3.3.11
@pkgdir share/rt4/etc/upgrade/3.3.0
@pkgdir share/rt4/etc/upgrade/3.1.17
@pkgdir share/rt4/etc/upgrade/3.1.15
@pkgdir share/rt4/etc/upgrade/3.1.0

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2013/06/11 13:54:19 ryoon Exp $
$NetBSD: distinfo,v 1.3 2013/08/24 00:27:50 ryoon Exp $
SHA1 (rt-4.0.13.tar.gz) = d09f0b9beed8f4e7972fd43d5597e78306d9acef
RMD160 (rt-4.0.13.tar.gz) = 2bd00ed591e3d59257908de4e61d0bcda3569e79
Size (rt-4.0.13.tar.gz) = 6895248 bytes
SHA1 (rt-4.0.17.tar.gz) = b348fa687001db08198bc2b014a348083108e801
RMD160 (rt-4.0.17.tar.gz) = 3136f0bab20d95a68786ca62e39e51a013648560
Size (rt-4.0.17.tar.gz) = 6925490 bytes
SHA1 (patch-config.layout) = 8199ae2d9e3b400380e24eaa54a76d8b2dcecf57