[rt-commit] [svn] r555 - in rt/branches/rt-3.1: . html/Elements
jesse at fsck.com
jesse at fsck.com
Fri Mar 12 16:20:16 EST 2004
Author: jesse
Date: Fri Mar 12 16:20:12 2004
New Revision: 555
Modified:
rt/branches/rt-3.1/README
rt/branches/rt-3.1/html/Elements/Footer
rt/branches/rt-3.1/html/Elements/Login
rt/branches/rt-3.1/releng.cnf
Log:
Bumping to 3.1.9.
Removing note about deprecated perl 5.6.1
Updated footer to shill for the company.
Modified: rt/branches/rt-3.1/README
==============================================================================
--- rt/branches/rt-3.1/README (original)
+++ rt/branches/rt-3.1/README Fri Mar 12 16:20:12 2004
@@ -52,9 +52,6 @@
Perl versions prior to 5.8.3 contain bugs that could result in data
corruption. We recommend strongly that you use 5.8.3 or newer.
- Perl 5.6.1 is currently deprecated and will be officially desupported
- in a future release
-
o A DB backend; MySQL is recommended ( http://www.mysql.com )
Currently supported: Mysql 4.0.13 or later.
Postgres 7.2 or later.
Modified: rt/branches/rt-3.1/html/Elements/Footer
==============================================================================
--- rt/branches/rt-3.1/html/Elements/Footer (original)
+++ rt/branches/rt-3.1/html/Elements/Footer Fri Mar 12 16:20:12 2004
@@ -29,7 +29,15 @@
% }
<& /Elements/Callback, %ARGS &>
<div class="bpscredits">
-»|« <&|/l, $RT::VERSION &>RT [_1] from <a href="http://bestpractical.com">Best Practical Solutions, LLC</a>.</&>
+<&|/l, '»|«',
+ $RT::VERSION,
+ '2004',
+ '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',
+&>[_1] RT [_2] Copyright 1996-[_3] [_4].</&><br>
+% if (!$Menu) {
+<&|/l&>Distributed under version 2 <a href="http://www.gnu.org/copyleft/gpl.html"> of the GNU GPL.</a></&><br>
+<&|/l, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br>
+% }
</div>
% if ($Debug) {
<HR>
Modified: rt/branches/rt-3.1/html/Elements/Login
==============================================================================
--- rt/branches/rt-3.1/html/Elements/Login (original)
+++ rt/branches/rt-3.1/html/Elements/Login Fri Mar 12 16:20:12 2004
@@ -91,8 +91,7 @@
<BR>
<BR>
<HR>
-<&|/l, '2003'&>RT is © Copyright 1996-[_1] Jesse Vincent <jesse at bestpractical.com>. It is distributed under <a href="http://www.gnu.org/copyleft/gpl.html">Version 2 of the GNU General Public License.</a></&>
-
+<& /Elements/Footer, Menu => 0 &>
<%ARGS>
$user => ""
$pass => undef
Modified: rt/branches/rt-3.1/releng.cnf
==============================================================================
--- rt/branches/rt-3.1/releng.cnf (original)
+++ rt/branches/rt-3.1/releng.cnf Fri Mar 12 16:20:12 2004
@@ -1,5 +1,5 @@
PRODUCT = rt
-TAG = 3.1.8
+TAG = 3.1.9
CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rt/
TAGS = tags/
TRUNK = branches/rt-3.1/
More information about the Rt-commit
mailing list