1 Webtool Release Notes

This document describes the changes made to the Webtool application.

1.1  WebTool 0.8.10

Fixed Bugs and Malfunctions

  • Application upgrade (appup) files are corrected for the following applications:

    asn1, common_test, compiler, crypto, debugger, dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, inets, observer, odbc, os_mon, otp_mibs, parsetools, percept, public_key, reltool, runtime_tools, ssh, syntax_tools, test_server, tools, typer, webtool, wx, xmerl

    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

1.2  WebTool 0.8.9.2

Improvements and New Features

  • Misc build updates

    Own Id: OTP-10784

1.3  WebTool 0.8.9.1

Improvements and New Features

  • Miscellaneous documentation build updates

    Own Id: OTP-9813

1.4  WebTool 0.8.9

Fixed Bugs and Malfunctions

  • Do not install *.bat files on non-win32 machines (Thanks to Hans Ulrich Niedermann)

    Own Id: OTP-9515

1.5  WebTool 0.8.8

Fixed Bugs and Malfunctions

  • Various small documentation fixes (Thanks to Bernard Duggan)

    Own Id: OTP-9172

1.6  WebTool 0.8.7

Improvements and New Features

  • Up until now Netscape has been the default web browser on Unix/Linux. Webtool has now been updated to start Firefox as default browser instead.

    Own Id: OTP-8651 Aux Id: OTP-8650

1.7  WebTool 0.8.6

Improvements and New Features

  • Misc updates

    Own Id: OTP-8456

1.8  WebTool 0.8.5

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.9  WebTool 0.8.4

Improvements and New Features

  • The copyright notices have been updated.

    Own Id: OTP-7851

1.10  WebTool 0.8.3.2

Improvements and New Features

  • Minor updates.

    Own Id: OTP-6998

1.11  WebTool 0.8.3.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-6725

1.12  WebTool 0.8.3

Improvements and New Features

  • Removed some dead code discovered by Dialyzer.

    Own Id: OTP-6041