File: Changes

package info (click to toggle)
libfcgi-client-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 232 kB
  • sloc: ruby: 510; perl: 408; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 1,053 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Revision history for Perl extension FCGI::Client

0.09 2018-07-16T14:23:14Z

    - Switch to Minilla
      https://github.com/tokuhirom/p5-fcgi-client/pull/2
    - Switch to Moo
      https://github.com/tokuhirom/p5-fcgi-client/pull/3

0.08

    - fixed default timeout was 10secs.
      previsously it was documented as 10secs, but it is implemented as 1sec.
      https://rt.cpan.org/Ticket/Display.html?id=71100

0.07

    - make FCGI::Client::Connection->timeout as writable(Jonas)

0.06

    - fixed large packet issue
      (trunaev++)

0.05

    - remove unused dependency to autodie, Try::Tiny.
    - fixed bad error handler in FCGI/Client/Connection.pm.
      https://rt.cpan.org/Ticket/Display.html?id=57374
      (reported by mmcleric)

0.04

    - fixed bug: support long input

0.03

    - fixed bug: long key/value pairs in headers now conform to spec
      (peterkeen)

0.02

    - better error handler
    - fixed alarm handler, and localize it

0.01_02

    - fixed alarm bug
    - fixed deps

0.01_01

    - shipped first dev release