提交 7c2148dd authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release.

上级 a4f95b2b
......@@ -18,6 +18,10 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>-
</li></ul>
<h2>Version 1.2.143 (2010-09-18)</h2>
<ul><li>The Windows .bat files did not contain CR+LF.
</li><li>The LOB storage (when the system property h2.lobInDatabase is set) is now only initialized when needed.
</li><li>The index condition columnName IS NULL was not efficient when using a clustered index.
......
......@@ -233,7 +233,7 @@ A JUnit extension (also usable with Ant) targeted for database-driven projects.
<p><a href="http://www.diffkit.org">
DiffKit</a><br />
DiffKit is a tool for comparing two tables of data, field-by-field.
DiffKit is a tool for comparing two tables of data, field-by-field.
DiffKit is like the Unix diff utility, but for tables instead of lines of text.
</p>
......
......@@ -14,12 +14,12 @@ public class Constants {
/**
* The build id is incremented for each public release.
*/
public static final int BUILD_ID = 143;
public static final int BUILD_ID = 144;
/**
* The build id of the last stable release.
*/
public static final int BUILD_ID_STABLE = 142;
public static final int BUILD_ID_STABLE = 143;
/**
* If H2 is compiled to be included in a product, this should be set to
......@@ -32,12 +32,12 @@ public class Constants {
/**
* The build date is updated for each public release.
*/
public static final String BUILD_DATE = "2010-09-18";
public static final String BUILD_DATE = "2010-10-15";
/**
* The build date is updated for each public release.
*/
public static final String BUILD_DATE_STABLE = "2010-08-31";
public static final String BUILD_DATE_STABLE = "2010-09-18";
/**
* The TCP protocol version number 6.
......
......@@ -7,6 +7,7 @@
CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR);
INSERT INTO VERSION VALUES
(94, '1.2.144', '2010-10-15'),
(93, '1.2.143', '2010-09-18'),
(92, '1.2.142', '2010-08-31'),
(91, '1.2.141', '2010-08-22'),
......@@ -21,7 +22,6 @@ INSERT INTO VERSION VALUES
(82, '1.2.132', '2010-03-21'),
(81, '1.2.131', '2010-03-05'),
(80, '1.2.130', '2010-02-26'),
(79, '1.2.129', '2010-02-19'),
;
CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR,
......
......@@ -658,4 +658,4 @@ skiing honor marketing sleeping dlucene timezones shifted analyzed insists
train joining bilingual existed extremely fog bordercolor overlapping
unlocking webkit dalvik recorded defrag marschall helping victor philippe
pyankov enctype multipart boundary mistake enlarge demonstrates aggregating
bypassing khtml doubled inlined
bypassing khtml doubled inlined defragmented
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论