Update of /cvsroot/jungerl/jungerl/lib/ibrowse
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6216
Modified Files:
README vsn.mk
Log Message:
Added option to allow caller to specify socket options
Index: README
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/ibrowse/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- README 29 Jul 2009 18:03:21 -0000 1.19
+++ README 6 Sep 2009 20:04:02 -0000 1.20
@@ -18,12 +18,14 @@
Comments to : Chandrashekhar.Mullaparthi@...
-Version : 1.5.2
+Version : 1.5.3
Latest version : git://github.com/cmullaparthi/ibrowse.git
CONTRIBUTIONS & CHANGE HISTORY
==============================
+05-09-2009 - * Introduced option to allow caller to set socket options.
+
29-07-2009 - * The ETS table created for load balancing of requests was not
being deleted which led to the node not being able to create
any more ETS tables if queries were made to many number of
Index: vsn.mk
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/ibrowse/vsn.mk,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- vsn.mk 29 Jul 2009 18:03:21 -0000 1.17
+++ vsn.mk 6 Sep 2009 20:04:02 -0000 1.18
@@ -1,2 +1,2 @@
-IBROWSE_VSN = 1.5.2
+IBROWSE_VSN = 1.5.3
|