Releases/Thunderbird 3.0b2:BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 9: Line 9:
== Build Engineer ==
== Build Engineer ==
Philippe M. Chiasson <gozer@mozillamessaging.com>
Philippe M. Chiasson <gozer@mozillamessaging.com>
== Bugs ==
Tracking bug filed as {{bug|477103}}


== Patches ==
== Patches ==


The following patches have landed on the release branch since [[Releases/Thunderbird 3.0b2:BuildNotes:Build1 | Build1]]:
The following patches have landed on the release branch since [[Releases/Thunderbird 3.0b2:BuildNotes:Build1 | Build1]]:


{| class="fullwidth-table"
{| class="fullwidth-table"
Line 36: Line 37:
| [http://hg.mozilla.org/comm-central/rev/3b7f1a26cde5 3b7f1a26cde5]<br>[http://hg.mozilla.org/comm-central/rev/6a80931466f1 6a80931466f1]
| [http://hg.mozilla.org/comm-central/rev/3b7f1a26cde5 3b7f1a26cde5]<br>[http://hg.mozilla.org/comm-central/rev/6a80931466f1 6a80931466f1]
| <font color=green>a=Standard8</font><br><font color=green>a=bienvenu</font>
| <font color=green>a=Standard8</font><br><font color=green>a=bienvenu</font>
|-
| {{bug|479401}}
| wrong WIN32_MODULE_PRODUCTVERSION_STRING (still 3.0b1pre)
| [http://hg.mozilla.org/comm-central/rev/ff975ff664a5 ff975ff664a5]
| <font color=green>a=Standard8</font>
|-
| {{bug|479163}}
| After undo move/delete/archive of pop3 mail, date displays as start of the epoch
| [http://hg.mozilla.org/comm-central/rev/3e7aab1093d3 3e7aab1093d3]
| <font color=green>a=bienvenu</font>
|-
| {{bug|476218}}
| default archives folder of global-inboxed pop account is on incoming account, can't leave copies & folders account settings page
| [http://hg.mozilla.org/comm-central/rev/0f1e556b8b37 0f1e556b8b37]
| <font color=green>a=bienvenu</font>
|-
| {{bug|479632}}
| Recent folders view displays the same as the previous one (ie: either all or favorite folders)
| [http://hg.mozilla.org/comm-central/rev/8172ffc1edd3 8172ffc1edd3]
| <font color=green>a=bienvenu</font>
|-
| {{bug|460252}}
| Today Pane Integration in the new Thunderbird tab model (currently not available in mail tab)
| [http://hg.mozilla.org/comm-central/rev/fab45ddceb14 fab45ddceb14]
| <font color=green>r=Fallen</font>
|}
Complete diff between the 2 builds is [https://bugzilla.mozilla.org/attachment.cgi?id=363877 build1-build2.diff]
== Revisions ==
These are the revisions signed off for release:
comm-central: [http://hg.mozilla.org/comm-central/rev/6fcaf32e4036 6fcaf32e4036] r=Standard8
<br>releases/mozilla-1.9.1: [http://hg.mozilla.org/releases/mozilla-1.9.1/rev/a4093e9930cf a4093e9930cf] r=davida
<br>dom-inspector: [http://hg.mozilla.org/dom-inspector/rev/5a93979aeccc 5a93979aeccc] r=davida
<br>buildbot-configs: [http://hg.mozilla.org/build/buildbot-configs/rev/80da30e973b6 80da30e973b6] r=gozer
<br>cvs trunk as of 2009-02-17 23:59 PDT r=davida
== Tags ==
{| class="fullwidth-table"
| style="background:#efefef" | '''Module'''
| style="background:#efefef" | '''Tag'''
| style="background:#efefef" | '''Changeset'''
|-
| comm-central
| THUNDERBIRD_3_0b2_BUILD2<br>THUNDERBIRD_3_0b2_RELEASE
| [http://hg.mozilla.org/comm-central/rev/6fcaf32e4036 6fcaf32e4036]
|-
| mozilla-central (releases/mozilla-1.9.1 branch)
| THUNDERBIRD_3_0b2_BUILD2<br>THUNDERBIRD_3_0b2_RELEASE
| [http://hg.mozilla.org/releases/mozilla-1.9.1/rev/a4093e9930cf a4093e9930cf]
|-
| dom-inspector
| THUNDERBIRD_3_0b2_BUILD2<br>THUNDERBIRD_3_0b2_RELEASE
| [http://hg.mozilla.org/dom-inspector/rev/5a93979aeccc 5a93979aeccc]
|-
| buildbot-configs
| THUNDERBIRD_3_0b2_BUILD1<br>THUNDERBIRD_3_0b2_RELEASE
| [http://hg.mozilla.org/build/buildbot-configs/rev/d5705176fd6d d5705176fd6d]
|-
| cvs.mozilla.org:
| THUNDERBIRD_3_0b2_BUILD1<br>THUNDERBIRD_3_0b2_RELEASE
| -D '2009-02-17 23:59 PDT'
|}
== Tagging ==
Done locally on my laptop with these [http://hg.mozilla.org/users/gozer_mozillamessaging.com/misc/release/ tagging scripts]
== Stage ==
mkdir -p /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/update
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/linux-xpi
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/windows-xpi
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/mac-xpi
chgrp -R thunderbird /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates
chmod -R g+ws /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates
== Source ==
Created a source tarball on my local (Linux) machine:
hg clone http://hg.mozilla.org/comm-central
cd comm-central
hg update -r THUNDERBIRD_3_0b2_RELEASE
python client.py checkout --skip-chatzilla --skip-venkman
tar --exclude .hgtags --exclude .hgignore --exclude .hg --exclude CVS -cvf ../thunderbird-3.0b2-source.tar .
pbzip2 -9v ../thunderbird-3.0b2-source.tar
scp ../thunderbird-3.0b2-source.tar.bz2 stage.mozilla.org:/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source/
openssl md5 ../thunderbird-3.0b2-source.tar.bz2
openssl sha1 ../thunderbird-3.0b2-source.tar.bz2
[http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source/ Sources]
  MD5(thunderbird-3.0b2-source.tar.bz2)=00593b8abc6763a7a90ad02bc2ce227b
  SHA1(thunderbird-3.0b2-source.tar.bz2)=cf4510fe8fe948723cfe959447f8ab47af407fdc
== Build data ==
{| class="fullwidth-table"
| style="background:#efefef" | '''Type'''
| style="background:#efefef" | '''Build ID'''
| style="background:#efefef" | '''Symbols'''
| style="background:#efefef" | '''SHA1'''
| style="background:#efefef" | '''Push date'''
| style="background:#efefef" | '''Build machine'''
|-
| [Windows installer/zip]
| 20090223175111
| [http://symbols.mozilla.org/thunderbird/thunderbird-3.0b2-WINNT-20090223175111-symbols.txt 20090223175111]
| [http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/thunderbird-3.0b2.en-US.win32.installer.exe cd9645c440c0fe4c0de807491eed2f33d5a537d8]<br>[http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/thunderbird-3.0b2.en-US.win32.zip f71a2895e9608238943c96e648f46eea88558c51]
| 2009-02-23 18:15 PDT
| tbnewref-win32-tbox
|-
| [Mac dmg]
| 20090223121634
| [http://symbols.mozilla.org/thunderbird/thunderbird-3.0b2-Darwin-20090223121634-symbols.txt 20090223121634]
| [http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/thunderbird-3.0b2.en-US.mac.dmg 92eda15a64e565b9a93219cd6c743b0315478c08]
| 2009-02-23 13:08 PDT
| bm-xserve07
|-
| [Linux tar.bz2]
| 20090223124157
| [http://symbols.mozilla.org/thunderbird/thunderbird-3.0b2-Linux-20090223124157-symbols.txt 20090223124157]
| [http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/thunderbird-3.0b2.en-US.linux-i686.tar.bz2 9673467061921961c36ddbfba388dc4e8534a46f]
| 2009-02-23 13:58 PDT
| tb-linux-tbox.build.mozilla.org
|-
| [source tar.bz2]
| -
| -
| [http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source/thunderbird-3.0b2-source.tar.bz2 cf4510fe8fe948723cfe959447f8ab47af407fdc]
| 2009-02-23 18:48 PDT
| gozer's linux box
|}
|}

Latest revision as of 15:15, 24 February 2009

Previous Builds

Build1 - The first build

Notes

This is Build2, the second run at Thunderbird 3.0 Beta 2

Build Engineer

Philippe M. Chiasson <gozer@mozillamessaging.com>

Bugs

Tracking bug filed as bug 477103

Patches

The following patches have landed on the release branch since Build1:

bug description revison status
bug 479162 update shipped-locales with locales to include in the build 9132f6702dd3
cff69a0b8ac8
a=sipaq
bug 479505 Fix header theme to work well in XP as well as Vista 649c44ace6dc
286eb49b8139
a=davida
bug 479206 Crash [@ construct_addresslist] when entering an invalid email address 3b7f1a26cde5
6a80931466f1
a=Standard8
a=bienvenu
bug 479401 wrong WIN32_MODULE_PRODUCTVERSION_STRING (still 3.0b1pre) ff975ff664a5 a=Standard8
bug 479163 After undo move/delete/archive of pop3 mail, date displays as start of the epoch 3e7aab1093d3 a=bienvenu
bug 476218 default archives folder of global-inboxed pop account is on incoming account, can't leave copies & folders account settings page 0f1e556b8b37 a=bienvenu
bug 479632 Recent folders view displays the same as the previous one (ie: either all or favorite folders) 8172ffc1edd3 a=bienvenu
bug 460252 Today Pane Integration in the new Thunderbird tab model (currently not available in mail tab) fab45ddceb14 r=Fallen

Complete diff between the 2 builds is build1-build2.diff

Revisions

These are the revisions signed off for release:

comm-central: 6fcaf32e4036 r=Standard8
releases/mozilla-1.9.1: a4093e9930cf r=davida
dom-inspector: 5a93979aeccc r=davida
buildbot-configs: 80da30e973b6 r=gozer
cvs trunk as of 2009-02-17 23:59 PDT r=davida

Tags

Module Tag Changeset
comm-central THUNDERBIRD_3_0b2_BUILD2
THUNDERBIRD_3_0b2_RELEASE
6fcaf32e4036
mozilla-central (releases/mozilla-1.9.1 branch) THUNDERBIRD_3_0b2_BUILD2
THUNDERBIRD_3_0b2_RELEASE
a4093e9930cf
dom-inspector THUNDERBIRD_3_0b2_BUILD2
THUNDERBIRD_3_0b2_RELEASE
5a93979aeccc
buildbot-configs THUNDERBIRD_3_0b2_BUILD1
THUNDERBIRD_3_0b2_RELEASE
d5705176fd6d
cvs.mozilla.org: THUNDERBIRD_3_0b2_BUILD1
THUNDERBIRD_3_0b2_RELEASE
-D '2009-02-17 23:59 PDT'

Tagging

Done locally on my laptop with these tagging scripts

Stage

mkdir -p /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/update
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/linux-xpi
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/windows-xpi
mkdir /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/mac-xpi
chgrp -R thunderbird /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates
chmod -R g+ws /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates

Source

Created a source tarball on my local (Linux) machine:

hg clone http://hg.mozilla.org/comm-central
cd comm-central
hg update -r THUNDERBIRD_3_0b2_RELEASE
python client.py checkout --skip-chatzilla --skip-venkman
tar --exclude .hgtags --exclude .hgignore --exclude .hg --exclude CVS -cvf ../thunderbird-3.0b2-source.tar .
pbzip2 -9v ../thunderbird-3.0b2-source.tar
scp ../thunderbird-3.0b2-source.tar.bz2 stage.mozilla.org:/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source/
openssl md5 ../thunderbird-3.0b2-source.tar.bz2
openssl sha1 ../thunderbird-3.0b2-source.tar.bz2


Sources

 MD5(thunderbird-3.0b2-source.tar.bz2)=00593b8abc6763a7a90ad02bc2ce227b
 SHA1(thunderbird-3.0b2-source.tar.bz2)=cf4510fe8fe948723cfe959447f8ab47af407fdc

Build data

Type Build ID Symbols SHA1 Push date Build machine
[Windows installer/zip] 20090223175111 20090223175111 cd9645c440c0fe4c0de807491eed2f33d5a537d8
f71a2895e9608238943c96e648f46eea88558c51
2009-02-23 18:15 PDT tbnewref-win32-tbox
[Mac dmg] 20090223121634 20090223121634 92eda15a64e565b9a93219cd6c743b0315478c08 2009-02-23 13:08 PDT bm-xserve07
[Linux tar.bz2] 20090223124157 20090223124157 9673467061921961c36ddbfba388dc4e8534a46f 2009-02-23 13:58 PDT tb-linux-tbox.build.mozilla.org
[source tar.bz2] - - cf4510fe8fe948723cfe959447f8ab47af407fdc 2009-02-23 18:48 PDT gozer's linux box