It looks like the wget option "-C off" (which disables caching) was removed recently. I didn't learn about this until one of my automated scripts (e-mails me IP address changes of my home machine) quit working (wget was returning an error). Now I am using the "--no-cache" option instead. I wonder how many people were affected by this change and why they even made such a change.