2009-03-18 01:08:41 by David Brownlee | Files touched by this commit (18) |
Log message:
Unify all the mozilla projects into using a single Makefile.common and
INSTALL, and put it in seamonkey.
Ensure all build with USE_DESTDIR.
Bump PKGREVISIONs
|
2007-12-22 08:22:10 by OBATA Akio | Files touched by this commit (13) |
Log message:
Change MOZILLA master sites difinitions, related to PR 37379.
There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
* mozilla-current
contains only the current version of Firefox and Thunderbird
* mozilla-release
contains Firefox, Thunderbird, and Sunbird releases
* mozilla-all
complete archive
Define following variables for mozilla master sites:
MASTER_SITE_MOZILLA_ALL = mozilla-all
MASTER_SITE_MOZILLA = mozilla-release
and change some packages to use appropriate variable.
Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
|
2007-03-02 10:34:18 by Geert Hendrickx | Files touched by this commit (3) | |
Log message:
Update to sunbird-0.3.1.
http://www.mozilla.org/projects/calendar/releases/sunbird0.3.1.html
What's New in Mozilla Sunbird 0.3.1
Mozilla Sunbird 0.3.1 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest version.
* The timezones in Sunbird 0.3.1 have been updated to include the Daylight
Savings Time (summer time) changes passed by the U.S. legislature in 2005.
Release Date: February 19, 2007
|
2007-03-01 15:03:16 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Remove obsoleted alpha substitution.
|
2006-10-23 12:49:35 by Mark Davies | Files touched by this commit (15) |
Log message:
thunderbird's ldap doesn't work talking to an ipv4 ldap server if
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is
the default on NetBSD. Patch to use a v4 socket when talking to an ipv4
ldap server. Fixes my PR 33511.
seamonkey/firefox/sunbird have the same code so make the same patch.
OKed ghen. Bump PKGREVISION.
|
2006-10-19 12:27:06 by Mark Davies | Files touched by this commit (3) |
Log message:
Fix crash after printing caused by trying to destroy the same charset
structure multiple times. Bump PKGREVISION.
|
2006-10-17 22:20:26 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==", as reported in PR 34840.
|
2006-10-12 15:42:35 by Geert Hendrickx | Files touched by this commit (11) | |
Log message:
http://www.mozilla.org/projects/calendar/releases/sunbird0.3.html
What's New in Mozilla Sunbird 0.3
Mozilla Sunbird 0.3 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest version.
* New storage architecture handles calendars with hundreds or thousands of
events more responsively.
* More intuitive interface shows you more of what you need, and less of what
you don't.
* Redesigned preferences allow you to easily customize Sunbird for your needs.
* Add-ons support allows you to extend Sunbird's functionality with extensions,
themes, and language packs from addons.mozilla.org.
* New Windows installer makes it easier than ever for Windows users to install
Sunbird.
* Better printing gives you more ways to print your calendars. Mac users can
now print as well!
* 24-hour views show you your entire day, not just a few hours.
* Reliable alarms ensure you are notified about events or tasks.
* Improved localization support means Sunbird can easily install, enable, and
disable language packs.
* Vastly improved reliability makes it much more difficult to lose data.
* Many performance improvements
Release Date: October 11, 2006
|
2006-10-05 00:01:53 by Thomas Klausner | Files touched by this commit (11) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-09-26 21:41:48 by Lubomir Sedlacik | Files touched by this commit (2) |
Log message:
Use the Linux xpcom code on amd64 as firefox, thunderbird and seamonkey do.
Fixes build on amd64.
Tested by <oster>, thanks.
|