|
jungerl/lib/ibrowse README,1.15,1.16 vsn.mk,1.13,1.14
From: Chandru <chandrusf@us...> - 2008-05-21 20:34
|
Update of /cvsroot/jungerl/jungerl/lib/ibrowse
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16700
Modified Files:
README vsn.mk
Log Message:
ibrowse was not reading all the options from its config file.
Index: README
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/ibrowse/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- README 27 Mar 2008 01:35:49 -0000 1.15
+++ README 21 May 2008 15:28:11 -0000 1.16
@@ -22,6 +22,10 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
+21-05-2008 - * Fixed bug in reading some options from the ibrowse.conf file.
+ Reported by Erik Reitsma on the erlyaws mailing list
+ * Fixed bug when cleaning up closing connections
+
27-03-2008 - * Major rewrite of the load balancing feature. Additional module,
ibrowse_lb.erl, introduced to achieve this.
* Can now get a handle to a connection process which is not part of
Index: vsn.mk
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/ibrowse/vsn.mk,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- vsn.mk 27 Mar 2008 01:35:49 -0000 1.13
+++ vsn.mk 21 May 2008 15:28:11 -0000 1.14
@@ -1,2 +1,2 @@
-IBROWSE_VSN = 1.4
+IBROWSE_VSN = 1.4.1
|
| Thread | Author | Date |
|---|---|---|
| jungerl/lib/ibrowse README,1.15,1.16 vsn.mk,1.13,1.14 | Chandru <chandrusf@us...> |