From: Bertrand Janin Date: Mon, 15 Jun 2009 15:49:34 +0000 (+0200) Subject: Fix UPDATING X-Git-Tag: mutt-1-5-21-rel~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c525af7a5d74ae73c33576ac2be6ee8ebb269c57;p=mutt Fix UPDATING --- diff --git a/ChangeLog b/ChangeLog index 6c833965..b5565472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-06-15 17:06 +0200 Rocco Rutte (d6f88fbf8387) + + * url.c: Don't parse URL port as signed short, but to int and cast to + unsigned short. Closes #3264. + +2009-06-15 17:01 +0200 Rocco Rutte (3c83b1e958ba) + + * ChangeLog, doc/manual.xml.head: Manual: Add a short note about new + header folding + + ...so we don't get bug reports for tab folding. + 2009-06-15 16:35 +0200 Rocco Rutte (7fadf564cb23) * init.h: Clarify what $wrap=0 does diff --git a/UPDATING b/UPDATING index dc3ddc37..9d2ac147 100644 --- a/UPDATING +++ b/UPDATING @@ -23,7 +23,7 @@ hg tip: search as regex patterns do (except IMAP) + $ssl_verify_dates controls whether mutt checks the validity period of SSL certificates - + $ssl_verify_hostname controls whether mutt will accept certificates whose + + $ssl_verify_host controls whether mutt will accept certificates whose host names do not match the host name in the folder URL. 1.5.19 (2009-01-05):