website/index.html in evdispatch-0.3.1 vs website/index.html in evdispatch-0.4.0

- old
+ new

@@ -16,11 +16,11 @@ <div id="main"> <h1>evdispatch</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/evdispatch"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.3.1</a> + <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.4.0</a> </div> <h4 style="float:right;padding-right:10px;">&#x2192; &#8216;evdispatch&#8217;</h4> <h2>What</h2> @@ -138,9 +138,15 @@ <h2>F.A.Q.</h2> <ul> + <li><h5>I get an error when installing the gem: <strong>ev_http.cc:411: error: &#8216;CURLOPT_COPYPOSTFIELDS&#8217; was not declared in this scope</strong></h5> + <p> + The minimum version of libcurl required is 7.17.1. see the reference note + <a href="http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCOPYPOSTFIELDS">here</a> + </p> + </li> <li><h5>I get an error when installing the gem: <strong>&#8220;error: &#8216;curl_socket_t&#8217; has not been declared&#8221;</strong></h5> <p> You need to have at least version 7.17.1 of <a href="http://curl.haxx.se/download.html">libcurl</a>. I recommend at least version: 7.18.1.</p> </li> <li><h5>Mac <span class="caps">OSX</span> (Darwin) Crashing on <span class="caps">HTTP POST</span> request</h5>