diff options
author | Erlang/OTP <[email protected]> | 2015-06-23 10:24:26 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-06-23 10:24:26 +0200 |
commit | 2955ddebc32837b66d9bacb4e925ad0ed0033168 (patch) | |
tree | d6bff1708a209ee317a1d1bbb78d237a999bfd23 /lib/mnesia/doc | |
parent | 7cff27e14e051b6ee15f564335eb8e685e1639c1 (diff) | |
download | otp-2955ddebc32837b66d9bacb4e925ad0ed0033168.tar.gz otp-2955ddebc32837b66d9bacb4e925ad0ed0033168.tar.bz2 otp-2955ddebc32837b66d9bacb4e925ad0ed0033168.zip |
Prepare release
Diffstat (limited to 'lib/mnesia/doc')
-rw-r--r-- | lib/mnesia/doc/src/notes.xml | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index a183b2ee11..c4f937f183 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,46 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.12.5</title> + <section><title>Mnesia 4.13</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Mnesia's dirty functions did not always exit with + <c>{aborted, Reason}</c> as documented when an error + occurred.</p> + <p> + Own Id: OTP-12714</p> + </item> + <item> + <p> + Consider file descriptors limits (emfile) as a fatal + error and do not delete log files. Previously the error + was seen as a corrupted disk and the log files deleted + which caused data loss.</p> + <p> + Own Id: OTP-12807</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Make Mnesia DCD dump behavior at start up optional, when + turned off mnesia loads large disc_copies tables faster.</p> + <p> + Own Id: OTP-12481</p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.12.5</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |