Changes from 1.1.3 to 1.1.4: 
- New per SR access rights system.
- In the SLA compliance summary, the absolute times are used instead of time intervals.

Changes from 1.1.2 to 1.1.3: 
- Corrected a bug in locations dropdown.
- Added two more text fields on faults, depended on the boolean flag below. These are comments fields, usefull in some cases of SLA-enabled faults.
- Added another field in companies locations: external code. This can be used in arbitrary ways, to hold for example a code that the company has assigned to this location.
- Added a new statistics (summary) screen that uses the SLA changes below. The summary is also available as csv file. (aff: st_stats.pl, st_lib.pm).
- Added two new fields in company locations: SLA responce time and SLA 
  resolution time. These time intervals can be compared to the differences
  of the time fields below and used to check for SLA compliance.
- Added a boolean flag on fault types. When this flag is true, three more
  timestamp fields are used in each fault. These fields are used to track 
  report time, responce time and fault resolution time independently from 
  the fault's opened and closed timestamps. This way, incidents that have been
  reported by other means (outside STuNT) can be inserted afterwards in the
  database and have their significant timestamps recorded correctly. 
  The above is configurable by fault type. When report, responce and 
  resolution time are important for a specific client, one or more special
  fault types can be created with the above flag true and then assigned to 
  that client. This way, only the specific client's faults will have the extra 
  fields and the rest of the tickets will be treated as before.
  (aff: st_faults.pl)
- Permitted location read-only display for everybody (aff: st_companies.pl)
- Order changed for simple users in location dropdown field (aff: st_faults.pl).
- Added printer friendly ticket screen (aff: st_faults.pl).
- Minor bugs corrections (spellings etc) (aff: st_faults.pl).

Changes from 1.1.1 to 1.1.2:
- Replaced hardcoded encoding and language with parameters in stunt.conf (aff: all code).
- Added more statistics screens (aff: st_sendfile.pl, st_lib.pl add: st_stats.pl, add: st_elapsed, st_init_level_of_fault views)
- Added closed timestamp for closed tickets in search results (aff: st_faults.pl)
