File: Changes

package info (click to toggle)
liblwp-useragent-cached-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: perl: 361; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Revision history for Perl extension LWP::UserAgent::Cached.

0.08  Sat Nov 30 00:30:37 +07 2019
      - FIX: cookies duplication bug (#gh5)

0.07  Fri Feb 22 12:46:12 +07 2019
      - FIX: extra new line could be added to the content after restoring it from the cache,
        which could corrupt binary content (#gh4)
      - WARN: fix above may change cache name for requests without trailing new line (most of POST requests),
        so such requests may be recached

0.06  Wed Sep 10 02:38:48 NOVT 2014
      - additionally pass $request as third argument to `recache_if' callback
      - documentation improved a little bit

0.05  Sat Jun 28 12:16:14 NOVT 2014
      - `last_used_cache' method added
      - lwp's `parse_head' now always false to prevent problems with encoding for `as_string'

0.04  Sun Feb 10 20:28:09 2013
      - `on_uncached' option added
      - small documentation fixes

0.03  Sun Jan 22 22:27:45 2012
      - `nocache' renamed to `nocache_if' and `recache' to `recache_if'
      - `last_cached' method added
      - `cachename_spec' option added

0.02  Wed Jan 4 15:09:00 2012
      - Makefile.PL fix for tests dependencies
      - `recache' callback was added

0.01  Mon Jan 2 21:59:07 2012
      - original version;