From 080e8b24c3bb7cf892bacd76f94265738754ef95 Mon Sep 17 00:00:00 2001 From: Kano Date: Sun, 1 Jul 2012 15:28:27 +1000 Subject: [PATCH] API-README correct for 2.4.4 --- API-README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/API-README b/API-README index 8fd6f1bf..9c633bdb 100644 --- a/API-README +++ b/API-README @@ -309,18 +309,23 @@ miner.php - an example web page to access the API Feature Changelog for external applications using the API: -API V1.13 - -Added API commands: - 'check' +API V1.14 Modified API commands: 'stats' - more icarus timing stats added +The internal code for handling data was rewritten (~25% of the code) +Completely backward compatible + +---------- + +API V1.13 (cgminer v2.4.4) + +Added API commands: + 'check' + Support was added to cgminer for API access groups with the --api-groups option It's 100% backward compatible with previous --api-access commands -The internal code for handling data was rewritten (~25% of the code) -Also completely backward compatible ----------