diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-28 22:01:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-28 22:01:25 +0000 |
commit | f9e2f0c99207d42124706617ecc7e37c1f2e1e5b (patch) | |
tree | 6d9e0aada4016db80588e71b8ebdcba97e280190 /mail/evolution/patches | |
parent | 742f15c28c2ad11d4a1e010a59303e41ceedb7d5 (diff) | |
download | pkgsrc-f9e2f0c99207d42124706617ecc7e37c1f2e1e5b.tar.gz |
Update to 2.0.3:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#67656 - almost the same email address are considrered identical (Siva)
#69079 - Data repeated after save with bad date format (Siva)
#66854 - Some strings are missed to translation (Rodney)
* Calendar
#47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale
(Rodney)
#68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
#67403 - wrong alarm time displayed (Rodrigo)
#68077 - appointment dialog re-size (Rodrigo)
* Mail
#69533 - Unable to subscribe to the alt hierarchy (Michael)
#69776 - Signed Mail with attachments displays everything with
multipart/boundaries stuff (Michael)
#69615 - delete certificate after viewing smime message (Michael)
#69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael)
#69982 - During Newsgroup list refresh, it crashes (Michael)
#69446 - Mail shown as attachment if some headers are upper case
(S. Caglar Onur)
#68556 - NNTP with SSL won't work, even with stunnel (Michael)
#69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
#69241 - base64 attachement holding PGP block (Jeff)
#67895 - nntp support not asking for password (Michael)
#67898 - Use of symbolic port-names is not guaranteed to work everywhere
(Michael)
#69851 - remember password check doesn't stick (Michael)
#69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash
(Radek)
#69339 - postscript and some other attachments not visable (Michael)
#69579 - vFolders#UNMATCHED generates errors (Michael)
#68958 - current message forgotten in vfolders (Michael)
#68974 - Wizard doesn't store smtp auth settings (Michael)
#67496 - html email not rendered in preview pane (Michael)
#67014 - Checking supported auth types doesn't work with new SSL certificate
(Michael)
#68006 - Evo crashed after viewing previously-sent email and copying URL
from it (Michael)
#68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
#67622 - SMTP auth usernames containing % character fail (Jeff)
Other bugs
* Mail
- fix pthread_key_delete args (Julio M. Merino Vidal)
* Calendar
- leak fixes (Chen)
- sensitize menu items in list view properly (JP)
- redraw display when 24hr time setting changes (JP)
Updated translations:
- nl (Vincent van Adrighem)
- pt (Duarte Loreto)
- hu (Laszlo Dvornik)
- ca (Jordi Mallach)
- fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
- sv (Christian Rose)
- de (Hendrik Brandt)
- id (Mohammad DAMT)
- es (Francisco Javier F. Serrador)
- da (Martin Willemoes Hansen)
- ko (Changwoo Ryu)
- zh_CN (Funda Wang)
- ms (Hasbullah Bin Pit)
- hu (Laszlo Dvornik)
- cs (Miloslav Trmac)
- ru (Leonid Kanter)
- bg (Vladimir Petkov)
- sq (Laurent Dhima)
- en_GB (David Lodge)
- pl (Artur Flinta)
- sr (Danilo Segan)
- sr@Latn (Danilo Segan)
- en_CA (Adam Weinberger)
- pt_BR (Raphael Higino)
- nn (Åsmund Skjæveland)
Diffstat (limited to 'mail/evolution/patches')
-rw-r--r-- | mail/evolution/patches/patch-aa | 13 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ac | 23 |
2 files changed, 0 insertions, 36 deletions
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa deleted file mode 100644 index 318cdb8d269..00000000000 --- a/mail/evolution/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.16 2004/10/20 09:27:33 jmmv Exp $ - ---- camel/camel-operation.c.orig 2004-10-20 11:19:04.000000000 +0200 -+++ camel/camel-operation.c -@@ -112,7 +112,7 @@ camel_operation_init(void) - void - camel_operation_shutdown (void) - { -- pthread_key_delete (&operation_key); -+ pthread_key_delete (operation_key); - } - - /** diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac deleted file mode 100644 index 30efd0f6820..00000000000 --- a/mail/evolution/patches/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ac,v 1.10 2004/11/03 13:41:43 jmmv Exp $ - ---- camel/camel-service.c.orig 2004-10-11 17:24:23.000000000 +0200 -+++ camel/camel-service.c -@@ -36,6 +36,9 @@ - #include <errno.h> - - #include <sys/poll.h> -+#ifndef ENABLE_IPv6 -+#include <sys/socket.h> -+#endif - - #include "e-util/e-msgport.h" - -@@ -896,7 +899,7 @@ camel_getaddrinfo(const char *name, cons - else - memcpy (&myhints, hints, sizeof (myhints)); - -- myhints.ai_faimily = AF_INET; -+ myhints.ai_family = AF_INET; - hints = &myhints; - #endif - |