[Rt-commit] rt branch, 4.0/remove-unsupported-version-references, created. rt-4.0.4-280-gecf0ee8

Alex Vandiver alexmv at bestpractical.com
Wed Feb 1 19:08:38 EST 2012


The branch, 4.0/remove-unsupported-version-references has been created
        at  ecf0ee8796880df1ceca9040d43e0b1da0f42e37 (commit)

- Log -----------------------------------------------------------------
commit 3ca4cdf7ecbada1f2417f4d82b0afad046bf2545
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jan 30 18:22:21 2012 -0500

    Remove references to database versions which are below our minimums
    
    The README currently sets minimum versions of MySQL 4.1 and PostgreSQL
    8.1.  Providing documentation for earlier versions is pointless.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 822e074..a2a8f45 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -349,13 +349,8 @@ Set($StoreLoops, undef);
 C<$MaxAttachmentSize> sets the maximum size (in bytes) of attachments
 stored in the database.
 
-For MySQL and Oracle, we set this size to 10 megabytes.  If you're
-running a PostgreSQL version earlier than 7.1, you will need to drop
-this to 8192. (8k)
-
 =cut
 
-
 Set($MaxAttachmentSize, 10_000_000);
 
 =item C<$TruncateLongAttachments>
@@ -1826,10 +1821,7 @@ Set($AutoCreate, undef);
 
 =item C<$WebSessionClass>
 
-C<$WebSessionClass> is the class you wish to use for managing
-Sessions.  It defaults to use your SQL database, but if you are using
-MySQL 3.x and plans to use non-ascii Queue names, uncomment and add
-this line to F<RT_SiteConfig.pm> to prevent session corruption.
+C<$WebSessionClass> is the class you wish to use for managing sessions.
 
 =cut
 

commit ecf0ee8796880df1ceca9040d43e0b1da0f42e37
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jan 30 18:22:40 2012 -0500

    Document that Oracle defaults to on-disk storage.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index a2a8f45..d31fe87 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1822,6 +1822,8 @@ Set($AutoCreate, undef);
 =item C<$WebSessionClass>
 
 C<$WebSessionClass> is the class you wish to use for managing sessions.
+It defaults to use your SQL database, except on Oracle, where it
+defaults to files on disk.
 
 =cut
 

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


More information about the Rt-commit mailing list