diff options
author | martti <martti> | 2008-05-27 12:40:37 +0000 |
---|---|---|
committer | martti <martti> | 2008-05-27 12:40:37 +0000 |
commit | 312fec0c4b36857d33983a164c6831286b2118cd (patch) | |
tree | f775a186c5329061241b9d2963c96188802d6b9c /mail/squirrelmail/Makefile | |
parent | c560ea6762d024147d26240821fc74582e18b17c (diff) | |
download | pkgsrc-312fec0c4b36857d33983a164c6831286b2118cd.tar.gz |
Version 1.4.15 - 23 May 2008
----------------------------
- Fix saving of Read Receipts to Sent folder.
- Converted Romanian (ro_RO) to UTF-8.
- Converted Slovak (sk_SK) to UTF-8.
- Converted Swedish (sv_SE) to UTF-8.
- Added support for Macedonian.
- Don't allow invalid plugin names in conf.pl --install-plugin.
- Fix warning in Printer Friendly due to missing include (#1849101).
- Let configtest.php use optional PEAR dynamic extension loading,
patch by Walter Huijbers (#1833123).
- Fix for IMAP servers that were having problems saving sent messages.
- Fix broken <style> tag parsing for some HTML messages, thanks
Roalt Zijlstra.
- Re-added support for Vietnamese.
- Fixed broken MDN functionality (send read confirmation).
- Converted Norwegian Bokm�l (nb_NO) to UTF-8.
- Converted traditional Chinese (zh_TW) to UTF-8.
- Avoid deprecation notices on get_magic_quotes_* functions.
- Improved Message-ID generation code.
- Added edit list, checkbox, radio group, multiple-select folder
list and multiple-select string list option widget types,
as well as support for the "trailing_text" widget attribute.
- Boolean option widgets are henceforth presented as checkboxes.
- Tidied up fortune plugin to be inline with specifications for plugins.
- Enhanced address book page: added 'Compose to' button, put labels
around address entries tied to checkboxes, improved column spacing,
added hook for plugins that can filter address book listings.
Complements RisuMail team (risumail.jp).
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index a1ac37b90ed..f0cb6922bd4 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2007/12/15 13:58:11 taca Exp $ +# $NetBSD: Makefile,v 1.98 2008/05/27 12:40:37 martti Exp $ -DISTNAME= squirrelmail-1.4.13 -PKGREVISION= 1 +DISTNAME= squirrelmail-1.4.15 +#PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 |