File: Changes

package info (click to toggle)
libmojolicious-plugin-basicauth-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 96 kB
  • sloc: perl: 36; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (4)
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
0.06  2011-10-29
    - Allow : in passwords (Kirill Miazine)

0.05  2011-06-02
    - Removed unused reference to Mojo::Client in tests
    - Require Mojolicious >= 1.4

0.04  2011-02-06
    - Fixed problem that may have caused unexpected results when using bridges
    - Require Mojolicious >= 1.02
    - Fixed problem that may have caused unexpected results when using bridges
    - Require Mojolicious >= 1.02

0.033 2011-01-09 (Cosmetic changes only)
    - Simpler pod
    - DEPRECATED non-callback usage.  Still works, but will be removed in future releases.

0.032 2010-12-15
    - Tests and examples return ->render_text to render immediately in .999950
    - Require Mojolicious >= 0.999950

0.031 2010-10-21
    - Require Mojolicious >= 0.999930

0.03 2010-08-06
    - Deprecated hashref configuration
    - Updated to work with Mojolicious async changes >= 0.999930
    - Updated to work with new Mojolicious helper syntax