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

« back to all changes in this revision

Viewing changes to lib/percept/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>2007</year>
8
 
      <year>2007</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 Percept application.</p>
34
34
 
 
35
<section><title>Percept 0.8.5</title>
 
36
 
 
37
    <section><title>Fixed Bugs and Malfunctions</title>
 
38
      <list>
 
39
        <item>
 
40
            <p> Fixes a race condition found in percept_db start/1
 
41
            function. (Thanks to Ahmed Omar) </p>
 
42
          <p>
 
43
            Own Id: OTP-9012</p>
 
44
        </item>
 
45
      </list>
 
46
    </section>
 
47
 
 
48
</section>
 
49
 
 
50
<section><title>Percept 0.8.4</title>
 
51
 
 
52
    <section><title>Fixed Bugs and Malfunctions</title>
 
53
      <list>
 
54
        <item>
 
55
          <p>
 
56
            Fix egd_render transparent to use float constants.</p>
 
57
          <p>
 
58
            The render engine has float guards to enhance beam code
 
59
            generation. However, the default case used integers which
 
60
            caused the engine to crash. This is now fixed.</p>
 
61
          <p>
 
62
            Own Id: OTP-8425</p>
 
63
        </item>
 
64
      </list>
 
65
    </section>
 
66
 
 
67
 
 
68
    <section><title>Improvements and New Features</title>
 
69
      <list>
 
70
        <item>
 
71
            <p>The documentation is now possible to build in an open
 
72
            source environment after a number of bugs are fixed and
 
73
            some features are added in the documentation build
 
74
            process. </p>
 
75
            <p>- The arity calculation is updated.</p>
 
76
            <p>- The module prefix used in the function names for
 
77
            bif's are removed in the generated links so the links
 
78
            will look like
 
79
            "http://www.erlang.org/doc/man/erlang.html#append_element-2"
 
80
            instead of
 
81
            "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
 
82
            <p>- Enhanced the menu positioning in the html
 
83
            documentation when a new page is loaded.</p>
 
84
            <p>- A number of corrections in the generation of man
 
85
            pages (thanks to Sergei Golovan)</p>
 
86
            <p>- The legal notice is taken from the xml book file so
 
87
            OTP's build process can be used for non OTP
 
88
            applications.</p>
 
89
          <p>
 
90
            Own Id: OTP-8343</p>
 
91
        </item>
 
92
        <item>
 
93
          <p>
 
94
            Cleanups suggested by tidier and modernization of types
 
95
            and specs.</p>
 
96
          <p>
 
97
            Own Id: OTP-8455</p>
 
98
        </item>
 
99
      </list>
 
100
    </section>
 
101
 
 
102
</section>
 
103
 
35
104
<section><title>Percept 0.8.3</title>
36
105
 
37
106
    <section><title>Improvements and New Features</title>