From 77da984614ae462912a1896ba1bb73c798ffd4f8 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 19 Jun 2014 13:47:21 +0200 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 25 ++++++++++++++++++++++++- lib/mnesia/vsn.mk | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'lib/mnesia') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 213c2b6d21..08212dfede 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,30 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.12 +
Mnesia 4.12.1 + +
Fixed Bugs and Malfunctions + + +

+ Force load table could hang when a node went away during + start up.

+

+ Own Id: OTP-11948 Aux Id: seq12585

+
+ +

+ The time for inserting locks for a transaction with large + number of locks is reduced significantly.

+

+ Own Id: OTP-11981

+
+
+
+ +
+ +
Mnesia 4.12
Fixed Bugs and Malfunctions diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index c596f98c81..173c46898b 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.12 +MNESIA_VSN = 4.12.1 -- cgit v1.2.3