diff options
| author | Dan Gudmundsson <[email protected]> | 2017-02-01 12:12:12 +0100 | 
|---|---|---|
| committer | Dan Gudmundsson <[email protected]> | 2017-02-01 12:12:12 +0100 | 
| commit | b54110ecf05e6403658f5ca8cfa180e287b7d90c (patch) | |
| tree | 156e0f7b350cbadbf2dd3f661a3247dfd5f3ac3e /lib/mnesia/doc | |
| parent | 21d21786abdaae2ae0a601baf5102412399d7af6 (diff) | |
| parent | 51faafa9a20c4afa7944b8089b26f22c774bed19 (diff) | |
| download | otp-b54110ecf05e6403658f5ca8cfa180e287b7d90c.tar.gz otp-b54110ecf05e6403658f5ca8cfa180e287b7d90c.tar.bz2 otp-b54110ecf05e6403658f5ca8cfa180e287b7d90c.zip | |
Merge branch 'maint-19' into maint
* maint-19:
  Updated OTP version
  Prepare release
  Fixed crash when a table was deleted during checkpoint traversal
Diffstat (limited to 'lib/mnesia/doc')
| -rw-r--r-- | lib/mnesia/doc/src/notes.xml | 18 | 
1 files changed, 17 insertions, 1 deletions
| diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 51c98d0d3e..9f59759cb6 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,23 @@      thus constitutes one section in this document. The title of each      section is the version number of Mnesia.</p> -  <section><title>Mnesia 4.14.2</title> +  <section><title>Mnesia 4.14.3</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    Fixed crash in checkpoint handling when table was deleted +	    during backup.</p> +          <p> +	    Own Id: OTP-14167</p> +        </item> +      </list> +    </section> + +</section> + +<section><title>Mnesia 4.14.2</title>      <section><title>Fixed Bugs and Malfunctions</title>        <list> | 
