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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
|
<HTML>
<HEAD>
<TITLE>Pman Release Notes</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER><H1>Pman Release Notes</H1></CENTER>
<H2>Pman 2.4</H2>
<H3>Fixed Errors and Malfunctions</H3>
<UL>
<LI>Pman can now handle tracing of function calls again. (Was broken when the new trace BIF was introduced in R6).<BR>
Own Id: OTP-3565
</LI>
</UL>
<H3>Improvements and new features</H3>
<UL>
<LI>Code somewhat cleaned up.<BR>
Own Id: OTP-3338
</LI>
</UL>
<H2>Pman 2.3</H2>
<H3>Improvements and New Features</H3>
<UL>
<LI>The 'Trace BIF' option has had to be removed due to changes to the builtin BIF tracing functionality.</LI>
</UL>
<H2>Pman 2.2</H2>
<P>There are no release notes for this release.</P>
<H2>Pman 2.1.4</H2>
<P>There are no release notes for this release.</P>
<H2>Pman 2.1.3</H2>
<H3>Fixed Errors and Malfunctions</H3>
<UL>
<LI>PMAN now handles when a node becomes distributed/undistributed using the functions net_kernel:start/1 and net_kernel:stop/0.<BR>
Own Id: OTP-2002
</LI>
<LI>Sometimes an attempt to kill a process would kill an important system process and cause the entire system to crash. This has been fixed.<BR>
Own Id: OTP-2342
</LI>
<LI>Sometimes PMAN would crash during refresh when the code for one of the supervised processes was recompiled. This has been fixed.<BR>
Own Id: OTP-2579
</LI>
</UL>
<H3>Improvements and New Features</H3>
<UL>
<LI>The Notify window when a node is connected has been removed.<BR>
Own Id: OTP-2003
</LI>
</UL>
<H2>Pman 2.1.2</H2>
<H3>Improvements and New Features</H3>
<UL>
<LI>Internal changes to facilitate automatic tests.<BR>
Own Id: OTP-2188
</LI>
</UL>
<H2>Pman 2.1.1</H2>
<H3>Improvements and New Features</H3>
<UL>
<LI>PMAN no longer bothers the user to confirm that there is no Options file at startup.<BR>
Own Id: OTP-1987
</LI>
<LI>The dialog for selecting process to show, now shows more detailed information about the available processes.<BR>
Own Id: OTP-1989<BR>
</LI>
<LI>The accidentally removed function for double-clicking a process to trace it has been re-introduced.<BR>
Own Id: OTP-1993<BR>
</LI>
<LI>Some minor changes to window/dialog/button texts have been made.<BR>
Own Id: OTP-1994, OTP-1998<BR>
</LI>
<LI>Processes in the main window are now sorted so that the most recently started process appears at the top of the list. This was temporarily changed in PMAN 2.1.0. <BR>
Own Id: OTP-1999<BR>
</LI>
</UL>
<H3>Fixed Errors and Malfunctions</H3>
<UL>
<LI>App file now contains all necessary (and no non-existent) modules.<BR>
Own Id: OTP-2051
</LI>
<LI>PMAN no longer outputs internal "Error in refresh..." messages.<BR>
Own Id: OTP-1971<BR>
</LI>
<LI>PMAN no longer exits if the user waits too long to respond to a configrmation dialog.<BR>
Own Id: OTP-1988<BR>
</LI>
<LI>The Option dialog could sometimes cause PMAN to crash. This no longer happens.<BR>
Own Id: OTP-2000<BR>
</LI>
<LI>The infrequently occuring problem with refresh at startup is solved.<BR>
Own Id: OTP-1992<BR>
</LI>
<LI>There was a problem with the Save Buffer dialog, that caused some menu items to be mistakenly disabled. This is fixed.<BR>
Own Id: OTP-2100<BR>
</LI>
<LI>The selected process in the main window now remains selected after refresh.<BR>
Own Id: OTP-2110<BR>
</LI>
</UL>
<H3>Incompatibilities with Pman 2.1.0</H3>
<P>There are no known incompatibilities with PMAN 2.1.0.</P>
<P>There was a change to the module interface between PMAN 2.0.3 and PMAN 2.1.0, however this was not well described in the previous release notes. The changes are described in more detail below.</P>
<UL>
<LI>The module interface to <CODE>pman</CODE> has changed.<BR>
<CODE>pman:start/0</CODE> and <CODE>pman:start/1</CODE> now return the Pid of PMANs main window process if the start-up succeeds within 20 seconds, otherwise it will fail with the EXIT reason <CODE>{startup_timeout, pman}</CODE>. The returned Pid is the Pid of the PMAN that was started. Previously <CODE>pman:start/0</CODE> and <CODE>pman:start/1</CODE> returned a tuple, <CODE>{ok, Pid}</CODE> immediately, even if PMAN didn't start properly.<BR>
There are two new functions, <CODE>pman:start_notimeout/0</CODE>, and pman:start_notimeout/1, that starts PMAN and returns the Pid of a successfully started PMAN. These functions will not fail with an EXIT reason after a specified time, but will wait indefinitely until PMAN has started successfully.<BR>
(*** POTENTIAL INCOMPATIBILITY ***)<BR>
</LI>
</UL>
<H3>Known Problems</H3>
<UL>
<LI>There are some minor problems with the show/hide mechanisms that may be confusing to the user.<BR>
Own Id:OTP-1858, OTP-1859.
</LI>
<LI>PMAN does not handle when the node it is running on becomes distributed.<BR>
Own Id: OTP-2003<BR>
</LI>
<LI>PMAN allows several trace windows to be opened for the same PID when all trace options are set to false.<BR>
Own Id: OTP-2071<BR>
</LI>
</UL>
<H2>Pman 2.1.0</H2>
<H3>Improvements and New Features</H3>
<UL>
<LI>The graphical user interface is changed to make it clearer and easier to use. Please read the User's Guide.<BR>
Own Id: OTP-1617<BR>
</LI>
<LI>The user can now save personal preferences for trace options between sessions.<BR>
Own Id: OTP-1617
</LI>
</UL>
<H3>Fixed Errors and Malfunctions</H3>
<UL>
<LI>PMAN no longer causes the GS frontend to crash.<BR>
Own Id: OTP-1605
</LI>
<LI>The Shell tracer no longer loses track of the shell process when it dies.<BR>
Own Id: OTP-1363<BR>
</LI>
<LI>PMAN is now available from the Toolbar<BR>
Own Id: OTP-1478<BR>
</LI>
<LI>The Process->Module menu item no longer fails after a Shell exit.<BR>
Own Id: OTP-1479<BR>
</LI>
<LI>The Shell traces now has the correct title at all times.<BR>
Own Id: OTP-1480<BR>
</LI>
<LI>PMAN no longer crashes, or causes GS to crash.<BR>
Own Id: OTP-1605<BR>
</LI>
<LI>PMAN now has an application file<BR>
Own Id: OTP-1689<BR>
</LI>
<LI>PMAN no longer crashes when the code for traced processes on a remote note are recompiled.<BR>
Own Id: OTP-1896<BR>
</LI>
<LI>PMAN no causes traced processes to terminate when something happens to PMAN.<BR>
Own Id: OTP-1897<BR>
</LI>
<LI>Some user interface bugs have been fixed.</LI>
</UL>
<H3>Incompatibilities with Pman 2.0.3</H3>
<UL>
<LI>The graphical user interface is changed<BR>
Own Id: OTP-1617<BR>
</LI>
<LI>The module interface to <CODE>pman</CODE> has changed. Please read the Reference Manual.</LI>
</UL>
<H3>Known Problems</H3>
<UL>
<LI>There are some minor problems with the show/hide mechanisms that may be confusing to the user.<BR>
Own Id:OTP-1858, OTP-1859.
</LI>
<LI>Sometimes the Refresh mechanism fails, and outputs some debug text.<BR>
Own Id: OTP-1971
</LI>
</UL>
<H2>Pman 2.0.3</H2>
<H3>Improvements and New Features</H3>
<UL>
<LI>The shell tracer can now detect when the shell process has died, and continue tracing the new shell process.</LI>
<LI>The Help-menu now opens the on-line documentation in a web browser.</LI>
<LI>Keyboard accelerators introduced for the menus.</LI>
</UL>
<H3>Known Problems</H3>
<UL>
<LI>The Process->Module menu item in the Shell Tracer window partly breaks the application when it is selected after the shell has exited, and restarted (and the tracer has found the new process).</LI>
</UL>
<H2>Pman 2.0.2</H2>
<H3>Fixed Errors and Malfunctions</H3>
<UL>
<LI>Bug in the windows NT version which gave problems when saving files fixed.</LI>
<LI>Bug in the help window when opened from the shell fixed.</LI>
</UL>
<H2>Pman 2.0.1</H2>
<P>There are no release notes for this release.</P>
<H2>Pman 2.0</H2>
<P>The application pman is a new gs-based version of the old pxw-based pman (the latter is now named pxw_pman). See the reference manual page <A HREF="doc/html/pman.html">pman</A>.</P>
</BODY>
</HTML>
|