request-tracker4 (4.0.6-1) unstable; urgency=low

  The web-based query builder now uses Queue limits to restrict the set of
  displayed statuses and owners.  As part of this change, the %cfqueues
  parameter was renamed to %Queues; if you have local modifications to any
  of the following Mason templates, this feature will not function
  correctly:

      share/html/Elements/SelectOwner
      share/html/Elements/SelectStatus
      share/html/Prefs/Search.html
      share/html/Search/Build.html
      share/html/Search/Elements/BuildFormatString
      share/html/Search/Elements/PickCFs
      share/html/Search/Elements/PickCriteria

  This version of RT introduces some Cross-Site Request Forgery protection
  which may break some existing legitimate uses of RT. If you are affected
  please look at the new configuration variables $RestrictReferrer and
  @ReferrerWhitelist.

  This version of RT includes a database schema upgrade for MySQL and
  a database content update for all database versions. If you are using a
  dbconfig-managed database, you will be offered the choice of applying 
  these automatically; if not, or please apply them separately
  using something like:

  rt-setup-database-4 --action schema --datafile /usr/share/request-tracker4/etc/upgrade/4.0.6/schema.mysql --skip-create
  rt-setup-database-4 --action insert --datafile /usr/share/request-tracker4/etc/upgrade/4.0.6/content --skip-create

 -- Dominic Hargreaves <dom@earth.li>  Sun, 27 May 2012 17:28:19 +0100

request-tracker4 (4.0.1~rc1-1) experimental; urgency=low

  This new version of RT includes RTFM, which was previously packaged
  as an extension.

  This version of the RT4 package, does not include any automated database
  upgrade/migration from RT3.8. This may appear in the future. In the
  meantime, if you are planning to migrate an existing RT3.8 or earlier
  database, please see README.Debian for some advice.
  
 -- Dominic Hargreaves <dom@earth.li>  Thu, 14 Apr 2011 19:23:18 +0100
