[Rt-commit] rt branch, 3.8.13-releng, updated. rt-3.8.13rc1-4-g7cfd77e

Alex Vandiver alexmv at bestpractical.com
Sun May 27 13:04:27 EDT 2012


The branch, 3.8.13-releng has been updated
       via  7cfd77e831dd3323fcd25bd4fd9f062c5b779ded (commit)
       via  a8dca3bdb6e155a5108273a22ed79e3761550d4e (commit)
       via  3c1f5fecba3ce1bede7e186331c4fa0caf82a58b (commit)
       via  38093f9fd10cbbd58f09c725b88d1c35bfa9cd51 (commit)
      from  6a5ea7dab74b0b063b02e98e3cf894f8f9dee9da (commit)

Summary of changes:
 bin/webmux.pl.in    |   27 ++++++++++++++-------------
 configure.ac        |    2 +-
 etc/RT_Config.pm.in |    2 +-
 3 files changed, 16 insertions(+), 15 deletions(-)

- Log -----------------------------------------------------------------
commit 3c1f5fecba3ce1bede7e186331c4fa0caf82a58b
Merge: 6a5ea7d 38093f9
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sun May 27 12:35:14 2012 -0400

    Merge branch '3.8/protect-fd0' into 3.8.13-releng


commit a8dca3bdb6e155a5108273a22ed79e3761550d4e
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun May 27 17:34:06 2012 +0100

    Correct documentation to refer to @ReferrerWhitelist, not $ReferrerWhitelist

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 728d598..1f66b8d 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1743,7 +1743,7 @@ Should rejection notes be sent to the requestors?  The default is true.
 Set($ApprovalRejectionNotes, 1);
 
 
-=item C<$ReferrerWhitelist>
+=item C<@ReferrerWhitelist>
 
 This is a list of hostname:port combinations that RT will treat as being
 part of RT's domain. This is particularly useful if you access RT as

commit 7cfd77e831dd3323fcd25bd4fd9f062c5b779ded
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sun May 27 12:35:56 2012 -0400

    Version bump for 3.8.13rc2

diff --git a/configure.ac b/configure.ac
index 31c02d8..f222ac7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_REVISION($Revision$)dnl
 
 dnl Setup autoconf
 AC_PREREQ([2.53])
-AC_INIT(RT, 3.8.13rc1, [rt-bugs at bestpractical.com])
+AC_INIT(RT, 3.8.13rc2, [rt-bugs at bestpractical.com])
 AC_CONFIG_SRCDIR([lib/RT.pm.in])
 
 dnl Extract RT version number components

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


More information about the Rt-commit mailing list