summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-04-05 01:33:53 -0600
committerEduardo Chappa <chappa@washington.edu>2020-04-05 01:33:53 -0600
commitb50297779a4becb9ceca9c6b5b375d526fe3df78 (patch)
tree650e07f698ecb16c79f86f4e2353010b3cd72991
parent361159a88dd47ba2cfa0f8b9b9b6b8d0d55890a7 (diff)
downloadalpine-b50297779a4becb9ceca9c6b5b375d526fe3df78.tar.xz
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE First use the commit command before using "git commit -a" NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE * New version 2.22 * New variable system-certs-path that allows users to indicate the location of the directory where folders are located. In PC-Alpine this must be C:\libressl\ssl\certs. The C: drive can be replaced by the name of the drive where the binary and DLL files are located. * Crash in Alpine when attempting to reply to a multipart/alternative message that is malformed, and the option to include attachments in reply is enabled. Reported and patched by Peter Tirsek. * Add support for the OAUTHBEARER authentication method in Gmail. Thanks to Alexander Perlis for suggesting it and explaining how the method works. * Add file cert.pem to the list of containers of CA certificates. * Add variable system-certs-file to indicate the location of a container of CA certificates. This complements the variable system-certs-path that gives the location the directory that containes CA certificates. * Fix a bug in PC-Alpine that made Alpine go into an infinte loop and consume CPU when it was iconized. Reported by Holger Schieferdecker in comp.mail.pine. * Add a help text to the option close-connection-timeout. Reported by Aditya Mahajan. * Corrections to the release notes provided by Dennis Davis. * Creation of port wxp to build Alpine in Windows XP. At the time of this writing, the port w32 is the same as the port wxp, but it is intended to target other 32 bit operating systems. * Added support for SALS-IR (rfc 4959) and similar support for other protocols (SMTP, NNTP, POP3) as some SMTP servers do not support a round-trip two step authentication. For example, davmail does not support PLAIN authentication in SMTP using the challenge-response scheme. Implemented after a report by Geoffrey Bodwin. * Fix location of certs.pem file in the w32 port of windows.
-rw-r--r--include/config.wnt.h2
-rw-r--r--pith/pine.hlp2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h
index f086793..7c24482 100644
--- a/include/config.wnt.h
+++ b/include/config.wnt.h
@@ -563,7 +563,7 @@
#define WINDOWS_LIBRESSL_CERTS
#if defined(W32BITSBUILD)
#define DEFAULT_SSLCAPATH "certs"
-#define DEFAULT_SSLCAFILE "erts\\cert.pem"
+#define DEFAULT_SSLCAFILE "certs\\cert.pem"
#endif /* W32BITSBUILD */
#if defined(WXPBUILD)
#define DEFAULT_SSLCAPATH "C:\\libressl\\ssl\\certs"
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 867cc2b..1f0de5b 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 416 2020-04-01 00:08:26
+Alpine Commit 417 2020-04-05 01:33:49
============= h_news =================
<HTML>
<HEAD>