[Rt-commit] [rtir] 01/01: upgrade target RT version from 4.2->4.4 and RTIR language from 3.2->3.4

Dustin Graves dustin at bestpractical.com
Tue Feb 9 13:25:52 EST 2016


This is an automated email from the git hooks/post-receive script.

dustin pushed a commit to branch 3.4/upgrade-target-rt-version
in repository rtir.

commit ef172689295a1a136e2fdb0f996a354ece9a32ec
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Feb 9 18:24:38 2016 +0000

    upgrade target RT version from 4.2->4.4 and RTIR language from 3.2->3.4
    
    Fixes: I#31682
---
 Makefile.PL    |  4 ++--
 README         | 30 +++++++++++++++---------------
 docs/UPGRADING | 10 +++++-----
 3 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index b609a64..59bf2ed 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,8 +6,8 @@ author('Best Practical Solutions <sales at bestpractical.com>');
 all_from('lib/RT/IR.pm');
 
 # update README and docs/UPGRADING
-requires_rt('4.2.10');
-rt_too_new('4.4.0',"\nThis version of RTIR is only compatible with RT 4.2.x and you are using RT %s\n");
+requires_rt('4.4.0');
+rt_too_new('4.6.0',"\nThis version of RTIR is only compatible with RT 4.2.x and you are using RT %s\n");
 
 # XXX: This should be reported by M::I::RTx
 my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;
diff --git a/README b/README
index 1c534b1..eaaa0ff 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ touch with us at <sales at bestpractical.com>.
 REQUIRED PACKAGES:
 ------------------
 
-o   RT 4.2.9 or newer releases of the 4.2 series.
+o   RT 4.4.0 or newer releases of the 4.4 series.
 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.
 
@@ -29,7 +29,7 @@ information.
 Installation instructions:
 --------------------------
 
-1) Install the current release of the RT 4.2 series following RT's regular installation instructions
+1) Install the current release of the RT 4.4 series following RT's regular installation instructions
 
 2) Run "perl Makefile.PL" to generate a makefile for RTIR.
 
@@ -90,7 +90,7 @@ Configuring RTIR
    RTIR_SiteConfig.pm in /opt/rt4/etc/ and adding your customizations.
 
 
-SETTING UP THE MAIL GATEWAY 
+SETTING UP THE MAIL GATEWAY
 ---------------------------
 
 An alias for the Incident Reports queue will need to be configured.
@@ -107,39 +107,39 @@ o  See "perldoc /opt/rt4/bin/rt-mailgate" for more info about the rt-mailgate sc
 
 o  If you're configuring RTIR with support for multiple constituencies, please
    refer to the instructions in the file docs/Constituencies.pod which is also
-   viewable here http://www.bestpractical.com/docs/rtir/3.2/Constituencies.html
+   viewable here http://www.bestpractical.com/docs/rtir/3.4/Constituencies.html
 
 Documentation for RTIR
 ----------------------
 
    * Documents included with RTIR are also available for browsing at
-        http://www.bestpractical.com/docs/rtir/3.2/
+        http://www.bestpractical.com/docs/rtir/3.4/
 
    * This README file
 
    * docs/UPGRADING
 
-   * docs/UPGRADING-* 
-        Version specific upgrading files. If upgrading from 2.6, you
-        would read the UPGRADING-2.6, UPGRADING-3.0 and UPGRADING-3.2 files.
+   * docs/UPGRADING-*
+        Version specific upgrading files. If upgrading from 3.0, you
+        would read the UPGRADING-3.0, UPGRADING-3.2, and UPGRADING-3.4 files.
 
    * docs/Tutorial.pod
-        ( also at http://bestpractical.com/docs/rtir/3.2/Tutorial )
+        ( also at http://bestpractical.com/docs/rtir/3.4/Tutorial )
         Extended information about ticket merging
 
    * docs/Constituencies.pod
-        ( also at http://bestpractical.com/docs/rtir/3.2/Constituencies )
+        ( also at http://bestpractical.com/docs/rtir/3.4/Constituencies )
         Information about setting up RTIR with multiple user constituencies
 
    * docs/AdministrationTutorial.pod
-        ( also at http://bestpractical.com/docs/rtir/3.2/AdministrationTutorial )
+        ( also at http://bestpractical.com/docs/rtir/3.4/AdministrationTutorial )
         Information about setting up RTIR for Administrators
-        
-   * etc/RTIR_Config.pm  
+
+   * etc/RTIR_Config.pm
         (Contains a number of RTIR-specific configuration options and instructions for their use)
-        http://www.bestpractical.com/docs/rtir/3.2/RTIR_Config.html
+        http://www.bestpractical.com/docs/rtir/3.4/RTIR_Config.html
 
-   * RTIR mailing list 
+   * RTIR mailing list
         Subscribe by sending mail to rtir-request at lists.bestpractical.com
 
 
diff --git a/docs/UPGRADING b/docs/UPGRADING
index 9412c92..8346725 100644
--- a/docs/UPGRADING
+++ b/docs/UPGRADING
@@ -24,7 +24,7 @@ lose data.
 
 =item 2
 
-Upgrade your RT installation to RT 4.2.9 or newer following
+Upgrade your RT installation to RT 4.4.0 or newer following
 its upgrade instructions. Make sure you follow all of the
 steps and upgrade both the code and the database.
 
@@ -34,10 +34,10 @@ rather than upgrading on top of your RT 3 installation.
 A lot of files have been deleted and moved around in RTIR
 so don't copy an old RTIR's files.
 
-    RTIR 3.0 is only compatible with RT 4.0 releases.
-
     RTIR 3.2 is only compatible with RT 4.2 releases.
 
+    RTIR 3.4 is only compatible with RT 4.4 releases.
+
 =item 3
 
 Make another backup of the DB, so you can return to this step
@@ -50,8 +50,8 @@ Install the new version of RTIR. B<DO NOT> run C<make initdb>.
 =item 5
 
 Review all of the upgrade notes in docs/UPGRADING-*. If you were
-coming from 2.4.1, you would read UPGRADING-2.4, UPGRADING-2.6 and
-UPGRADING-3.0 and UPGRADING-3.2.
+coming from 2.6.1, you would read UPGRADING-2.6, UPGRADING-3.0, UPGRADING-3.2,
+and UPGRADING-3.4.
 
 =item 6
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list