diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-03 11:56:48 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-03 11:56:48 +0200 |
commit | cd82636ecd8a9dee9f9abb353ff3ff256adf74f1 (patch) | |
tree | 6508f8478940ff23e33d202abcb7fbbf790aef60 /lib/tv | |
parent | 6c1ba432eac3aee730da9ae6fc484b5806a7dfd2 (diff) | |
parent | cfea5eea406ba3af96588ff458e55de9a149d9c5 (diff) | |
download | otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.gz otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.bz2 otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.zip |
Merge commit 'OTP_R15B01'
Diffstat (limited to 'lib/tv')
-rw-r--r-- | lib/tv/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/tv/vsn.mk | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/lib/tv/doc/src/notes.xml b/lib/tv/doc/src/notes.xml index 97c99e6202..9217c018e9 100644 --- a/lib/tv/doc/src/notes.xml +++ b/lib/tv/doc/src/notes.xml @@ -30,6 +30,26 @@ </header> <p>This document describes the changes made to the TV application.</p> +<section><title>TV 2.1.4.9</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>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.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-9907</p> + </item> + </list> + </section> + +</section> + <section><title>TV 2.1.4.8</title> <section><title>Improvements and New Features</title> diff --git a/lib/tv/vsn.mk b/lib/tv/vsn.mk index 756aae2096..1bb8ca30f8 100644 --- a/lib/tv/vsn.mk +++ b/lib/tv/vsn.mk @@ -1 +1 @@ -TV_VSN = 2.1.4.8 +TV_VSN = 2.1.4.9 |