File: Changes

package info (click to toggle)
libdancer-session-cookie-perl 0.30-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 276 kB
  • sloc: perl: 757; xml: 213; makefile: 2
file content (125 lines) | stat: -rw-r--r-- 4,036 bytes parent folder | download | duplicates (3)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Revision history for Dancer-Session-Cookie

0.30 2018-03-11
  [ ENHANCEMENTS ]
    - add a CONTRIBUTING file [GH#18, Paul Cochrane]
    - minor refactoring, bump minor Perl version to 5.10.0.

  [ STATISTICS ]
    - code churn: 5 files changed, 127 insertions(+), 26 deletions(-)

0.29 2018-02-19
  [ MISC ]
    - Added appveyor integration for Windows CI. [GH#11, Paul Cochrane]
    - Set minimal Perl version to be 5.8. [GH#10, Paul Cochrane]
    - Misc code cleanup. [GH#14, GH#15, GH#16, GH#17, Paul Cochrane]
    - Added appveyor and travis badges to README. [GH#13, Paul Cochrane]

  [ STATISTICS ]
    - code churn: 12 files changed, 69 insertions(+), 21 deletions(-)

0.28 2018-02-10
  [ BUG FIXES ]
    - Tests require Plack::Test v1.0029+. [GH#8, Mohammad S Anwar]

  [ DOCUMENTATION ]
    - Improve English flow of the POD. [GH#9, Paul Cochrane]

  [ STATISTICS ]
    - code churn: 10 files changed, 105 insertions(+), 48 deletions(-)

0.27 2015-09-23
  - Remode  'README.pod' from distribution. [GH#6]

  [ STATISTICS ]
    - code churn: 4 files changed, 62 insertions(+), 126 deletions(-)

0.26 2015-09-10
  - Switch Test::WWW::Mechanize::PSGI for raw HTTP::Request/Response.
    (GH#5, xsawyerx)

  [ DOCUMENTATION ]
    - Document the 'session_expires' setting. - Warn about maximal cookie
      size. (GH#2 David Precious)

  [ STATISTICS ]
    - code churn: 10 files changed, 304 insertions(+), 192 deletions(-)

0.25 2014-08-04
  [ MISC ]
    - Move tests from Test::TCP to Test::WWW::Mechanize::PSGI.

  [ STATISTICS ]
    - code churn: 5 files changed, 138 insertions(+), 174 deletions(-)

0.24 2014-07-29
  [ MISC ]
    - Release again, this time with real co-maint permissions.

  [ STATISTICS ]
    - code churn: 1 file changed, 57 insertions(+), 53 deletions(-)

0.23 2014-07-17
  [ CHANGED ]
    - Requires Session::Storage::Secure 0.010 to allow storing objects,
      which is specially relevant for JSON::bool data.

  [ STATISTICS ]
    - code churn: 8 files changed, 67 insertions(+), 119 deletions(-)

0.22 2013-05-31T23:38:07Z America/New_York
  [ CHANGED ]
    - Requires Session::Storage::Secure 0.007 for improved resistance to
      timing attacks

0.21 2013-05-08T22:33:10Z America/New_York
  - Require Dancer 1.3113 and use its new features to fix more bugs that
    caused sessions to not be set or reset correctly

0.20 2013-04-25T11:41:22Z America/New_York
  - Fix bug where session wasn't cleared correctly if route handler died
    while processing a request

0.19 2013-02-24T22:49:14Z America/New_York
  - Fix bug with session_expires always expiring a cookie early

0.18 2013-02-16T00:16:32Z America/New_York
  - Hack around Dancer bug that renders the request object headers
    repeatedly and locks out setting cookies after the first time

0.17 2013-02-07T15:36:58Z America/New_York
  - Fix localhost address used in tests

0.16 2013-02-01T14:39:14Z America/New_York
  - Now uses Session::Storage::Secure for encrypting and decrypting data;
    Legacy decryption is preserved in case old cookies need to be read.
  - Fix session destruction bug to ensure session is overwritten in the
    browser, not just no longer sent (David Golden)

0.15 2011-05-21
  - skip test 02-configfile.t if YAML is not present FIX smoker test
    failure. (Alexis Sukrieh)

0.14 2011-03-12
  [ Michael G. Schwern ]
    - Fix for Dancer > v1.3012
    - Add support for session_secure to serve https only cookies.
    - Add missing MYMETA.yml
    - Make Dancer::Session::Cookie honor the session_name setting added to
      Dancer::Session::Abstract
    - Add session_cookie_path to control the path of the cookie.

0.13 2010-11-28T17:19:58Z
  - Some documentation fixes. No functional change.

0.12 2010-09-16T13:29:09Z
  - Fix a warning when testing against newer Dancer. No functional
  - change.

0.11 2010-02-17T16:12:21Z
  - Chase the ever-changing Dancer core :) No functional change.
  - More tests.

0.1 2010-02-02T17:20:11Z
  - First version separated from the Dancer core. No functional
  - change.