1 TV Release Notes

This document describes the changes made to the TV application.

1.1  TV 2.1.4.10

Improvements and New Features

  • Misc build updates

    Own Id: OTP-10784

1.2  TV 2.1.4.9

Improvements and New Features

  • The GS applications is now deprecated and will be removed in the R16 release. The following GS-based applications have been superseded by the Observer application and will removed in R16: Appmon, Pman, Tv.

    *** POTENTIAL INCOMPATIBILITY ***

    Own Id: OTP-9907

1.3  TV 2.1.4.8

Improvements and New Features

  • Eliminate use of deprecated regexp module

    Own Id: OTP-9810

1.4  TV 2.1.4.7

Fixed Bugs and Malfunctions

  • tv: Allow table viewer to display refs, ports and small binaries

    Table viewer displayed #Port, #Ref, or #Bin as place holders for their respective object types in ets and mnesia tables. This can make table viewer difficult to use when viewing tables containing those data types. It doesn't make sense to render large binaries so #Bin will still be used for binaries that exceed 100 bytes. (Thanks to Blaine whittle)

    Own Id: OTP-9153

1.5  TV 2.1.4.6

Fixed Bugs and Malfunctions

  • With some window managers (e.g. stumpwm), tv would constantly restart while trying to open a table. (Thanks to Dmitriy Budashny.)

    Own Id: OTP-8751

1.6  TV 2.1.4.5

Improvements and New Features

  • Warnings due to new autoimported BIFs removed

    Own Id: OTP-8674 Aux Id: OTP-8579

1.7  TV 2.1.4.4

Improvements and New Features

  • The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.

    Own Id: OTP-8201

1.8  TV 2.1.4.3

Improvements and New Features

  • Updated the application with new tags for automatic updates of copyright notices.

    Own Id: OTP-7851

1.9  TV 2.1.4.2

Improvements and New Features

  • Minor updates.

    Own Id: OTP-7261

1.10  TV 2.1.4.1

Improvements and New Features

  • Minor Makefile changes.

    Own Id: OTP-6689

  • Obsolete guard tests (such as list()) have been replaced with the modern guard tests (such as is_list()).

    Own Id: OTP-6728

1.11  TV 2.1.4

Improvements and New Features

  • Removed some dead code from tv_pg_gridfcns:mark_cell_and_notify/4 and tv_nodewin:handle_error/1.

    Own Id: OTP-6455

1.12  TV 2.1.3

Fixed Bugs and Malfunctions

  • A compiler warning has been fixed.

    Own Id: OTP-6016

Improvements and New Features

  • Notification windows are now centered over a parent window.

    Own Id: OTP-6014 Aux Id: OTP-5987

1.13  TV 2.1.2

Fixed Bugs and Malfunctions

  • Some dead code reported by Dialyzer was eliminated.

    A bug in 'dbg' when tracing to wrap trace files has been corrected. It failed to delete any already existing wrap trace files with the same names when starting a new wrap trace.

    Own Id: OTP-5329

  • The graphic applications now search for HTML documentation in the correct place.

    Own Id: OTP-5381

1.14  TV 2.1.1

Fixed Bugs and Malfunctions

  • TV no longer crashes on Mac OS X. (Thanks to Sean Hinde.)

    Own Id: OTP-5219