~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/sasl/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<chapter>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2004</year><year>2009</year>
 
7
      <year>2004</year><year>2010</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
13
13
      compliance with the License. You should have received a copy of the
14
14
      Erlang Public License along with this software. If not, it can be
15
15
      retrieved online at http://www.erlang.org/.
16
 
    
 
16
 
17
17
      Software distributed under the License is distributed on an "AS IS"
18
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
19
19
      the License for the specific language governing rights and limitations
20
20
      under the License.
21
 
    
 
21
 
22
22
    </legalnotice>
23
23
 
24
24
    <title>SASL Release Notes</title>
30
30
  </header>
31
31
  <p>This document describes the changes made to the SASL application.</p>
32
32
 
 
33
<section><title>SASL 2.1.9</title>
 
34
 
 
35
    <section><title>Improvements and New Features</title>
 
36
      <list>
 
37
        <item>
 
38
          <p>
 
39
            The <c>re:grep/1</c> function now uses the '<c>re</c>'
 
40
            module instead of the deprecated '<c>regexp</c>' module.
 
41
            There are new functions <c>rb:filter/1</c> and
 
42
            <c>rb:filter/2</c> for easier filtering of reports.
 
43
            (Thanks to Alvaro Videla.)</p>
 
44
          <p>
 
45
            Own Id: OTP-8443</p>
 
46
        </item>
 
47
        <item>
 
48
          <p>
 
49
            There is new function <c>sasl_report:format_report/3</c>
 
50
            that works like the existing
 
51
            <c>sasl_report:write_report/3</c> function except that it
 
52
            returns a formatted string. Note that there is currently
 
53
            no documentation for the <c>sasl_report</c> module.
 
54
            (Thanks to Jay Nelson.)</p>
 
55
          <p>
 
56
            Own Id: OTP-8445</p>
 
57
        </item>
 
58
        <item>
 
59
          <p>
 
60
            Cleanups suggested by tidier and modernization of types
 
61
            and specs.</p>
 
62
          <p>
 
63
            Own Id: OTP-8455</p>
 
64
        </item>
 
65
      </list>
 
66
    </section>
 
67
 
 
68
</section>
 
69
 
33
70
<section><title>SASL 2.1.8</title>
34
71
 
35
72
    <section><title>Improvements and New Features</title>