[Bps-public-commit] rtx-calendar branch, master, updated. 0.11-4-g34386cb
Kevin Falcone
falcone at bestpractical.com
Tue Feb 7 12:17:24 EST 2012
The branch, master has been updated
via 34386cbb439aae66c156da93a490a284e9773ff5 (commit)
via df1b433ad5930255067c55ac85036c02b4e2b052 (commit)
from 9be336a9d3223a5707b93f06bc5fe48fa3698d96 (commit)
Summary of changes:
CHANGES | 6 ++++++
META.yml | 4 ++--
README | 12 ++++++++----
lib/RTx/Calendar.pm | 2 +-
4 files changed, 17 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit df1b433ad5930255067c55ac85036c02b4e2b052
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Feb 7 12:16:53 2012 -0500
Suck down Tom's updates from the lib
diff --git a/README b/README
index 3869593..bc0c45a 100644
--- a/README
+++ b/README
@@ -79,17 +79,21 @@ UPGRADE FROM 0.02
RTx-Calendar may work without this but it's not very clean.
BUGS
- * compatible only with RT 3.6 for the moment. If someone need
- compatibility with 3.4 I can work on this. And I will work on 3.7
- compatibility later.
+ All bugs should be reported via
+ <http://rt.cpan.org/Public/Dist/Display.html?Name=RTx-Calendar> or
+ bug-RTx-Calendar at rt.cpan.org.
AUTHORS
+ Best Practical Solutions
+
Nicolas Chuche <nchuche at barna.be>
Idea borrowed from redmine's calendar (Thanks Jean-Philippe).
COPYRIGHT
- Copyright 2007 by Nicolas Chuche <nchuche at barna.be>
+ Copyright 2007-2009 by Nicolas Chuche <nchuche at barna.be>
+
+ Copyright 2010-2012 by Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
commit 34386cbb439aae66c156da93a490a284e9773ff5
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Feb 7 12:17:03 2012 -0500
Bump version for 0.12
diff --git a/CHANGES b/CHANGES
index 5d3a285..85f1c3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Changes for 0.12
+ * Copyright updates
+
+Changes for 0.11
+ * fixes for characters that were breaking 3.8
+
Changes for 0.10
* packaging tweak
diff --git a/META.yml b/META.yml
index b0d2738..937ece5 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
---
abstract: 'Calendar view'
author:
- - 'Nicolas Chuche <nchuche at barna.be>'
+ - 'Best Practical Solutions'
- 'Nicolas Chuche <nchuche at barna.be>'
build_requires:
ExtUtils::MakeMaker: 6.36
@@ -28,4 +28,4 @@ requires:
DateTime::Set: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.11
+version: 0.12
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 4932a42..0061592 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.11";
+our $VERSION = "0.12";
sub FirstMonday {
my ($year, $month) = (shift, shift);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list