From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ When adding a regexp to a filter in reltool using + {add,Regexp}, and the existing regexp was undefined, + reltool would crash since it got an improper list. This + has been corrected. (Thanks to Håkan Mattsson)
++ Own Id: OTP-11591
++ Adapted reltool test server to common test usage of + tc_status. (Note that this code is not used by OTP daily + test runs.) (Thanks to Håkan Mattsson)
++ Own Id: OTP-11592
++ Application upgrade (appup) files are corrected for the + following applications:
+
+
+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.
++ (Thanks to Tobias Schlager)
++ Own Id: OTP-11744
+