1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338
|
request-tracker4 (4.4.7+dfsg-2) unstable; urgency=medium
There is an information exposure vulnerability due to browser cache usage.
If you have sensitive information, you may wish to enable the new
$WebStrictBrowserCache option.
-- Andrew Ruthven <andrew@etc.gen.nz> Sun, 11 Aug 2024 19:27:07 +1200
request-tracker4 (4.4.7+dfsg-1) unstable; urgency=high
The release announcement for this release includes this statement from
upstream:
At this point, the 4.4 series is very much in maintenance mode and
receiving only important bug fixes. We are not announcing the end of life
yet, but if you are still running version 4.4, you should start working
on your plans to upgrade to RT 5. Plus you'll get a bunch of new
features!
For RT 5 please look at the request-tracker5 and rt5-* packages.
It is strongly recommended that you ensure that .../REST/1.0/NoAuth is only
accessible for host(s) that run rt-mailgate for submitting email to RT.
This is often the system which has request-tracker4 installed. The sample
configurations supplied by these packages for Apache2 and Nginx restrict
access to localhost only.
This release introduces support for MySQL 8.
-- Andrew Ruthven <andrew@etc.gen.nz> Sat, 28 Oct 2023 14:02:16 +1300
request-tracker4 (4.4.6+dfsg-1) unstable; urgency=high
This version of RT includes database index changes. If you are using a
dbconfig-managed database, you will be offered the choice of applying this
automatically; if not, please apply them separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.4.5 \
--upgrade-to 4.4.6
A bug with the Mason cache introduced in 4.4.5 is fixed. This mostly
impacted RTIR users, but could show up with broken links in other cases
also.
-- Andrew Ruthven <andrew@etc.gen.nz> Fri, 24 Jun 2022 14:32:38 +1200
request-tracker4 (4.4.5+dfsg-1) unstable; urgency=medium
This version of RT includes a database content upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.4.2 --upgrade-to 4.4.5
-- Andrew Ruthven <andrew@etc.gen.nz> Fri, 25 Mar 2022 15:56:52 +1300
request-tracker4 (4.4.4+dfsg-1) unstable; urgency=medium
This release of Request Tracker 4 will now use GnuPG v2 by default,
that is the /usr/bin/gpg binary. If you want to stay with GnuPG v1 then
you will need to add something like the following to a file in
/etc/request-tracker4/RT_SiteConfig.d:
Set(%GnuPG, GnuPG => 'gpg1');
And make sure that the gnupg1 package is installed.
-- Andrew Ruthven <andrew@etc.gen.nz> Mon, 01 Feb 2021 20:15:21 +1300
request-tracker4 (4.4.3-1) unstable; urgency=medium
RT now has the functionality from
RT::Extension::AdminConditionsAndActions built in. Users who are
currently using this extension should remove it from the plugin list.
Please also remove local/plugins/RT-Extension-AdminConditionsAndActions
from your RT installation.
-- Dominic Hargreaves <dom@earth.li> Sun, 09 Sep 2018 18:25:00 +0100
request-tracker4 (4.4.2-1) unstable; urgency=medium
This version includes changes to time worked handling. If you
rely on this feature, please check UPGRADING-4.4.
This version of RT includes a database content upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.4.1 --upgrade-to 4.4.2
-- Dominic Hargreaves <dom@earth.li> Fri, 25 Aug 2017 23:08:25 +0100
request-tracker4 (4.4.1-1) experimental; urgency=medium
Below are some specific notes about changes in this major new release
of RT, but please also review in full the notes at
/usr/share/doc/request-tracker4/UPGRADING-4.4.gz.
This version of RT incorporates several plugins, which should be removed
from the system if installed locally to prevent conflicts:
- RT::Authen::ExternalAuth
- RT::Extension::LDAPImport
- RT::Extension::Assets
- RT::Extension::SLA
- RT::Extension::ExternalStorage
- RT::Extension::ParentTimeWorked
- RT::Extension::AddAttachmentsFromTransactions
- RT::Extension::SpawnLinkedTicketInQueue
- RT::Extension::FutureMailgate
Please see /usr/share/doc/request-tracker4/UPGRADING-4.4.gz for
additional steps which might be required when migrating from one
of these extensions to RT 4.4.
This version of RT includes a database content upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.2.13 --upgrade-to 4.4.1
Note: if you are upgrading from a different version than 4.2.13,
specify that version number instead.
Since RT 4.4, configuration snippets in
/etc/request-tracker4/RT_SiteConfig.d are read by RT itself if named
with the .pm extension. The post-install script will rename files
managed by the package accordingly, but other files will need to be
manually renamed by the administrator. The update-rt-sitconfig script
is now obsolete and has been removed.
-- Dominic Hargreaves <dom@earth.li> Mon, 02 Jan 2017 17:37:08 +0000
request-tracker4 (4.2.11-1) unstable; urgency=medium
This version of RT includes a database content upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.2.10 --upgrade-to 4.2.11
The full-text indexing defaults for PostgreSQL have changed; GiST is now
the suggested index, as well as storing data in a separate
AttachmentsIndex table. Both changes improve lookup speed. For
improved search performance, you may wish to drop existing tsvector
and GIN indexes on Attachments, and re-generate the index using
rt-setup-fulltext-index.
-- Dominic Hargreaves <dom@earth.li> Mon, 04 May 2015 18:23:45 +0100
request-tracker4 (4.2.10-1) experimental; urgency=medium
This version of RT includes a database content upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.2.9 --upgrade-to 4.2.10
-- Dominic Hargreaves <dom@earth.li> Sun, 29 Mar 2015 20:53:28 +0100
request-tracker4 (4.2.7-1) unstable; urgency=high
This version of RT includes a database content upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.2.6 --upgrade-to 4.2.7
-- Dominic Hargreaves <dom@earth.li> Fri, 12 Sep 2014 23:08:11 +0100
request-tracker4 (4.2.6-1) unstable; urgency=medium
This version of RT includes a database content and schema upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.2.4 --upgrade-to 4.2.6
-- Dominic Hargreaves <dom@earth.li> Sat, 06 Sep 2014 20:11:06 +0100
request-tracker4 (4.2.4-1) unstable; urgency=medium
This version of RT includes a database content upgrade (although it
is implemented as a 'schema' file, it does not change the database
schema). If you are using a dbconfig-managed database, you will be
offered the choice of applying this automatically; if not, please
apply them separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.2.3 --upgrade-to 4.2.4
-- Dominic Hargreaves <dom@earth.li> Sun, 18 May 2014 22:36:53 +0100
request-tracker4 (4.2.3-1) experimental; urgency=medium
This version of RT includes a database content and schema upgrade.
If you are using a dbconfig-managed database, you will be offered the
choice of applying this automatically; if not, please apply them
separately using something like:
rt-setup-database-4 --action upgrade --upgrade-from 4.0.19 --upgrade-to 4.2.3
This version of RT is a major upgrade from the 4.0.x series and includes
some incompatible changes. Please check
/usr/share/doc/request-tracker4/UPGRADING-4.2.gz for anything which
may need action for your installation.
This version of the RT package changes the logging configuration to
log to a file rather than syslog by default. Please check that this
configuration is suitable for your installation.
-- Dominic Hargreaves <dom@earth.li> Mon, 24 Feb 2014 22:16:14 +0000
request-tracker4 (4.0.19-1) unstable; urgency=medium
This version of RT includes a database content and schema upgrade
(the latter for MySQL only). If you are using a dbconfig-managed database,
you will be offered the choice of applying this automatically; if not,
please apply them separately using something like:
rt-setup-database-4 --action insert --datafile /usr/share/request-tracker4/etc/upgrade/4.0.18/content --skip-create
rt-setup-database-4 --action insert --datafile /usr/share/request-tracker4/etc/upgrade/4.0.19/content --skip-create
and in addition, for MySQL:
rt-setup-database-4 --action schema --datafile /usr/share/request-tracker4/etc/upgrade/4.0.19/schema.mysql --skip-create
-- Dominic Hargreaves <dom@earth.li> Sun, 16 Feb 2014 16:15:23 +0000
request-tracker4 (4.0.12-2) unstable; urgency=high
This version of RT includes a database content upgrade (although it
is implemented as a 'schema' file, it does not change the database
schema). If you are using a dbconfig-managed database, you will be
offered the choice of applying this automatically; if not, please
apply them separately using something like:
rt-setup-database-4 --action schema --datafile /usr/share/request-tracker4/etc/upgrade/4.0.13/schema.Pg --skip-create
or
rt-setup-database-4 --action schema --datafile /usr/share/request-tracker4/etc/upgrade/4.0.13/schema.mysql --skip-create
Note that there is no update available for SQLite databases; they are not
recommended for production use.
-- Dominic Hargreaves <dom@earth.li> Sat, 11 May 2013 18:01:12 +0100
request-tracker4 (4.0.12-1) unstable; urgency=low
This version of RT includes a database content upgrade (although it
is implemented as a 'schema' file, it does not change the database
schema). If you are using a dbconfig-managed database, you will be
offered the choice of applying this automatically; if not, please
apply them separately using something like:
rt-setup-database-4 --action schema --datafile /usr/share/request-tracker4/etc/upgrade/4.0.12/schema.Pg --skip-create
Note that schema.Pg can be used for MySQL, PostgreSQL and SQLite.
-- Dominic Hargreaves <dom@earth.li> Sat, 11 May 2013 14:52:32 +0100
request-tracker4 (4.0.10-1) experimental; urgency=low
This version of RT includes a database content upgrade. If you are using
a dbconfig-managed database, you will be offered the choice of applying
this automatically; if not, please apply them separately using
something like:
rt-setup-database-4 --action insert --datafile /usr/share/request-tracker4/etc/upgrade/4.0.9/content --skip-create
-- Dominic Hargreaves <dom@earth.li> Wed, 27 Mar 2013 22:36:31 +0000
request-tracker4 (4.0.7-5) unstable; urgency=medium
This release changes the default location of variable data in RT
from /var/cache/request-tracker4 to /var/lib/request-tracker4; this
fixes a long-standing bug where non-cache data was put in /var/cache.
The GPG data are moved automatically to the new location by the postinst,
but other data, such as Sphinx indexes, are not.
It is recommended that you check /var/cache/request-tracker4 for other
data which should live elsewhere, move them to /var/lib/request-tracker4,
and update configuration files (such as the Sphinx configuration
generated by rt-setup-fulltext-index) manually. However
/var/cache/request-tracker4/mason_data and
/var/cache/request-tracker4/session_data should not be moved.
-- Dominic Hargreaves <dom@earth.li> Thu, 28 Mar 2013 22:42:02 +0000
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, 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
|