[Bps-public-commit] rtx-calendar branch, master, updated. 0.19-1-g816e970
Alex Vandiver
alexmv at bestpractical.com
Mon Jun 9 15:48:18 EDT 2014
The branch, master has been updated
via 816e970b1f4fe4646ffa10606388d032ed059288 (commit)
from d3a3e013db4567f9538bb3fc3c5696951820c840 (commit)
Summary of changes:
CHANGES | 6 ++++++
META.yml | 2 +-
lib/RTx/Calendar.pm | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 816e970b1f4fe4646ffa10606388d032ed059288
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jun 9 15:47:20 2014 -0400
Version bump to 0.20 for updated CHANGES file
diff --git a/CHANGES b/CHANGES
index 8c9adeb..dc5232a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Changes for 0.20
+ * Packaging fixes only (0.19 failed to update CHANGES)
+
+Changes for 0.19
+ * Fix double-encoding of previous/next month chevrons
+
Changes for 0.18
* RT 4.2 compatibility
* UI updates from Ivan Kohler
diff --git a/META.yml b/META.yml
index aac2606..1af7b04 100644
--- a/META.yml
+++ b/META.yml
@@ -29,4 +29,4 @@ requires:
Digest::SHA: 0
resources:
license: http://dev.perl.org/licenses/
-version: '0.19'
+version: '0.20'
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index ee4d158..2b617d7 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.19";
+our $VERSION = "0.20";
RT->AddStyleSheets('calendar.css');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list