1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

HISTORY: mention the gopher story

This commit is contained in:
Daniel Stenberg 2010-08-25 22:57:11 +02:00
parent ae467115bb
commit 19d2bf4ee4

View File

@ -161,6 +161,12 @@ December 2005:
security vulnerability: libcurl URL Buffer Overflow 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: March 2006:
security vulnerability: libcurl TFTP Packet Buffer Overflow security vulnerability: libcurl TFTP Packet Buffer Overflow
@ -235,3 +241,4 @@ August 2010:
Known libcurl bindings: 39 Known libcurl bindings: 39
Contributors: 808 Contributors: 808
Gopher support added (re-added actually)