diff options
author | Erlang/OTP <[email protected]> | 2017-12-18 15:36:39 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-12-18 15:36:39 +0100 |
commit | 848cf56ef8a5ccc1807bda67d29edaa0743089fb (patch) | |
tree | bb6e90ab0bd63889ece1117c50a8bb8ada0b6a20 | |
parent | 3ed6eaf7541f861fbeb9a7e847474ad671aae7f5 (diff) | |
download | otp-848cf56ef8a5ccc1807bda67d29edaa0743089fb.tar.gz otp-848cf56ef8a5ccc1807bda67d29edaa0743089fb.tar.bz2 otp-848cf56ef8a5ccc1807bda67d29edaa0743089fb.zip |
Prepare release
-rw-r--r-- | lib/mnesia/doc/src/notes.xml | 28 | ||||
-rw-r--r-- | lib/mnesia/vsn.mk | 2 |
2 files changed, 28 insertions, 2 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index ebab612b58..ba94e913f5 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,33 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.15.2</title> + <section><title>Mnesia 4.15.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Removed a quadratic behavior in startup. This change + implies that backend plugins (if used) must be set when + the schema is created or via configuration parameters + before mnesia is started.</p> + <p> + Own Id: OTP-14829 Aux Id: ERIERL-84 </p> + </item> + <item> + <p> + Bad timing could crash mnesia after a checkpoint was + deactivated and reactivated with the same checkpoint name + on different tables.</p> + <p> + Own Id: OTP-14841 Aux Id: ERIERL-113 </p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.15.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index 67afbdc0de..45f811846d 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.15.2 +MNESIA_VSN = 4.15.3 |