提交 af4aca0b authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 37c1e360
#Wed Oct 03 10:03:23 CEST 2007
#Fri Oct 19 18:51:44 CEST 2007
javac=javac
benchmark.drivers.dir=C\:/data/java
path.servlet.jar=C\:/data/classpath/servlet-api.jar
version.name.maven=1.0.59
version.name.maven=1.0.60
jdk=1.4
......@@ -72,7 +72,7 @@ Example:
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.0.59</version>
<version>1.0.60</version>
</dependency>
</pre>
</p>
......
......@@ -15,16 +15,10 @@ H2 Database Engine
<h1>Downloads</h1>
<h3>Version 1.0.58 (2007-09-15, Current)</h3>
<h3>Version 1.0.60 (2007-10-20, Current)</h3>
<p>
<a href="http://www.h2database.com/h2-setup-2007-09-15.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-09-15.zip">Platform-Independent Zip</a><br />
</p>
<h3>Version 1.0 / 2007-03-04 (Last Stable)</h3>
<p>
<a href="http://www.h2database.com/h2-setup-2007-03-04.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-03-04.zip">Platform-Independent Zip</a><br />
<a href="http://www.h2database.com/h2-setup-2007-10-20.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-10-20.zip">Platform-Independent Zip</a><br />
</p>
<h3>Download Mirror</h3>
......
......@@ -39,7 +39,7 @@ Frequently Asked Questions
<p>
Usually, bugs get fixes as they are found. There is a release every few weeks.
Here is the list of known and confirmed issues as of
2007-10-03:
2007-10-20:
</p>
<ul>
<li>Some problems have been found with right outer join. Internally, it is converted to left outer join, which
......
......@@ -31,17 +31,17 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
<table style="border: 0px; margin: 5px; background-color: #eee;">
<tr><td style="border: 0px; background-color: #eee;" colspan="2">
<h3>Download</h3>
Version 1.0.59 (2007-10-03):
Version 1.0.60 (2007-10-20):
</td></tr>
<tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2007-10-03.exe"><img border="1" src="images/download.png" alt="download" /></a>
<a href="http://www.h2database.com/h2-setup-2007-10-20.exe"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2007-10-03.exe">Windows Installer (2.7 MB)</a>
<a href="http://www.h2database.com/h2-setup-2007-10-20.exe">Windows Installer (2.7 MB)</a>
</td></tr>
<tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2007-10-03.zip"><img border="1" src="images/download.png" alt="download" /></a>
<a href="http://www.h2database.com/h2-2007-10-20.zip"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2007-10-03.zip">All platforms (zip, 3.8 MB)</a>
<a href="http://www.h2database.com/h2-2007-10-20.zip">All platforms (zip, 3.8 MB)</a>
</td></tr>
<tr><td style="border: 0px; background-color: #eee;" colspan="2">
<a href="download.html">All Downloads</a>
......
......@@ -152,6 +152,7 @@
90129=Transaction {0} not found
90130=This method is not allowed for a prepared statement; use a regular statement instead.
90131=Concurrent update in table {0}\: another transaction has updated or deleted the same row
90132=Aggregate {0} not found
HY000=General error\: {0}
HY004=Unknown data type\: {0}
HYC00=Feature not supported
......
......@@ -21,7 +21,8 @@ adminLoginCancel=Cancel
adminLoginOk=OK
adminLogout=Logout
adminOthers=Allow connections from other computers
adminPort=Web server port number
adminPort=Port number
adminPortWeb=Web server port number
adminRestart=Changes take effect after restarting the server.
adminSave=Save
adminSessions=Active Sessions
......
......@@ -71,8 +71,8 @@ import org.h2.constant.SysProperties;
*/
public class Constants {
public static final int BUILD_ID = 59;
private static final String BUILD = "2007-10-03";
public static final int BUILD_ID = 60;
private static final String BUILD = "2007-10-20";
public static final int VERSION_MAJOR = 1;
public static final int VERSION_MINOR = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论