File: Changes

package info (click to toggle)
libauthen-bitcard-perl 0.90-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 164 kB
  • sloc: perl: 275; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 741 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

0.90    June 11, 2011
  - Make sure LWP is installed with https support
  - Fix spelling error in documentation (Ansgar Burchardt, RT#60022)

0.89    August 2, 2010
  - Use JSON instead of JSON::XS
  - Use Digest::SHA instead of Digest::SHA1 (RT#59919, Ansgar Burchardt)
  - Add add_invite method
  - Various tweaks

0.87 - September 14, 2009
  - Add Class::ErrorHandler to the prereqs list
  - Update documentation

0.86 - July 4th 2006
  - Add the Changes file to the distribution
  - register_url method
  - bump version to 4
  - prepare to support "unconfirmed users"
  - Use ExtUtils::MakeMaker instead of Module::Build

0.85 - July 21th 2005
  - New API, works with http://www.bitcard.org/

0.50 - July 3rd 2004
  - Initial release