提交 97e1ce09 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Formatting

上级 e08bf7a4
......@@ -31,7 +31,7 @@ Change Log
</li>
<li>Issue #249: Clarify license declaration in Maven POM xml
</li>
<li>Fix NPE in querying spatial data through a sub-select.
<li>Fix NullPointerException in querying spatial data through a sub-select.
</li>
<li>Fix bug where a lock on the SYS table was not released when closing a session that contained a temp
table with an LOB column.
......@@ -40,7 +40,7 @@ table with an LOB column.
</li>
<li>Issue #235: Anonymous SSL connections fail in many situations
</li>
<li>Fix race condition in FILE_LOCK=SOCKET, which could result in the watchdog thread not running
<li>Fix race condition in FILE_LOCK=SOCKET, which could result in the watchdog thread not running
</li>
<li>Experimental support for datatype TIMESTAMP WITH TIMEZONE
</li>
......@@ -61,7 +61,7 @@ table with an LOB column.
<li>Issue #231: Possible infinite loop when initializing the ObjectDataType class
when concurrently writing into MVStore.
</li>
<ul>
</ul>
<h2>Version 1.4.191 Beta (2016-01-21)</h2>
<ul>
......
......@@ -644,8 +644,7 @@ To keep the content of an in-memory database as long as the virtual machine is a
<h2 id="file_encryption">Database Files Encryption</h2>
<p>
The database files can be encrypted.
<p>
Three encryption algorithms are supported:
Three encryption algorithms are supported:
<ul>
<li>"AES" - also known as Rijndael, only AES-128 is implemented.</li>
<li>"XTEA" - the 32 round version.</li>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论