Fix FilePump parsing of lastModified times when fetching files via HTTP, using DateTime::Format::HTTP. Fixes bug #11373.

This commit is contained in:
Colin Kuskie 2010-01-26 10:39:20 -08:00
parent 38e6bfad3e
commit 5a346afd9e
5 changed files with 30 additions and 14 deletions

View file

@ -3,6 +3,7 @@
- fixed #11364: Notify About Low Stock workflow activity email is not user friendly
- fixed #11371: Spaces in the names of custom profile fields
- fixed #11372: All Search Forms should use GET
- fixed #11373: Problem creating FilePump bundles
7.8.10
- fixed #11332: Pagination in webgui.org forum urls

View file

@ -7,6 +7,10 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
7.8.11
--------------------------------------------------------------------
* WebGUI now requires DateTime::Format::HTTP, to handle parsing HTTP dates.
7.8.6
--------------------------------------------------------------------
* WebGUI now requires LWP 5.833 or higher, to fix a bug in that module.