[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.1.23-8-g1e55469
Kevin Falcone
falcone at bestpractical.com
Thu Sep 5 11:13:13 EDT 2013
The branch, 4.2-trunk has been updated
via 1e55469b07891cff0cc5b703f2376b4aea4dad47 (commit)
via 89d6240f078aeea7c3fd4530041b8aa956eda0d2 (commit)
via 219ce9b9b9faeec30f21515e0ceb1e997abcd368 (commit)
via 757b5738c853fec72242af6310d90f0cb7fc020b (commit)
via af58ef37f0f9351b0f6be5cd504199db26a05847 (commit)
via 4c8aa5ea0446dc0ecbd12adb8d41a5012b40f264 (commit)
via ab84a8ffc2e90b37ce6228cf967565e2c2be5bb4 (commit)
via 1ecdff545b3935825e9006cf18ec596546d2047a (commit)
from 7bdb568f880091c5d312150b04a4221ffc32319f (commit)
Summary of changes:
bin/rt-crontool.in | 6 +++---
configure.ac | 32 ++++++++++++++++++++++++++++----
docs/UPGRADING-4.2 | 8 ++++++++
etc/RT_Config.pm.in | 5 ++++-
lib/RT/Crypt/GnuPG.pm | 37 +++++++++++++++++++++++++++++++++++++
lib/RT/Crypt/SMIME.pm | 26 +++++++++++++++++++++++---
lib/RT/Interface/CLI.pm | 6 +++---
lib/RT/Test.pm | 12 ++----------
sbin/rt-email-dashboards.in | 6 +++---
sbin/rt-email-digest.in | 2 +-
sbin/rt-test-dependencies.in | 7 +++++--
11 files changed, 117 insertions(+), 30 deletions(-)
- Log -----------------------------------------------------------------
commit 1e55469b07891cff0cc5b703f2376b4aea4dad47
Merge: 7bdb568 89d6240
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Sep 5 11:11:28 2013 -0400
Merge branch '4.2/smime-gpg-defaults' into 4.2-trunk
Conflicts:
docs/UPGRADING-4.2
diff --cc docs/UPGRADING-4.2
index af3f1cc,5e6f7c7..0e458fa
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@@ -283,15 -283,12 +283,23 @@@ templates, e.g. "Forward" template coul
=item *
+RT has generated RT-Ticket: RT-Originator: and Managed-By: headers in
+compliance with RFC2822/6648 but we've discovered that some smarthost
+providers are requiring strict adherence to RFC822 which mandates X-
+prefixes on these headers. We've made this change in 4.2 for users
+relying on those providers.
+
+Any external scripts which were parsing on these RT mail headers will
+need to be updated.
+
++=item *
++
+ GnuPG and S/MIME are no longer enabled in F<RT_Config.pm> merely by the
+ presence of the C<gpg> or C<openssl> binaries. Systems which depended
+ on C<configure> enabling these in F<RT_Config.pm> implicitly will need
+ to pass C<--enable-gpg> to C<configure>, or alter their
+ C<RT_SiteConfig.pm> to enable the functionality explicitly.
+
=back
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list