From: Daniel Stenberg Date: Wed, 25 Aug 2010 20:57:11 +0000 (+0200) Subject: HISTORY: mention the gopher story X-Git-Tag: curl-7_21_2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d2bf4ee445759141ec440f529c1a3f7391de9e;p=thirdparty%2Fcurl.git HISTORY: mention the gopher story --- diff --git a/docs/HISTORY b/docs/HISTORY index 1dc06cbcf7..e04fb53df0 100644 --- a/docs/HISTORY +++ b/docs/HISTORY @@ -161,6 +161,12 @@ December 2005: security vulnerability: libcurl URL Buffer Overflow +January 2006: + + We dropped support for Gopher. We found bugs in the implementation that + turned out having been introduced years ago, so with the conclusion that + nobody had found out in all this time we removed it instead of fixing it. + March 2006: security vulnerability: libcurl TFTP Packet Buffer Overflow @@ -235,3 +241,4 @@ August 2010: Known libcurl bindings: 39 Contributors: 808 + Gopher support added (re-added actually)