~ubuntu-branches/ubuntu/karmic/erlang/karmic-security

« back to all changes in this revision

Viewing changes to lib/webtool/doc/src/notes_history.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2006</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Webtool Release Notes History</title>
 
27
    <prepared>otp_appnotes</prepared>
 
28
    <docno>nil</docno>
 
29
    <date>nil</date>
 
30
    <rev>nil</rev>
 
31
  </header>
 
32
 
 
33
  <section>
 
34
    <title>Webtool 0.8.2</title>
 
35
 
 
36
    <section>
 
37
      <title>Fixed Bugs and Malfunctions</title>
 
38
      <list type="bulleted">
 
39
        <item>
 
40
          <p>Bugfix: <c>webtool</c> crashed when trying to find a free
 
41
            port number if connection failed with other reason than
 
42
            <c>econnrefused</c>.</p>
 
43
          <p>Own Id: OTP-5166</p>
 
44
        </item>
 
45
      </list>
 
46
    </section>
 
47
 
 
48
    <section>
 
49
      <title>Improvements and New Features</title>
 
50
      <list type="bulleted">
 
51
        <item>
 
52
          <p>Misc improvements:</p>
 
53
          <list type="bulleted">
 
54
            <item>The function <c>debug_app/1</c> and some error
 
55
             printouts are added to simplify debugging of own
 
56
             application.</item>
 
57
            <item>Multiple webtool instances can now be started on
 
58
             the same host. If the default port (8888) is in use, port
 
59
             8889 is tried. If 8889 is also used, 8890 is tried and so
 
60
             on. Max number of ports tried is 256.</item>
 
61
            <item><em>Incompatible:</em> If <c>Data</c> is set to
 
62
            <c>PortNumber</c> in <c>start(Path,Data)</c>, the default
 
63
             data will be used for ip-number (<c>127.0.0.1</c>) and
 
64
             server name (<c>localhost</c>).</item>
 
65
          </list>
 
66
          <p>*** POTENTIAL INCOMPATIBILITY ***</p>
 
67
          <p>Own Id: OTP-4724</p>
 
68
        </item>
 
69
      </list>
 
70
    </section>
 
71
  </section>
 
72
</chapter>
 
73