wget/wget-1.11-rh1.patch
Karsten Hopp 44dcfb65d0 - wget 1.11
- 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!).
2008-01-26 23:03:10 +00:00

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)";