1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
<TITLE>Webtool Release Notes History</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 Webtool Release Notes History</H2>
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 Webtool 0.8.2</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Bugfix: <CODE>webtool</CODE> crashed when trying to find a free
port number if connection failed with other reason than
<CODE>econnrefused</CODE>.<BR>
Own Id: OTP-5166<BR>
</LI>
</UL>
<A NAME="1.1.2"><!-- Empty --></A>
<H4>1.1.2 Improvements and New Features</H4>
<P>
<UL>
<LI>
Misc improvements:<BR>
<UL>
<LI>
The function <CODE>debug_app/1</CODE> and some error
printouts are added to simplify debugging of own
application.
</LI>
<LI>
Multiple webtool instances can now be started on
the same host. If the default port (8888) is in use, port
8889 is tried. If 8889 is also used, 8890 is tried and so
on. Max number of ports tried is 256.
</LI>
<LI>
<STRONG>Incompatible:</STRONG> If <CODE>Data</CODE> is set to
<CODE>PortNumber</CODE> in <CODE>start(Path,Data)</CODE>, the default
data will be used for ip-number (<CODE>127.0.0.1</CODE>) and
server name (<CODE>localhost</CODE>).
</LI>
</UL>
*** POTENTIAL INCOMPATIBILITY ***<BR>
Own Id: OTP-4724<BR>
</LI>
</UL>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|