]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix typo.
[wget] / src / ChangeLog
index 72ae60ec07012ba9fb19ec909240bef98f1c4b71..c62b5126c8f58242961f9122fe78ca60df1e9338 100644 (file)
@@ -1,3 +1,24 @@
+2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
+
+2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Send the Proxy-Authorization header over
+       non-SSL connections too.
+
+2004-03-25  David Fritz  <zeroxdf@att.net>
+
+       * mswindows.c (fake_fork_child): Ignore error code when
+       OpenFileMapping() fails; assume it failed because the object does
+       not exist.
+
+2004-03-24  David Fritz  <zeroxdf@att.net>
+
+       * mswindows.c (fake_fork): New function.
+
+       * mswindows.c (fork_to_background): Use it.
+
 2004-03-19  David Fritz  <zeroxdf@att.net>
 
        * mswindows.c (ws_hangup): Incorporate old fork_to_background()