From 5a9bbf639af454765c77730c1734f1e7d2165fae Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 22 Oct 2008 15:10:56 +0000
Subject: [PATCH] fixed language, added the Solaris _REENTRANT thing

---
 RELEASE-NOTES | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index bf78c157c2..2f2576ea4d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -13,7 +13,7 @@ This release includes the following changes:
  o Added CURLOPT_CERTINFO and CURLINFO_CERTINFO
  o Added CURLOPT_POSTREDIR
  o Better detect HTTP 1.0 servers and don't do HTTP 1.1 requests on them
- o configure --disable-proxy disables proxy
+ o configure --disable-proxy disables proxy support
  o Added CURLOPT_USERNAME and CURLOPT_PASSWORD
  o --interface now works with IPv6 connections on glibc systems
  o Added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD
@@ -23,7 +23,7 @@ This release includes the following bugfixes:
  o MingW32 non-configure builds are now largefile feature enabled by default
  o NetWare LIBC builds are now largefile feature enabled by default
  o curl_easy_pause() could behave wrongly on unpause
- o cookie with invalid expire dates are now considered expired
+ o cookies with invalid expire dates are now considered expired
  o HTTP pipelining over proxy
  o fix regression in configure script which affected OpenSSL builds on MSYS
  o GnuTLS-based multi interface doing HTTPS over proxy failed
@@ -38,7 +38,8 @@ This release includes the following bugfixes:
  o CURLINFO_PRIMARY_IP fixed for persistent connection re-use cases
  o remove_handle/add_handle multi interface timer callback flaw
  o CURLINFO_REDIRECT_URL memory leak and wrong-doing
- o case insensitive matching works in Turkish too
+ o case insensitive string matching works in Turkish too
+ o Solaris builds get _REENTRANT defined properly and work again
 
 This release includes the following known bugs:
 
-- 
GitLab