2018-02-28 10:09:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-libwww: update to 6.33.
6.33 2018-02-27 03:51:36Z
- Fix send_te change from previous release, which was breaking
LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
Bell)
|
2018-02-21 08:28:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.32
Upstream changes:
6.32 2018-02-20 19:39:20Z
- Suggest LWP::ConsoleLogger as an alternative to the deprecated LWP::Debug \
(GH#278) (Olaf Alders)
- add send_te configuration to disable sending the TE header (GH#126) (Doug Bell)
- Added a developer feature to the http.t tests. (GH#257) (colinnewell)
|
2017-12-30 16:17:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-libwww: update to 6.31.
6.31 2017-12-11 01:55:53Z
- fix version numbering (RT#123841)
6.30 2017-12-07
- Use tr/// instead of s/// where appropriate (Ville Skyttä) (GH #265)
- Use parent -norequire instead of base to not look for external
dependencies (Fabian Zeindler) (GH #259)
- Fix run_handlers to allow assigning to the request / response (Gianni
Ceccarelli) (GH #274)
|
2017-11-08 22:47:47 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-libwww: update to 6.29.
6.29 2017-11-06
- Fix some version numbers
6.28 2017-11-06
- Remove last use of Geopt::Std (Sergey Remanov) (GH #267)
- Include unmatched connect error in status string (Patrik Lundin) (GH #269)
- Fix insecure open FILEHANDLE,EXPR (Takumi Akiyama) (GH #270)
|
2017-09-27 19:02:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-libwww: update to 6.27.
6.27 2017-09-21
- Switch to Getopt::Long in lwp-download (GH #262)
- Fix lwp-request -C (GH #261)
- Hide LWP::Protocol::http::Socket, LWP::Protocol::http::SocketMethods and
LWP::Debug::TraceHTTP::Socket from PAUSE
- Add tests for the "get" & "head" functions (GH #252)
- Update lwpcook.pod (GH #256)
- Handle undefined values in ->credentials (GH #157)
- Fix lwp-mirror options checks.
- Update bin/ scripts to use $LWP::VERSION instead of ->Version()
- Improve lwp-download --help (GH #262)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-04-19 15:57:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-libwww to 6.26.
6.26 2017-04-12
- Perltidy all apps in the bin/ directory
- Make all apps in bin/ use strict and warnings (RT #92633)
- Fix bug tracker URL in metadata
|
2017-04-05 17:46:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-libwww to 6.25.
6.25 2017-04-03
- Fix LWP::UserAgent docs for request and request_simple that pointed to
functions in LWP::Simple rather than LWP::UserAgent
- Moved the official bug tracker to GitHub rather than RT.
|
2017-03-16 15:57:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-libwww to 6.24.
6.24 2017-03-14
- Document clone methods inability to clone cookie jars (RT #13542)
- It is now possible to set the proxy and no_proxy attributes from the
constructor of LWP::UserAgent. (GH #124)
|
2017-03-08 12:46:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-libwww to 6.23.
6.23 2017-03-06
- Fix bug where Protocol::NNTP called undef on a variable before being done
using it. (GH PR #121)
- Ran perltidy on LWP::Protocol::NNTP
- Re-organized current documentation set.
|