From bb86462ed77ac82667c91c93705210b67d739e6e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 26 Jan 2009 14:37:29 +0000 Subject: [PATCH] wrap line at col 80 --- RELEASE-NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2bafd5a320..2684c8483f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,8 +10,8 @@ Curl and libcurl 7.19.4 This release includes the following changes: o Added CURLOPT_NOPROXY and the corresponding --noproxy - o the OpenSSL-specific code disables TICKET (rfc5077) which is enabled by default - in openssl 0.9.8j + o the OpenSSL-specific code disables TICKET (rfc5077) which is enabled by + default in openssl 0.9.8j This release includes the following bugfixes: -- GitLab