[Bps-public-commit] rtx-calendar branch, master, updated. 0.16
Thomas Sibley
trs at bestpractical.com
Wed Jul 10 16:45:15 EDT 2013
The branch, master has been updated
via 172868e1eeec746c43239e6acd85d3c6bd150e09 (commit)
from 3cf41fa73b5f959e0059dbb0a493eac9a1e824f9 (commit)
Summary of changes:
CHANGES | 3 +++
META.yml | 2 +-
lib/RTx/Calendar.pm | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 172868e1eeec746c43239e6acd85d3c6bd150e09
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Jul 10 13:44:13 2013 -0700
Releng 0.16
diff --git a/CHANGES b/CHANGES
index ab0adec..b0eef0c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Changes for 0.16
+ * Remove dependency on Date::ICal and use RT::Date's support instead
+
Changes for 0.15
* Switch to Digest::SHA from Digest::SHA1 to appease Debian
diff --git a/META.yml b/META.yml
index 63738c1..77ca84a 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Digest::SHA: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.15
+version: 0.16
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index da81b6c..8ad3208 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
use DateTime;
use DateTime::Set;
-our $VERSION = "0.15";
+our $VERSION = "0.16";
RT->AddStyleSheets('calendar.css')
if RT->can('AddStyleSheets');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list