aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-22 00:34:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-22 00:34:09 +0100
commit1609685fc2f470600204094d39ea55f63a445abf (patch)
tree89691105ce37092486d54a14a929339854e50325 /CHANGES
parente1d6034977093908ba63c4cdf8d0d65703c81700 (diff)
various changes of CVS to git
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7efa4200a..241ebdc08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,8 @@ Daniel Stenberg (21 Mar 2010)
- Ben Greear improved TFTP: the error code returning and the treatment
of TSIZE == 0 when uploading.
+- We've switched from CVS to git. See http://curl.haxx.se/source.html
+
Kamil Dudka (19 Mar 2010)
- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().