From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Fri, 9 Dec 2016 11:45:22 +0100
Subject: Prepare release
---
lib/mnesia/doc/src/notes.xml | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
(limited to 'lib/mnesia/doc')
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml
index e621bd593c..51c98d0d3e 100644
--- a/lib/mnesia/doc/src/notes.xml
+++ b/lib/mnesia/doc/src/notes.xml
@@ -39,7 +39,39 @@
thus constitutes one section in this document. The title of each
section is the version number of Mnesia.
- Mnesia 4.14.1
+ Mnesia 4.14.2
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ A continuation returned by mnesia:select/[14] should be
+ reusable in different, non-transactional activities.
+
+ Own Id: OTP-13944 Aux Id: PR-1184
+
+ -
+
+ Fixed crash when calling block_table multiple times.
+ Could happen when having locks for a long time and
+ restarting mnesia.
+
+ Own Id: OTP-13970 Aux Id: Seq-13198
+
+ -
+
+ Change mnesia_tm process to have off-heap messages since
+ mnesia_tm can be the receiver of many non-synchronized
+ message from other nodes.
+
+ Own Id: OTP-14074
+
+
+
+
+
+
+Mnesia 4.14.1
Improvements and New Features
--
cgit v1.2.3