- from micah Cowan's announcement: - Migration to the GPLv3+ license. - Improvements to the HTTP password authentication code, bringing it a little closer to RFC compliance (more is needed). - Basic support for respecting filenames specified via `Content-Disposition' headers (turned on with --content-disposition, but please read the documentation). - An --ignore-case option to make wildcard- and suffix-matching case-sensitive. - The --spider feature is working again (was broken in previous release). - Myriad bug-fixes (of course!).
6 lines
159 B
Diff
6 lines
159 B
Diff
--- wget-1.10.1/src/version.c.rh1
|
|
+++ wget-1.10.1/src/version.c
|
|
@@ -1 +1 @@
|
|
-char *version_string = "1.11";
|
|
+char *version_string = "1.11 (Red Hat modified)";
|