[Bps-public-commit] RT-Extension-CommandByMail branch, master, updated. 2.01-10-g896693e

Jim Brandt jbrandt at bestpractical.com
Fri Sep 9 13:11:27 EDT 2016


The branch, master has been updated
       via  896693ee6663576bb90c52afcbb657f1603b065b (commit)
      from  aa0deed355cebfbeb19eb13b532fdca3323a5c60 (commit)

Summary of changes:
 Changes                           | 5 +++++
 META.yml                          | 4 +++-
 Makefile.PL                       | 4 +++-
 lib/RT/Extension/CommandByMail.pm | 2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 896693ee6663576bb90c52afcbb657f1603b065b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Aug 3 09:05:23 2016 -0400

    Prep for 2.03 release

diff --git a/Changes b/Changes
index 013e374..718dfc2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+2.03 2016-08-03
+ - Explicitly decode all values extracted from MIME headers to align
+   with RT's handling. This allows for proper handling of characters
+   like umlauts in subjects. Fixes #115654. Thanks to Alex Vandiver.
+
 2.02 2016-07-13
  - Allow email through for normal processing when CommandByMailGroup
    is set and the From: user is not in the group. Fixes #114132
diff --git a/META.yml b/META.yml
index 1239e37..7a9fd27 100644
--- a/META.yml
+++ b/META.yml
@@ -23,10 +23,12 @@ no_index:
     - xt
   package:
     - RT::Extension::CommandByMail::Test
+    - RT::Extension::CommandByMail::Test
 requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '2.02'
+  repository: https://github.com/bestpractical/rt-extension-commandbymail
+version: '2.03'
 x_module_install_rtx_version: '0.37'
 x_requires_rt: 4.0.0
diff --git a/Makefile.PL b/Makefile.PL
index 024e268..6e3ef4a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,10 +1,12 @@
 use inc::Module::Install;
 
 RTx ('RT-Extension-CommandByMail');
-
+no_index package => "RT::Extension::CommandByMail::Test";
 build_requires('Test::More');
 build_requires('IPC::Open2');
 
+repository('https://github.com/bestpractical/rt-extension-commandbymail');
+
 auto_install();
 
 my ($lp) = ($INC{'RT.pm'} =~ /^(.*)[\\\/]/);
diff --git a/lib/RT/Extension/CommandByMail.pm b/lib/RT/Extension/CommandByMail.pm
index 85562b2..6bdbd23 100644
--- a/lib/RT/Extension/CommandByMail.pm
+++ b/lib/RT/Extension/CommandByMail.pm
@@ -11,7 +11,7 @@ our @LINK_ATTRIBUTES    = qw(MemberOf Parents Members Children
             HasMember RefersTo ReferredToBy DependsOn DependedOnBy);
 our @WATCHER_ATTRIBUTES = qw(Requestor Cc AdminCc);
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list