Closed Bug 686369 Opened 13 years ago Closed 13 years ago

Update aus2-community to support changes with Freetype. (Bug 666735)

Categories

(SeaMonkey :: Release Engineering, defect)

SeaMonkey 2.4 Branch
x86_64
Windows 7
defect
Not set
critical

Tracking

(seamonkey2.4+ fixed)

RESOLVED FIXED
Tracking Status
seamonkey2.4 + fixed

People

(Reporter: Callek, Assigned: kairo)

References

Details

KaiRo, any chance you can find time to update our aus2-community by our 2.4 release. c.f Bug 666735.

I'm not sure all the inner details of how we are set up there.
root@cb-ausstage01 ~]# cd /opt/aus2/app/
[[root@cb-ausstage01 app]# cvs up
? .htaccess
? inc/config-old.php
? inc/config-preupdate-20110618-bug665300.php
? inc/config-update20100406.php
? inc/config.diff
? inc/config.php
? inc/config.php.alfred
? inc/patch.class.php.old-20100406
cvs update: Updating .
M htaccess.dist
RCS file: /cvsroot/mozilla/webtools/aus/xml/index.php,v
retrieving revision 1.32
retrieving revision 1.35
Merging differences between 1.32 and 1.35 into index.php
M index.php
cvs update: Updating bug602275
cvs update: Updating inc
P inc/config-dist.php
P inc/config-test.php
P inc/patch.class.php
[root@cb-ausstage01 app]# cd inc/
[root@cb-ausstage01 inc]# nano config.php

The latter made the SeaMonkey section of $unsupportedPlatforms be the following:
   'SeaMonkey' =>  array(
        '2.1+' => array(
            'Darwin 6',
            'Darwin 7',
            'Darwin 8',
            'Windows_95',
            'Windows_98',
            'Windows_NT 4',
            'GTK 2.0.',
            'GTK 2.1.',
            'GTK 2.2.',
            'GTK 2.3.',
            'GTK 2.4.',
            'GTK 2.5.',
            'GTK 2.6.',
            'GTK 2.7.',
            'GTK 2.8.',
            'GTK 2.9.'
        ),
        // Too old freetype - bug 666735
        '2.4a2+' => array(
            'GTK 2.10.'
        )
    )

(we don't need to care about .el as we ship static libstdc++)
Look like updates still work, so I hope this is FIXED. I can't test the actual case that is being excluded, if someone can, that would be appreciated.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.