From 8c46b108bb648119b90433f9c60ed36bb25e29cd Mon Sep 17 00:00:00 2001 From: Chandrashekhar Mullaparthi Date: Wed, 13 Apr 2011 07:51:43 +0100 Subject: [PATCH] Filipe added support for IPv6 --- .gitignore | 1 + README | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e705d4..cb2494d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ebin/ *~ .eunit/ +test/ diff --git a/README b/README index 163d14c..b14822f 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ ibrowse is available under two different licenses. LGPL or the BSD license. Comments to : Chandrashekhar.Mullaparthi@gmail.com -Version : 2.1.4 +Version : 2.2.0 Latest version : git://github.com/cmullaparthi/ibrowse.git @@ -43,6 +43,7 @@ Filipe David Manana Geoff Cant Jeroen Koops Joćo Lopes +Joseph Wayne Norton Karol Skocik Kostis Sagonas Matthew Reilly @@ -62,6 +63,11 @@ tholschuh (https://github.com/tholschuh/) CONTRIBUTIONS & CHANGE HISTORY ============================== +13-04-2011 - v2.2.0 + * Filipe David Manana added IPv6 support. This is a mjor new + feature, Thank you Filipe! + * Joseph Wayne Norton contributed tweaks to .gitignore + 09-02-2011 - v2.1.4 * Fixed a bug reported by Ryan Zezeski with the save_response_to_file option.