[Rt-commit] rtir branch, 4.0/required-rt-version, created. 4.0.0rc1-7-gc7f9142

Dustin Graves dustin at bestpractical.com
Tue Jun 28 16:33:55 EDT 2016


The branch, 4.0/required-rt-version has been created
        at  c7f914261d4a3c0a9d4c6642c4fd9121be40fc10 (commit)

- Log -----------------------------------------------------------------
commit c7f914261d4a3c0a9d4c6642c4fd9121be40fc10
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Jun 28 20:30:53 2016 +0000

    update required RT version from 4.4.0 to 4.4.1
    
    Fixes: I#32093

diff --git a/META.yml b/META.yml
index 57f36d1..5885b29 100644
--- a/META.yml
+++ b/META.yml
@@ -34,5 +34,5 @@ resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: 4.0.0rc1
 x_module_install_rtx_version: '0.37'
-x_requires_rt: 4.4.0
+x_requires_rt: 4.4.1
 x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index c8dc94e..20763ab 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ author('Best Practical Solutions <sales at bestpractical.com>');
 all_from('lib/RT/IR.pm');
 
 # update README and docs/UPGRADING
-requires_rt('4.4.0');
+requires_rt('4.4.1');
 rt_too_new('4.6.0',"\nThis version of RTIR is only compatible with RT 4.4.x and you are using RT %s\n");
 
 # XXX: This should be reported by M::I::RTx
diff --git a/README b/README
index c81a35b..690fc7c 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ touch with us at <sales at bestpractical.com>.
 REQUIRED PACKAGES:
 ------------------
 
-o   RT version 4.4.0 or later.
+o   RT version 4.4.1 or later.
 o   Net::Whois::RIPE 1.31 is bundled with RTIR for compatibility with the
     API RTIR uses and for a fix to run without warnings under perl 5.18.
 
diff --git a/docs/UPGRADING b/docs/UPGRADING
index 44a811e..942035c 100644
--- a/docs/UPGRADING
+++ b/docs/UPGRADING
@@ -24,7 +24,7 @@ lose data.
 
 =item 2
 
-Upgrade your RT installation to RT 4.4.0 or newer following
+Upgrade your RT installation to RT 4.4.1 or newer following
 its upgrade instructions. Make sure you follow all of the
 steps and upgrade both the code and the database.
 

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


More information about the rt-commit mailing list