summaryrefslogtreecommitdiff
path: root/mapi
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-02-28 15:59:56 -0700
committerEduardo Chappa <chappa@washington.edu>2015-02-28 15:59:56 -0700
commitc2af1608456087b5d9475e3b288a12554214c221 (patch)
tree6b691ebc599503249ebc0cf697eb35f2bacf5c98 /mapi
parent4db5ba9a511564e4a3cb3d2b67bce4bb171eae4f (diff)
downloadalpine-c2af1608456087b5d9475e3b288a12554214c221.tar.xz
* new version 2.20.2
* Further enhancement to the configure script in finding the location of the SSL include and library files, when they are installed in th e default location by openssl. * When Alpine sends an attachment, it will set the boundary attribute in lower case, as some SMTP servers, such as those of libero.it reject messages if the boundary attribute is in uppercase. * Alpine fails to remove temporary files used during a display or sending filter. Fix contributed by Phil Brooke. * SMIME: Crash when checking the signature of a message that contains a RFC822 attached message. Reported by Holger Trapp and Bjorn Krellner.
Diffstat (limited to 'mapi')
-rw-r--r--mapi/pmapi.c2
-rw-r--r--mapi/pmapi.rc8
2 files changed, 5 insertions, 5 deletions
diff --git a/mapi/pmapi.c b/mapi/pmapi.c
index 6b05041..c0d10a9 100644
--- a/mapi/pmapi.c
+++ b/mapi/pmapi.c
@@ -1952,7 +1952,7 @@ BOOL APIENTRY DllMain(
now = time((time_t *)0);
tm_now = localtime(&now);
- fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.20.1\r\n");
+ fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.20.3\r\n");
fprintf(ms_global->dfd, " Build date: %s\r\n", datestamp);
fprintf(ms_global->dfd,
" please report all bugs to chappa@gmx.com\r\n");
diff --git a/mapi/pmapi.rc b/mapi/pmapi.rc
index 27fc342..d920734 100644
--- a/mapi/pmapi.rc
+++ b/mapi/pmapi.rc
@@ -98,8 +98,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,20,1,0
- PRODUCTVERSION 2,20,1,0
+ FILEVERSION 2,20,3,0
+ PRODUCTVERSION 2,20,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x29L
@@ -117,14 +117,14 @@ BEGIN
VALUE "Comments", "alpine info: http://patches.freeiz.com/alpine\0"
VALUE "CompanyName", "Patches for Alpine\0"
VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0"
- VALUE "FileVersion", "2.20.1\0"
+ VALUE "FileVersion", "2.20.3\0"
VALUE "InternalName", "pmapi32\0"
VALUE "LegalCopyright", "Copyright ? University of Washington 2006-2009, Eduardo Chappa 2013-2014\0"
VALUE "LegalTrademarks", "Apache License, Version 2.0\0"
VALUE "OriginalFilename", "pmapi32.dll\0"
VALUE "PrivateBuild", " \0"
VALUE "ProductName", "Simple MAPI for Alpine for Windows\0"
- VALUE "ProductVersion", "2.20.1\0"
+ VALUE "ProductVersion", "2.20.3\0"
VALUE "SpecialBuild", " \0"
END
END