diff options
author | Erlang/OTP <[email protected]> | 2014-08-29 09:34:44 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-08-29 09:34:44 +0200 |
commit | cf22dd093ea92b396884e46e10e62b26793655ac (patch) | |
tree | c4ab9d61f1e82c4cac7ddd480ad799dc0d649509 /lib/mnesia/doc | |
parent | b1e78c88d2c6259334f565062befd0173c69a899 (diff) | |
download | otp-cf22dd093ea92b396884e46e10e62b26793655ac.tar.gz otp-cf22dd093ea92b396884e46e10e62b26793655ac.tar.bz2 otp-cf22dd093ea92b396884e46e10e62b26793655ac.zip |
Prepare release
Diffstat (limited to 'lib/mnesia/doc')
-rw-r--r-- | lib/mnesia/doc/src/notes.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 08212dfede..df2c27afba 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,23 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.12.1</title> + <section><title>Mnesia 4.12.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a race which could make create_table fail if a node + was going down during the transaction.</p> + <p> + Own Id: OTP-12124 Aux Id: seq12694 </p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.12.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |