[Rt-commit] rtir branch, 2.5-trunk, updated. 2.6.0rc2-8-ga51c19d
Ruslan Zakirov
ruz at bestpractical.com
Thu Nov 4 23:09:01 EDT 2010
The branch, 2.5-trunk has been updated
via a51c19d33840cf7401adb653e77b807d16768caf (commit)
via f0bee106e1a7ae48d24717a0ec4e5b7a172a4246 (commit)
via c7e91dd5cc9cf1f40d53a912fe376ed17b3cfbfa (commit)
from 11c9e63634ef00eccc393b11902c4e6720bf2ddf (commit)
Summary of changes:
META.yml | 2 +-
README | 2 ++
UPGRADING | 2 +-
lib/RT/IR.pm | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit c7e91dd5cc9cf1f40d53a912fe376ed17b3cfbfa
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Nov 5 03:30:46 2010 +0300
proper version in upgrading
diff --git a/UPGRADING b/UPGRADING
index 8174c4d..2aacbd7 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -120,7 +120,7 @@ Upgrading from 2.4.x and earlier
2) _RTIR_*_default options in the config has been merged together
into RTIR_CustomFieldDefaults hash. Change site config accordingly.
-Upgrading from 2.4.5 and earlier
+Upgrading from 2.4.4 and earlier
-------------------------
SubjectTag was ignored in RTIR templates, so users could be confused.
commit f0bee106e1a7ae48d24717a0ec4e5b7a172a4246
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Nov 5 03:33:07 2010 +0300
mention Net::Whois::RIPE problem
diff --git a/README b/README
index b688d92..ded2982 100644
--- a/README
+++ b/README
@@ -16,6 +16,8 @@ REQUIRED PACKAGES:
o RT 3.8.3 or later, configured, installed and tested.
o RTFM 2.4.1 or later, configured, installed and tested.
+o Net::Whois::RIPE 1.31 or OLDER, later versions broke
+ backwards compatibility
Upgrade instructions:
commit a51c19d33840cf7401adb653e77b807d16768caf
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Nov 5 05:34:39 2010 +0300
bump version, 2.6.0
diff --git a/META.yml b/META.yml
index 1e1f47d..5d9d987 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 2.6.0rc2
+version: 2.6.0
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 6a997a4..19c5a4f 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -46,7 +46,7 @@
#
package RT::IR;
-our $VERSION = '2.6.0rc2';
+our $VERSION = '2.6.0';
use 5.008003;
use warnings;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list