~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/webtool/doc/src/notes.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>2004</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</title>
 
27
    <prepared>otp_appnotes</prepared>
 
28
    <docno>nil</docno>
 
29
    <date>nil</date>
 
30
    <rev>nil</rev>
 
31
  </header>
 
32
  <p>This document describes the changes made to the Webtool
 
33
    application.</p>
 
34
 
 
35
<section><title>WebTool 0.8.3.2</title>
 
36
 
 
37
    <section><title>Improvements and New Features</title>
 
38
      <list>
 
39
        <item>
 
40
          <p>
 
41
            Minor updates.</p>
 
42
          <p>
 
43
            Own Id: OTP-6998</p>
 
44
        </item>
 
45
      </list>
 
46
    </section>
 
47
 
 
48
</section>
 
49
 
 
50
  <section>
 
51
    <title>WebTool 0.8.3.1</title>
 
52
 
 
53
    <section>
 
54
      <title>Improvements and New Features</title>
 
55
      <list type="bulleted">
 
56
        <item>
 
57
          <p>Minor Makefile changes.</p>
 
58
          <p>Own Id: OTP-6689</p>
 
59
        </item>
 
60
        <item>
 
61
          <p>Obsolete guard tests (such as list()) have been replaced
 
62
            with the modern guard tests (such as is_list()).</p>
 
63
          <p>Own Id: OTP-6725</p>
 
64
        </item>
 
65
      </list>
 
66
    </section>
 
67
  </section>
 
68
 
 
69
  <section>
 
70
    <title>WebTool 0.8.3</title>
 
71
 
 
72
    <section>
 
73
      <title>Improvements and New Features</title>
 
74
      <list type="bulleted">
 
75
        <item>
 
76
          <p>Removed some dead code discovered by Dialyzer.</p>
 
77
          <p>Own Id: OTP-6041</p>
 
78
        </item>
 
79
      </list>
 
80
    </section>
 
81
  </section>
 
82
</chapter>
 
83