From 82e07b2a2d8a39ec7d7244fe0f1700ffa770a510 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Fri, 10 Aug 2012 15:18:36 -0500 Subject: [PATCH] Clean up Changes for ccfd java --- Changes | 60 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 27 deletions(-) diff --git a/Changes b/Changes index c872e51..5a8fd26 100644 --- a/Changes +++ b/Changes @@ -1,53 +1,59 @@ Revision history for MaxMind minFraud Java API 1.52 Aug 9th 2012 - - Check always countryMatch instead of score ( Boris Zentner ) - - Allow more input fields + - Check for the countryMatch field (not score) to see if a request + returned valid data. The score field is deprecated. (Boris Zentner) + - Allow all input fields provided by minFraud 1.4 (Boris Zentner) + 1.51 Apr 17th 2012 - - Replaced the minfraud server list with api-us-east.maximind.com and - api-us-west.maxmind.com ( Boris Zentner ) + - Replaced the minfraud server list with api-us-east.maximind.com and + api-us-west.maxmind.com ( Boris Zentner ) + 1.50 Mar 13th 2012 - - Check countryMatch instead of score for successful results. Score is - only avail for minfraud_version < 1.3 ( Boris Zentner ) + + - Check countryMatch instead of score for successful results. Score is + only avail for minfraud_version < 1.3 ( Boris Zentner ) + 1.49 Februar 19th 2009 - - Add minfraud3.maxmind.com to the serverlist + - Add minfraud3.maxmind.com to the serverlist + 1.48 October 3th 2008 - - Add new fields user_agent and accept_language for CCFD ( Boris Zentner ) + - Add new fields user_agent and accept_language for CCFD ( Boris Zentner ) 1.47 skipped 1.46 October 4th 2007 - - Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com + - Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com 1.45 July 23rd 2007 - - Changed license from GPL to LGPL, to allow commercial programs to include minFraud API + - Changed license from GPL to LGPL, to allow commercial programs to include minFraud API 1.44 October 9th 2006 - - Fixed problem with encoding input fields, since now use POST instead of GET + - Fixed problem with encoding input fields, since now use POST instead of GET 1.43 October 3rd 2006 - - Added support for new input fields, usernameMD5 and passwordMD5 + - Added support for new input fields, usernameMD5 and passwordMD5 1.4 August 8th 2005 - - Added support for Telephone Verification - - Use POST method instead of GET method, fixes bug where query string - was truncated - - Added support for bypassing DNS using IP addresses - - Added shipCity shipRegion shipPostal shipCountry to list of input fields + - Added support for Telephone Verification + - Use POST method instead of GET method, fixes bug where query string + was truncated + - Added support for bypassing DNS using IP addresses + - Added shipCity shipRegion shipPostal shipCountry to list of input fields 1.3 February 9th 2005 - - Added requested_type, forwardedIP, emailMD5, shipAddr, - txnID, sessionID to list of input fields - - Added LocationVerification.java + - Added requested_type, forwardedIP, emailMD5, shipAddr, + txnID, sessionID to list of input fields + - Added LocationVerification.java 1.2 July 2nd 2004 - - Added binName, binPhone, custPhone to list of input fields + - Added binName, binPhone, custPhone to list of input fields 1.1 June 14th 2004 - - use org.apache.commons.httpclient instead of Java's built in HTTP client - since Apache HTTP client has better support for timeouts - - Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com) - - Added debug and timeout options - - Failover if score field not set + - use org.apache.commons.httpclient instead of Java's built in HTTP client + since Apache HTTP client has better support for timeouts + - Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com) + - Added debug and timeout options + - Failover if score field not set 1.0 May 5st 2004 - - original version + - original version