diff options
author | Erlang/OTP <[email protected]> | 2011-11-10 14:55:39 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-11-10 14:55:39 +0100 |
commit | 758e7b817293f7da71c5bdf2c2e2eb6f70e23687 (patch) | |
tree | f7339d19d0cd489b4f8aa78dc5d7e0396afbc670 | |
parent | cfff1f4079a91b9e78aa8294186a1acae77d82d5 (diff) | |
download | otp-758e7b817293f7da71c5bdf2c2e2eb6f70e23687.tar.gz otp-758e7b817293f7da71c5bdf2c2e2eb6f70e23687.tar.bz2 otp-758e7b817293f7da71c5bdf2c2e2eb6f70e23687.zip |
Update release notes
-rw-r--r-- | lib/mnesia/doc/src/notes.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 8ef573a948..1bb80f8fe3 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,35 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.5</title> + <section><title>Mnesia 4.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix deadlock in mnesia:del_table_copy/2.</p> + <p> + Own Id: OTP-9689 Aux Id: seq11927 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Allow schema operations when using different mnesia + versions.</p> + <p> + Own Id: OTP-9657 Aux Id: seq11926 </p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.5</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |