From df130102cdeca8d35fec95a0c926fd1cfec54eab Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 26 Feb 2019 11:28:27 +0100 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 30 +++++++++++++++++++++++++++++- lib/mnesia/vsn.mk | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) (limited to 'lib/mnesia') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 8fc3610bb6..427024f6b1 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,35 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.15.5 +
Mnesia 4.16 + +
Fixed Bugs and Malfunctions + + +

+ Optimize mnesia:read/1 if data have been written in the + same transaction.

+

+ Own Id: OTP-15550 Aux Id: PR-12029

+
+
+
+ + +
Improvements and New Features + + +

+ Optimized dumping of tables with plugin backends.

+

+ Own Id: OTP-15588 Aux Id: PR-2102

+
+
+
+ +
+ +
Mnesia 4.15.5
Fixed Bugs and Malfunctions diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index 1cfb35c774..aa5d9adb6d 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.15.5 +MNESIA_VSN = 4.16 -- cgit v1.2.3