diff options
author | Micael Karlberg <[email protected]> | 2011-03-17 12:25:59 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-17 12:25:59 +0100 |
commit | 30779c7f9e9c2e961548df333df842c7aa39b297 (patch) | |
tree | ba6b00d65f5d69d1a81cc7bbbf2e8e66a35e8b6a /lib/reltool | |
parent | 61c6577254568abd92c2d8d00c948cf230e602ca (diff) | |
parent | f861b4fdb3fd39e35f2951c53a73b30a98c7f973 (diff) | |
download | otp-30779c7f9e9c2e961548df333df842c7aa39b297.tar.gz otp-30779c7f9e9c2e961548df333df842c7aa39b297.tar.bz2 otp-30779c7f9e9c2e961548df333df842c7aa39b297.zip |
Merge branch 'dev' into bmk/inets/httpd/mod_sec_prop_docs_data_file/OTP-9131
Diffstat (limited to 'lib/reltool')
-rw-r--r-- | lib/reltool/doc/src/notes.xml | 24 | ||||
-rw-r--r-- | lib/reltool/vsn.mk | 2 |
2 files changed, 24 insertions, 2 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 11c6cd4c02..a791f2ce03 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -37,7 +37,29 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.</p> - <section><title>Reltool 0.5.4</title> + <section><title>Reltool 0.5.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The reltool module contained two seriously erroneous + specs which caused bogus warnings when dialyzing reltool + and some correct code of users. These were fixed (specs + for start_link/1 and eval_server/3)</p> + <p> + - Code cleanups and simplifications - Fix a bug in the + calculation of circular dependencies - Eliminate two + dialyzer warnings - Put files alphabetically</p> + <p> + Own Id: OTP-9120</p> + </item> + </list> + </section> + +</section> + +<section><title>Reltool 0.5.4</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 9e0bce1d01..484f84788d 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.5.4 +RELTOOL_VSN = 0.5.5 |