aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-25 22:57:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-28 22:51:22 +0200
commit19d2bf4ee445759141ec440f529c1a3f7391de9e (patch)
tree0e8e991f934dc189699853f6b4599f77cdeb2fcf
parentae467115bb58e40449380dde8dd6966b068c4277 (diff)
HISTORY: mention the gopher story
-rw-r--r--docs/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/HISTORY b/docs/HISTORY
index 1dc06cbcf..e04fb53df 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)