File: notes.html

package info (click to toggle)
erlang-doc-html 1%3A8.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 18,028 kB
  • ctags: 7,419
  • sloc: perl: 1,841; ansic: 323; erlang: 155
file content (43 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<HTML>
<HEAD>
  <TITLE>Pman Release Notes</TITLE>
  <style type="text/css">
<!--
    body          { background: white; margin: 3em }

    body          { font-family: Verdana, Arial, Helvetica, sans-serif }
    h1 h2 h3 h4   { font-family: Verdana, Arial, Helvetica, sans-serif }
    h1            { font-size: 48 }
    p li          { font-family: Verdana, Arial, Helvetica, sans-serif }
-->
  </style>
</HEAD>

<BODY BGCOLOR="#FFFFFF">

<CENTER><H1>Pman Release Notes</H1></CENTER>

<H2>Pman 2.4.1</H2>
  <H3>Improvements and new features</H3>
  <UL>
    <LI><P><CODE>cover_server</CODE> (process belonging to the new
      tool Cover) has been added to the list of processes defined
      as system processes.<BR>
      Own Id: OTP-4008
    </LI>
    <LI>The function defining the default settings file has been
      moved from GS to <CODE>pman_osdepend.erl</CODE>.<BR>
      Own Id: OTP-4022<BR>
      Aux Id: OTP-4021
    </LI>
    <LI>Calls to <CODE>gtk_<I>name</I></CODE> has been changed to
      <CODE>gstk_<I>name</I></CODE>, see GS Release Notes.<BR>
      Own Id: OTP-4065
    </LI>    
  </UL>

<P>There are also release notes for <A HREF="notes_history.html">older
  versions</A>.</P>

</BODY>
</HTML>