[Bps-public-commit] RT-Extension-SLA branch, master, updated. 1.03

Alex Vandiver alexmv at bestpractical.com
Wed Dec 10 12:08:59 EST 2014


The branch, master has been updated
       via  304c51ab0dc99fbf54428442dc6f9e50e63c3e5f (commit)
      from  ab544a2dab90494188bff24b311094978410f4c7 (commit)

Summary of changes:
 Changes                 | 4 ++++
 META.yml                | 2 +-
 lib/RT/Extension/SLA.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 304c51ab0dc99fbf54428442dc6f9e50e63c3e5f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Dec 10 12:07:14 2014 -0500

    Version 1.03 releng

diff --git a/Changes b/Changes
index ff9a956..114db32 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.03 2014-12-10
+ - Add a configuration option, AssumeOutsideActor, which causes the
+   Response SLA to assume only replies from Owner and AdminCCs meet SLA
+
 1.02 2014-12-02
  - Reduce severity of "no SLA CF applied to this ticket" logging to
    debug, as it is a valid configuration.
diff --git a/META.yml b/META.yml
index 2f9f65e..1d7e0d3 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-2.0.php
   repository: https://github.com/bestpractical/rt-extension-sla
-version: '1.02'
+version: '1.03'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
 x_rt_too_new: 4.4.0
diff --git a/lib/RT/Extension/SLA.pm b/lib/RT/Extension/SLA.pm
index 94f4423..c7b7376 100644
--- a/lib/RT/Extension/SLA.pm
+++ b/lib/RT/Extension/SLA.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package RT::Extension::SLA;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 =head1 NAME
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list