Accepting request 296511 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Cache-Transparent?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2015-04-15 07:26:40 +00:00
committed by Git OBS Bridge
parent 979721c482
commit 3aaef3a5ff
5 changed files with 101 additions and 48 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Apr 14 20:48:43 UTC 2015 - coolo@suse.com
- updated to 1.1
see /usr/share/doc/packages/perl-HTTP-Cache-Transparent/Changes
2012-10-25 Mattias Holmlund
Version 1.1
Unlink temporary cachefiles if we fail to give them a proper name
Resolves https://rt.cpan.org/Ticket/Display.html?id=60065
Handle multiple simultaneous cache cleanups
Hopefully resolves https://rt.cpan.org/Public/Bug/Display.html?id=77015
Handle caching of zero-size documents
Resolves https://rt.cpan.org/Public/Bug/Display.html?id=76785
Populate $response->message with the default message for the code
Patch from Graham Barr
Ensure response has access to request when fetching from cache
Patch from Graham Barr.
Handle undefined content from servers.
2007-12-12 Mattias Holmlund
Version 1.0
Add ApproveContent option.
Add pod-tests.
Mark internal methods with leading underscore.
-------------------------------------------------------------------
Tue Apr 14 20:48:43 UTC 2015 - coolo@suse.com
- updated to 1.0
see /usr/share/doc/packages/perl-HTTP-Cache-Transparent/Changes
2007-12-12 Mattias Holmlund
Version 1.0
Add ApproveContent option.
Add pod-tests.
Mark internal methods with leading underscore.
-------------------------------------------------------------------
Mon Nov 29 18:30:12 UTC 2010 - coolo@novell.com