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

« back to all changes in this revision

Viewing changes to lib/observer/notes.html

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
  <title>Observer Release Notes</title>
4
 
  <style type="text/css">
5
 
<!--
6
 
    body          { background: white; margin: 3em }
7
 
 
8
 
    body          { font-family: Verdana, Arial, Helvetica, sans-serif }
9
 
    h1 h2 h3 h4   { font-family: Verdana, Arial, Helvetica, sans-serif }
10
 
    h1            { font-size: 48 }
11
 
    p li          { font-family: Verdana, Arial, Helvetica, sans-serif }
12
 
-->
13
 
  </style>
14
 
</head>
15
 
 
16
 
<body bgcolor=white>
17
 
 
18
 
<center><h1>Observer Release Notes</h1></center>
19
 
 
20
 
 
21
 
<!--- ################################################################# --->
22
 
 
23
 
<h2>Observer 0.9.5</h2>
24
 
 
25
 
 
26
 
<!--- ----------------------------------------------------------------- --->
27
 
 
28
 
<h3>Fixed errors and malfunctions</h3>
29
 
 
30
 
<ul>
31
 
 
32
 
  <li>
33
 
    Minor updates to <code>etop</code> GUI. <br> <code>etop</code> now also
34
 
    works on <code>nonode@nohost</code> using <code>etop:start()</code>
35
 
    <br> Process info is added to the "to-process" in <code>send</code>
36
 
    trace messages<br>
37
 
    (Own Id: OTP-4735)<p>
38
 
  </li>
39
 
 
40
 
  <li>
41
 
    CrashdumpViewer can now handle dumps created on Windows.<br>
42
 
    (Own Id: OTP-4750)<p>
43
 
  </li>
44
 
 
45
 
</ul>
46
 
 
47
 
 
48
 
<!--- ################################################################# --->
49
 
 
50
 
<h2>Observer 0.9.4</h2>
51
 
 
52
 
 
53
 
<!--- ----------------------------------------------------------------- --->
54
 
 
55
 
<h3>Improvements and new features</h3>
56
 
 
57
 
<ul>
58
 
 
59
 
  <li>
60
 
    Added new tool: crashdump_viewer<br>
61
 
    (Own Id: OTP-4654)<p>
62
 
  </li>
63
 
 
64
 
</ul>
65
 
 
66
 
 
67
 
 
68
 
There are also release notes for
69
 
<a href="notes_history.html">older versions</a>.
70
 
 
71
 
</body>
72
 
</html>