First set of 0.5 test builds now available for (Win32, GTK2)

Discussion about official Mozilla Thunderbird builds
mscott
Posts: 2516
Joined: April 2nd, 2003, 4:10 pm
Location: Thunderbird Research Center, CA
Contact:

First set of 0.5 test builds now available for (Win32, GTK2)

Post by mscott »

Per the <a href="http://forums.mozillazine.org/viewtopic.php?t=48645">anouncement outlining 0.5</a>, here are the first set of 0.5 test builds:

http://ftp.mozilla.org/pub/mozilla.org/ ... 02-01-0.5/

(Win32, GTK2 available, OSX: coming shortly

Please note, these bits are based off the Mozilla 1.6 final code base and not the current trunk. We have back ported a lot of mail specific fixes to the 0.5 branch, but it will not have all of the cutting edge bug and features fixes found in the nightly trunk builds.

In the nighlty directory, any directory that ends with "-trunk" is from the current mozilla 1.7a trunk. The thunderbird version for these test builds is 0.5+. Directories ending in "0.5" are builds from our 0.5 branch which we are producing to help shake out any blockers with 0.5 before we release it.

Don't expect much attention (at least from me) on the trunk builds until after 0.5 goes out the door. :)

The more eyes / testers we get on the 0.5 test builds the better the release we will have, so we certainly appreciate testing help!

Thanks and enjoy the builds!

-Scott
Last edited by mscott on February 4th, 2004, 2:20 pm, edited 2 times in total.
Thunderbirds are Go!
User avatar
redemption
Posts: 69
Joined: November 5th, 2003, 7:36 pm
Contact:

Post by redemption »

Thanks! Downloading it now ready to test!

A question: how do we checkout the 0.5 branch? Something like this?:

Code: Select all

cvs co -r THUNDERBIRD_0_5_BRANCH mozilla/client.mk


[edit]
As per Scott's reply below, to checkout the branch, do a:

Code: Select all

cvs co -r THUNDERBIRD_M4_BRANCH mozilla/client.mk

[/edit]
Last edited by redemption on February 2nd, 2004, 1:31 am, edited 1 time in total.
redemption in a blog (tech, Mozilla, Firefox, Thunderbird, CSS, web development)
mscott
Posts: 2516
Joined: April 2nd, 2003, 4:10 pm
Location: Thunderbird Research Center, CA
Contact:

Post by mscott »

the branch is called:
THUNDERBIRD_M4_BRANCH
Thunderbirds are Go!
User avatar
fishbert
Posts: 941
Joined: November 29th, 2002, 12:02 am

First 1.7a-based trunk build?

Post by fishbert »

Ok, so Thunderbird 0.4 was based on Mozilla 1.6b.
This 0.5 test build is based on Mozilla 1.6 final.

How far back is the Thunderbird trunk build which marks the transition from Mozilla 1.6 or 1.6b code to 1.7a code?
<i>(they can't *all* be built from 1.7a code -- they go all the way back to June)</i>
Barleyman
Posts: 60
Joined: October 30th, 2003, 11:54 am
Contact:

Post by Barleyman »

Address lookup for email addresses containing commas remains busted.

The fix for Jan 28 build still works, only pertinent lines are bit earlier:
http://forums.mozillazine.org/viewtopic ... 018#350018
--
Olli
jschell
Posts: 86
Joined: May 31st, 2003, 1:26 pm
Location: Lyon France

Post by jschell »

Hum, little problem to build on Linux :

In file included from nsImageModule.cpp:63:
../decoders/jpeg/nsJPEGEncoder.h:30:31: ole2.h : no such file or directory
nsImageModule.cpp: in function « nsresult
ImageRegisterProc(nsIComponentManager*, nsIFile*, const char*, const char*,
const nsModuleComponentInfo*) »:
nsImageModule.cpp:141: attention : comparison between signed and unsigned
integer expressions
nsImageModule.cpp: in function « nsresult
ImageUnregisterProc(nsIComponentManager*, nsIFile*, const char*, const
nsModuleComponentInfo*) »:
nsImageModule.cpp:157: attention : comparison between signed and unsigned
integer expressions
make[4]: *** [nsImageModule.o] Error 1
make[4]: Leaving directory `/home/jerome/devel/mozilla/modules/libpr0n/build'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/jerome/devel/mozilla/modules/libpr0n'
make[2]: *** [tier_9] Error 2
make[2]: Leaving directory `/home/jerome/devel/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/jerome/devel/mozilla'
make: *** [build] Error 2

Any clue ?

Jérôme
level
Posts: 8
Joined: June 4th, 2003, 8:53 pm

problem of filename with non-ascii characters

Post by level »

mscott, please fix this bug.

http://bugzilla.mozilla.org/show_bug.cgi?id=229872
The filename with non-ascii characters doesn't show up in the attachment window.

If Thunderbird 0.5 is released without fix this bug,
most CJK users will never use it.
User avatar
pzesar
Posts: 75
Joined: September 1st, 2003, 4:50 am
Location: Austria
Contact:

WFM

Post by pzesar »

WFM.
seems stable without issues so far...
User avatar
andyberry
Posts: 29
Joined: July 14th, 2003, 6:17 am

IMAP empty trash is fixed!

Post by andyberry »

HEY!
The "'Empty Trash' on IMAP doesn't empty trash" bug is fixed!
When did that happenned? Just tested it with the 040201 0.5b.

Sweet.
User avatar
Lanik
Posts: 606
Joined: August 18th, 2003, 9:34 pm
Location: SF Bay Area, USA

Post by Lanik »

Installed however all my saved emails have disappeared.
mscott
Posts: 2516
Joined: April 2nd, 2003, 4:10 pm
Location: Thunderbird Research Center, CA
Contact:

Post by mscott »

jschell wrote:Hum, little problem to build on Linux :

In file included from nsImageModule.cpp:63:
../decoders/jpeg/nsJPEGEncoder.h:30:31: ole2.h : no such file or directory
nsImageModule.cpp: in function « nsresult
ImageRegisterProc(nsIComponentManager*, nsIFile*, const char*, const char*,
const nsModuleComponentInfo*) »:
nsImageModule.cpp:141: attention : comparison between signed and unsigned
integer expressions
nsImageModule.cpp: in function « nsresult
ImageUnregisterProc(nsIComponentManager*, nsIFile*, const char*, const
nsModuleComponentInfo*) »:
nsImageModule.cpp:157: attention : comparison between signed and unsigned
integer expressions
make[4]: *** [nsImageModule.o] Error 1
make[4]: Leaving directory `/home/jerome/devel/mozilla/modules/libpr0n/build'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/jerome/devel/mozilla/modules/libpr0n'
make[2]: *** [tier_9] Error 2
make[2]: Leaving directory `/home/jerome/devel/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/jerome/devel/mozilla'
make: *** [build] Error 2

Any clue ?

Jérôme


Ok, I checked in a fix for this, hopefully you can get further now. Let me know if there are anymore problems.
Thunderbirds are Go!
User avatar
XeF6
Posts: 225
Joined: May 27th, 2003, 5:58 pm
Location: uk.eu
Contact:

Post by XeF6 »

WFM here after deleting the chrome.rdf fle from my profile which allowed the app to start correctly..
User-Agent: Thunderbird/2.0 Alpha 1 0808

Jabber IM:XeF6@jabber.org
mscott
Posts: 2516
Joined: April 2nd, 2003, 4:10 pm
Location: Thunderbird Research Center, CA
Contact:

Post by mscott »

Barleyman wrote:Address lookup for email addresses containing commas remains busted.

The fix for Jan 28 build still works, only pertinent lines are bit earlier:
http://forums.mozillazine.org/viewtopic ... 018#350018


Barleyman, you mean when you open the jar file up for this windows build, that in addressingWidgetOverlay.js, that code snippet is not already present? you have to add those lines
in by hand?

That's weird.
Thunderbirds are Go!
sasquatch
Posts: 6022
Joined: November 25th, 2003, 8:56 am

Post by sasquatch »

When I manually mark as junk (since JMC does not work for me), in my desparate, more than a month long attempt to get the sucker to "learn", it no longer moves the message to junk folder. Even before, though it was not "learning", it would at least move the message and pretend it was learning.
John Liebson
Posts: 6920
Joined: July 29th, 2003, 1:09 pm

Post by John Liebson »

Lanik wrote:Installed however all my saved emails have disappeared.


I installed using the profile I'd been using for the most recent 0.5a releases, and 0.5b refused to acknowledge the existence of my mail folders. A new profile, and moving of mail, dictionary, and other relevant files, plus reinstallation of the five extensions I use, fixed the problem quite quickly.
Post Reply