[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.13-143-g56c5656

Shawn Moore shawn at bestpractical.com
Wed May 31 15:51:10 EDT 2017


The branch, 4.2-trunk has been updated
       via  56c5656c41ac78dbec69cdba631a0e8c3327a54d (commit)
       via  12572858ebbdba79f7223186d379e02e1f1f6a71 (commit)
       via  772dbc54a1df20e7d1434b3051d2a83478428033 (commit)
       via  f2aeefbba20a9cb83d21136bd626cb0a0e7df396 (commit)
       via  4742b0e05325978c2148ed0f58234e55ec4d7c85 (commit)
       via  8e226e9f92abf2118de89936f4c42c8c6b5e1640 (commit)
       via  bfa672f733b95bcfb44e8b039fa1a663b17b13b0 (commit)
       via  d6ccdf9b599e70b9360f4e54a7cf3c2fad32bd23 (commit)
       via  93893e7c91412bd97d2aaebf5b9ecc3ba55aa6f6 (commit)
       via  3f1c4349e3f24035c968ea5febccfec860a7f606 (commit)
       via  9593b77e9f74bb4c874f8e007a3805bcf2b80547 (commit)
       via  09d3dbec9899e841e150642d7efe85cecd2c5f83 (commit)
      from  12b5adcef50fde3c9744edf0cf0f8ea4acb83f7b (commit)

Summary of changes:
 README                                             |  23 ++++++++-------------
 docs/UPGRADING.mysql                               |   6 ++++--
 docs/hacking.pod                                   |   8 ++++++-
 docs/security.pod                                  |   4 ++--
 lib/RT.pm                                          |   4 +++-
 lib/RT/StyleGuide.pod                              |  22 +++++++++-----------
 sbin/rt-test-dependencies.in                       |   3 ++-
 .../NoAuth}/images/request-tracker-logo.png        | Bin
 8 files changed, 37 insertions(+), 33 deletions(-)
 copy share/{static => html/NoAuth}/images/request-tracker-logo.png (100%)

- Log -----------------------------------------------------------------
commit 56c5656c41ac78dbec69cdba631a0e8c3327a54d
Merge: 12b5adc 1257285
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed May 31 19:49:27 2017 +0000

    Merge branch '4.0-trunk' into 4.2-trunk

diff --cc lib/RT/StyleGuide.pod
index 3a75562,146c683..f6734ae
--- a/lib/RT/StyleGuide.pod
+++ b/lib/RT/StyleGuide.pod
@@@ -723,10 -721,10 +720,10 @@@ This is for new programs, modules, spec
  
  =over 4
  
- =item Present idea to rt-devel
+ =item Create a topic in RT Developers on the Forum
  
  We may know of a better way to approach the problem, or know of an
 -existing way to deal with it, or know someone else is working on it. 
 +existing way to deal with it, or know someone else is working on it.
  This is mostly informal, but a fairly complete explanation for the need
  and use of the code should be provided.
  
diff --cc sbin/rt-test-dependencies.in
index f006d44,48e0095..f579b0f
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@@ -376,8 -384,10 +376,9 @@@ Pod::Simple 3.2
  
  my %AVOID = (
      'DBD::Oracle' => [qw(1.23)],
 -    'Email::Address' => [qw(1.893 1.894)],
      'Devel::StackTrace' => [qw(1.28 1.29)],
-     'DateTime::Locale' => [qw(1.00 1.01)]
 -    'DateTime::Locale' => [qw(1.00 1.01)],
++    'DateTime::Locale'  => [qw(1.00 1.01)],
+     'DBD::mysql'        => [qw(4.042)],
  );
  
  if ($args{'download'}) {

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


More information about the rt-commit mailing list