diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 09:55:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 09:55:10 +0200 |
commit | c52ff6ccd4f664cabcfc389b4fb7fb574a16378b (patch) | |
tree | bb774fdc358f3746bf3ac48a45ab2675c6a598f5 /NEWS | |
parent | a11dd34fe01bbb5f996c790eaaaf1911f100269e (diff) | |
download | fetchmail-c52ff6ccd4f664cabcfc389b4fb7fb574a16378b.tar.gz fetchmail-c52ff6ccd4f664cabcfc389b4fb7fb574a16378b.tar.bz2 fetchmail-c52ff6ccd4f664cabcfc389b4fb7fb574a16378b.zip |
Get ready for 6.3.17 release.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -52,7 +52,7 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail-6.3.17 (not yet released): +fetchmail-6.3.17 (released 2010-05-06, 25767 LoC): # SECURITY FIX * CVE-2010-1167: Fetchmail before release 6.3.17 did not properly sanitize @@ -70,7 +70,8 @@ fetchmail-6.3.17 (not yet released): OpenSSL library updates that affect the hash function. * Fetchmail now supports a FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS environment variable to force loading the default SSL CA certificate - locations. + locations even if --sslcertfile or --sslcertpath is used. + If neither option is in effect, fetchmail loads the default locations. # REGRESSION FIX * Fix string handling in rcfile scanner, which caused fetchmail to misparse a @@ -90,7 +91,7 @@ fetchmail-6.3.17 (not yet released): to missing root signing CAs in the certs directory. * Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings * Memory allocation failures will now cause abnormal program abort (SIGABRT), - not exit with unspecified code. + no longer an exit with unspecified code. # DOCUMENTATION * Fix table of global option to read "set softbounce" where there used to be a @@ -99,7 +100,7 @@ fetchmail-6.3.17 (not yet released): to 1.0.0 upgrade in particular) may require running c_rehash. # TRANSLATION UPDATES - [zh_CN] Chinese/simplified (Ji ZhengYu) + [zh_CN] Chinese/simplified (Ji Zheng-Yu) [cs] Czech (Petr Pisar) [nl] Dutch (Erwin Poeze) [fr] French (Frédéric Marchal) @@ -134,7 +135,8 @@ fetchmail-6.3.16 (released 2010-04-06, 25574 LoC): # CHANGE * Call OpenSSL_add_all_algorithms(). This is needed to support non-mandatory - algorithms in certificates. Sjoerd Simons, to fix Debian Bug #576430. + and non-standard algorithms in certificates. + Sjoerd Simons, to fix Debian Bug #576430. OpenSSL 0.9.8* does not load - for instance - the SHA256 digest by default. Reported as OpenSSL RT#2224. |