~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <header>
6
6
    <copyright>
7
7
      <year>2008</year>
8
 
      <year>2008</year>
 
8
      <year>2011</year>
9
9
      <holder>Ericsson AB, All Rights Reserved</holder>
10
10
    </copyright>
11
11
    <legalnotice>
32
32
  </header>
33
33
  <p>This document describes the changes made to the EUnit application.</p>
34
34
 
 
35
<section><title>Eunit 2.1.6</title>
 
36
 
 
37
    <section><title>Fixed Bugs and Malfunctions</title>
 
38
      <list>
 
39
        <item>
 
40
            <p> Fix format_man_pages so it handles all man sections
 
41
            and remove warnings/errors in various man pages. </p>
 
42
          <p>
 
43
            Own Id: OTP-8600</p>
 
44
        </item>
 
45
      </list>
 
46
    </section>
 
47
 
 
48
</section>
 
49
 
 
50
<section><title>Eunit 2.1.5</title>
 
51
 
 
52
    <section><title>Improvements and New Features</title>
 
53
      <list>
 
54
        <item>
 
55
            <p>The documentation is now possible to build in an open
 
56
            source environment after a number of bugs are fixed and
 
57
            some features are added in the documentation build
 
58
            process. </p>
 
59
            <p>- The arity calculation is updated.</p>
 
60
            <p>- The module prefix used in the function names for
 
61
            bif's are removed in the generated links so the links
 
62
            will look like
 
63
            "http://www.erlang.org/doc/man/erlang.html#append_element-2"
 
64
            instead of
 
65
            "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
 
66
            <p>- Enhanced the menu positioning in the html
 
67
            documentation when a new page is loaded.</p>
 
68
            <p>- A number of corrections in the generation of man
 
69
            pages (thanks to Sergei Golovan)</p>
 
70
            <p>- The legal notice is taken from the xml book file so
 
71
            OTP's build process can be used for non OTP
 
72
            applications.</p>
 
73
          <p>
 
74
            Own Id: OTP-8343</p>
 
75
        </item>
 
76
      </list>
 
77
    </section>
 
78
 
 
79
</section>
 
80
 
35
81
<section><title>Eunit 2.1.4</title>
36
82
 
37
83
    <section><title>Improvements and New Features</title>