From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 58 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) (limited to 'lib/mnesia/doc/src/notes.xml') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 04b8c106fd..6e13331508 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,63 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.7.1 +
Mnesia 4.8 + +
Fixed Bugs and Malfunctions + + +

+ Use chained send_after instead of send_interval, to make + decrease the number of messages sent after a sleep + (Thanks to James Wheare)

+

+ Own Id: OTP-10636

+
+ +

+ Fix format of mnesia overload message (Thanks to Ahmed + Omar)

+

+ Own Id: OTP-10639

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

+ Added a general framework for executing benchmarks of + Erlang/OTP. Benchmarks for the Erlang VM and mnesia have + been incorporated in the framework.

+

+ For details about how to add more benchmarks see + $ERL_TOP/HOWTO/BENCHMARKS.md in the source distribution.

+

+ Own Id: OTP-10156

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+ +

+ Remove support for the query keyword and query + expressions. Thanks to Loïc Hoguin.

+

+ Own Id: OTP-10729

+
+
+
+ +
+ +
Mnesia 4.7.1
Fixed Bugs and Malfunctions -- cgit v1.2.3