]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Removed string_t.c from the list of source files in Makefiles.
[wget] / src / ChangeLog
index d4cb88a9478d65a69a7eeb6135856e662964c1cb..36b8928cd87b9abd328c4c46685be8e5a4a8aa18 100644 (file)
@@ -1,3 +1,20 @@
+2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: removed string_t.c from list of source files.
+
+2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * string_t.c: Removed.
+       
+       * string_t.h: Removed.
+
+2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (rewrite_shorthand_url): Only accept recognized schemes.
+       That way "foo:80" will correctly be rewritten to "http://foo:80"
+       instead of left unchanged and ultimately rejected because of
+       "unsupported scheme foo".
+
 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c (number_to_string): Avoid explicit 64-bit constants;