diff options
author | adam <adam> | 2014-10-07 10:22:49 +0000 |
---|---|---|
committer | adam <adam> | 2014-10-07 10:22:49 +0000 |
commit | 9733a9d2b56369752075747010a5c861890e25d9 (patch) | |
tree | 7ac3f2e884cc7da3809c564036089aa4216ed525 | |
parent | 6c1e0b77eef25a359e45e4a8e5fcef17fc6d9eed (diff) | |
download | pkgsrc-9733a9d2b56369752075747010a5c861890e25d9.tar.gz |
Changes 1.0.3:
- Fix insert-signature command in external compose window if opened from inline compose screen
- Initialize HTML editor before restoring a message from localStorage
- Add 'sig_max_lines' config option to default config file
- Add option to specify IMAP connection socket parameters - imap_conn_options
- Add option to set default message list mode - default_list_mode
- Enable contextmenu plugin for TinyMCE editor
- Fix some mime-type to extension mapping checks in Installer
- Fix errors when using localStorage in Safari's private browsing mode
- Fix bug where $Forwarded flag was being set even if server didn't support it
- Fix various iCloud vCard issues, added fallback for external photos
- Fix invalid Content-Type header when send_format_flowed=false
- Fix errors when adding/updating contacts in active search
- Fix incorrect thumbnail rotation with GD and exif orientation data
- Fix contacts list update after adding/deleting/moving a contact
- Fix handling of email addresses with quoted domain part
- Fix comm_path update on task switch
- Fix error in MSSQL update script 2013061000.sql
- Fix validation of email addresses with IDNA domains
-rw-r--r-- | mail/roundcube/Makefile | 4 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 3fa3f2c015a..d1f0ce79de2 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2014/07/23 15:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.64 2014/10/07 10:22:49 adam Exp $ -DISTNAME= roundcubemail-1.0.2-dep +DISTNAME= roundcubemail-1.0.3-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index db4c087cb22..6bec3d59298 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2014/07/23 15:25:28 adam Exp $ +$NetBSD: distinfo,v 1.37 2014/10/07 10:22:49 adam Exp $ -SHA1 (roundcubemail-1.0.2-dep.tar.gz) = e0434ca7a0c8b0e17e0aa1e0c7f9101c8f1b07dc -RMD160 (roundcubemail-1.0.2-dep.tar.gz) = d3801dca6307f8477c43e5953e5fc739e35d3b27 -Size (roundcubemail-1.0.2-dep.tar.gz) = 3676130 bytes +SHA1 (roundcubemail-1.0.3-dep.tar.gz) = 93c71605b1e187c711ca154632e90c626d5330e1 +RMD160 (roundcubemail-1.0.3-dep.tar.gz) = 7b806ebb767d2697058a5ca9a6fdae8aa5ee17fb +Size (roundcubemail-1.0.3-dep.tar.gz) = 3678381 bytes SHA1 (patch-ac) = 8c9d73a505d125a9771262f6c86c533c0bb524cf SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 SHA1 (patch-installer_check.php) = e37c25f073fad9c9fc319722116e0316924a7010 |