diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-04-08 23:57:49 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-04-08 23:57:49 -0600 |
commit | 7d34d6b88a46a8cf950dc6305fa3c781edd9d4f7 (patch) | |
tree | abcec7bc059644ca5ed9322e6bb1dda09743eccc /README | |
parent | 6a18937898292e97c15289e5ecd5d8f1c2205110 (diff) | |
download | alpine-7d34d6b88a46a8cf950dc6305fa3c781edd9d4f7.tar.xz |
* Fixes bug in 2.19.8 that would make Alpine fail to build in Windows.
* S/MIME configuration screen would deinitialize smime, not allowing
it to send encrypted or signed messages.
* Add documentation for /loser option in definition of external servers.
* crashing bug in certificate management screen due to a BIO_free() call
of memory that had not been allocated.
* When the password file is decrypted, smime is inited. If smime is inited
before the .pinerc is read, some values might not be correctly set.
* When a password file exists, and S/MIME is enabled, encrypt it by either
using an existing key/certificate pair. The key is saved separately
in ~/.alpine-smime/.pwd, or in the directory specified by the
-pwdcertdir command line option.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ If you are reading this, you have presumably succeeded in extracting the distribution from the compressed tar archive file, via the following command, or equivalent: - tar --xz -xf alpine.tar.xz + tar -Jxf alpine.tar.xz Some of the instructions that follow assume that your current working directory is the alpine-X.XX directory created by the un-tar process |