forked from CpanelInc/cPanel-PublicAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
24 lines (19 loc) · 772 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for cPanel-PublicAPI
2.0 2015-09-15
Updated PublicAPI pod file to include description
of new ssl_verify_mode option.
Default WHM API to v1.
1.3 2015-09-14
Fix hash randomization problem on newer Perls.
1.2 8/26/2015
Updated from main code-base, changes include:
Fixed non-numeric comparison errors.
Cleaned up uninitialized variable use.
Error checking after api_request in cPanel::PublicAPI::whm_api() call.
Correct comments in copyright headers w/ modified bsd license
Correct disclaimer in 3-clause BSD license
Changes to accommodate latest version of IO::Socket::SSL
Removed Frontpage references
Changed to work with self-signed SSL certificates
1.0 2/24/2011
First version, Implement HTTP querying.