[Rt-commit] rtir branch 5.0.3-releng created. 5.0.1-81-g593ec91f

BPS Git Server git at git.bestpractical.com
Tue Jun 14 19:53:42 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".

The branch, 5.0.3-releng has been created
        at  593ec91f308f6aa8cc282026fa235b1fccfb4853 (commit)

- Log -----------------------------------------------------------------
commit 593ec91f308f6aa8cc282026fa235b1fccfb4853
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jun 15 03:08:02 2022 +0800

    Prepare 5.0.3beta1

diff --git a/MANIFEST b/MANIFEST
index 0d48f7b6..1c380792 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -58,6 +58,7 @@ etc/upgrade/3.3.3/content
 etc/upgrade/3.3.4/content
 etc/upgrade/4.9.0/content
 etc/upgrade/4.9.1/content
+etc/upgrade/5.0.2/content
 etc/upgrade/remove_files
 etc/upgrade/rtir-2.4-upgrade.pl.in
 html/Callbacks/RTIR/Admin/Queues/DefaultValues.html/Init
@@ -108,6 +109,7 @@ html/RTIR/Elements/SelectNewTicketQueue
 html/RTIR/Elements/SelectRTIRQueue
 html/RTIR/Elements/ShowArticles
 html/RTIR/Elements/ShowChildren
+html/RTIR/Elements/ShowCVEDetails
 html/RTIR/Elements/ShowDates
 html/RTIR/Elements/ShowIncidents
 html/RTIR/Elements/ShowPeople
@@ -183,8 +185,10 @@ lib/RT/Action/RTIR_Activate.pm
 lib/RT/Action/RTIR_ChangeChildConstituencies.pm
 lib/RT/Action/RTIR_ChangeChildOwnership.pm
 lib/RT/Action/RTIR_ChangeParentOwnership.pm
+lib/RT/Action/RTIR_FindCVE.pm
 lib/RT/Action/RTIR_FindDomain.pm
 lib/RT/Action/RTIR_FindIP.pm
+lib/RT/Action/RTIR_MergeCVEs.pm
 lib/RT/Action/RTIR_MergeDomains.pm
 lib/RT/Action/RTIR_MergeIPs.pm
 lib/RT/Action/RTIR_OpenParent.pm
@@ -242,6 +246,7 @@ t/countermeasure/pending-no-regexp.t
 t/countermeasure/pending-regexp.t
 t/countermeasure/status-basics.t
 t/countermeasure/status-editor-regression.t
+t/custom-fields/cve.t
 t/custom-fields/defaults-config.t
 t/custom-fields/defaults-on-linking.t
 t/custom-fields/domain.t
diff --git a/META.yml b/META.yml
index c18a9aba..2ca3cc11 100644
--- a/META.yml
+++ b/META.yml
@@ -33,7 +33,7 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 5.0.2
+version: 5.0.3beta1
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
 x_rt_too_new: 5.2.0
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 7c397606..b0675717 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -51,7 +51,7 @@ use 5.008003;
 use strict;
 use warnings;
 
-our $VERSION = '5.0.2';
+our $VERSION = '5.0.3beta1';
 
 use Scalar::Util qw(blessed);
 

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


hooks/post-receive
-- 
rtir


More information about the rt-commit mailing list