[Bps-public-commit] RT-Extension-SLA branch, master, updated. 0.05-16-gc929225
Thomas Sibley
trs at bestpractical.com
Wed Jun 27 18:47:19 EDT 2012
The branch, master has been updated
via c929225f866acec10bdd45ccdcdc2764ebbe9b3c (commit)
from 43da0c8cacfd189f6f768351ff37d9e1fbfb1eba (commit)
Summary of changes:
Changes | 9 +++++++++
META.yml | 2 +-
lib/RT/Extension/SLA.pm | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c929225f866acec10bdd45ccdcdc2764ebbe9b3c
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Jun 27 15:46:31 2012 -0700
Another dev release and updated Changes
diff --git a/Changes b/Changes
index a5072b2..12d5fff 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+0.05_02 Wed Jun 27 15:44:36 PDT 2012
+
+ * Make sure timezone change is seen by system functions
+ * CalculateTime: Optionally accept a provided Agreement
+
+0.05_01 Wed Jun 27 15:38:29 2012 -0700
+
+ * Per-queue timezone support
+
0.05 Sun Jul 31 04:08:45 MSD 2011
* don't set default SLA for reminders
diff --git a/META.yml b/META.yml
index d23f68f..766c822 100644
--- a/META.yml
+++ b/META.yml
@@ -25,4 +25,4 @@ requires:
perl: 5.8.0
resources:
license: http://opensource.org/licenses/gpl-2.0.php
-version: 0.05_01
+version: 0.05_02
diff --git a/lib/RT/Extension/SLA.pm b/lib/RT/Extension/SLA.pm
index ca97c93..b3b8734 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 = '0.05_01';
+our $VERSION = '0.05_02';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list