From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/tv/doc/src/notes.xml | 24 ++++++++++++++++++++++++ lib/tv/vsn.mk | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'lib/tv') diff --git a/lib/tv/doc/src/notes.xml b/lib/tv/doc/src/notes.xml index 388bb82c91..b3f2f5587f 100644 --- a/lib/tv/doc/src/notes.xml +++ b/lib/tv/doc/src/notes.xml @@ -30,6 +30,30 @@

This document describes the changes made to the TV application.

+
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

+
+
+
+ +
+
TV 2.1.4.6
Fixed Bugs and Malfunctions diff --git a/lib/tv/vsn.mk b/lib/tv/vsn.mk index 958aa0ea42..43e3d2ebce 100644 --- a/lib/tv/vsn.mk +++ b/lib/tv/vsn.mk @@ -1 +1 @@ -TV_VSN = 2.1.4.6 +TV_VSN = 2.1.4.7 -- cgit v1.2.3