From abca89aaa0fb208cfaf4ead6692014c4e553388a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sun, 30 Jun 2013 19:51:16 +0200 Subject: url: restore the functionality of 'curl -u :' This commit fixes a regression introduced in fddb7b44a79d78e05043e1c97e069308b6b85f79. Reported by: Markus Moeller Bug: http://curl.haxx.se/mail/archive-2013-06/0052.html --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index db9ef744a..db5323bb8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,7 @@ This release includes the following bugfixes: o c-ares: improve error message on failed resolve [4] o printf: make sure %x are treated unsigned o formpost: better random boundaries [5] + o url: restore the functionality of 'curl -u :' [6] This release includes the following known bugs: @@ -48,3 +49,4 @@ References to bug reports and discussions on issues: [3] = http://curl.haxx.se/bug/view.cgi?id=1249 [4] = http://curl.haxx.se/bug/view.cgi?id=1191 [5] = http://curl.haxx.se/bug/view.cgi?id=1251 + [6] = http://curl.haxx.se/mail/archive-2013-06/0052.html -- cgit v1.2.3