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

Prepare release

上级 a9f86ccd
...@@ -21,17 +21,23 @@ Change Log ...@@ -21,17 +21,23 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul> <ul>
<li>Issue #229: DATEDIFF does not work for 'WEEK' <li>-
</li> </li>
<li>Issue #156: Add support for getGeneratedKeys() when executing commands via PreparedStatement#executeBatch </ul>
<h2>Version 1.4.191 Beta (2016-01-21)</h2>
<ul>
<li>Issue #229: DATEDIFF does not work for 'WEEK'.
</li>
<li>Issue #156: Add support for getGeneratedKeys() when executing commands via PreparedStatement#executeBatch.
</li> </li>
<li>Issue #195: The new Maven uses a .cmd file instead of a .bat file <li>Issue #195: The new Maven uses a .cmd file instead of a .bat file.
</li> </li>
<li>Issue #212: EXPLAIN PLAN for UPDATE statement did not display LIMIT expression <li>Issue #212: EXPLAIN PLAN for UPDATE statement did not display LIMIT expression.
</li> </li>
<li>Support OFFSET without LIMIT in SELECT <li>Support OFFSET without LIMIT in SELECT.
</li> </li>
<li>Improve error message for METHOD_NOT_FOUND_1/90087 <li>Improve error message for METHOD_NOT_FOUND_1/90087.
</li> </li>
<li>CLOB and BLOB objects of removed rows were sometimes kept in the database file. <li>CLOB and BLOB objects of removed rows were sometimes kept in the database file.
</li> </li>
......
...@@ -16,7 +16,7 @@ public class Constants { ...@@ -16,7 +16,7 @@ public class Constants {
/** /**
* The build date is updated for each public release. * The build date is updated for each public release.
*/ */
public static final String BUILD_DATE = "2015-10-11"; public static final String BUILD_DATE = "2016-01-21";
/** /**
* The build date of the last stable release. * The build date of the last stable release.
...@@ -26,7 +26,7 @@ public class Constants { ...@@ -26,7 +26,7 @@ public class Constants {
/** /**
* The build id is incremented for each public release. * The build id is incremented for each public release.
*/ */
public static final int BUILD_ID = 190; public static final int BUILD_ID = 191;
/** /**
* The build id of the last stable release. * The build id of the last stable release.
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR); CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR);
INSERT INTO VERSION VALUES INSERT INTO VERSION VALUES
(141, '1.4.191', '2016-01-21'),
(140, '1.4.190', '2015-10-11'), (140, '1.4.190', '2015-10-11'),
(139, '1.4.189', '2015-09-13'), (139, '1.4.189', '2015-09-13'),
(138, '1.4.188', '2015-08-01'), (138, '1.4.188', '2015-08-01'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论