提交 9e639ca8 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation; prepare for retina display

上级 462fe1ee
...@@ -18,7 +18,15 @@ Change Log ...@@ -18,7 +18,15 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>H2 Console system tray icon: support for Mac OS X retina displays. <ul><li>The default jar file is now compiled for Java 6.
</li><li>The new jar file will probably not end up in the central Maven repository
in the next few weeks because Sonatype has disabled automatic synchronization
from SourceForge (which they call 'legacy sync' now).
It will probably take some time until this is sorted out. The H2 jar files are deployed to
http://h2database.com/m2-repo/com/h2database/h2/maven-metadata.xml
and http://hsql.sourceforge.net/m2-repo/com/h2database/h2/maven-metadata.xml
as usual.
</li><li>A part of the documentation and the H2 Console has been changed to support the Apple retina display.
</li><li>The CreateCluster tool could not be used if the source database contained a CLOB or BLOB. </li><li>The CreateCluster tool could not be used if the source database contained a CLOB or BLOB.
The root cause was that the TCP server did not synchronize on the session, which caused a problem The root cause was that the TCP server did not synchronize on the session, which caused a problem
when using the exclusive mode. when using the exclusive mode.
......
...@@ -38,12 +38,12 @@ Welcome to H2, the Java SQL database. The main features of H2 are: ...@@ -38,12 +38,12 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
Version ${version} (${versionDate}) Version ${version} (${versionDate})
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;"> <tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-${versionDate}.exe"><img style="border: 1px #00f solid;" src="images/download-2.png" alt="Download this database" width="22" height="22"/></a> <a href="http://www.h2database.com/h2-setup-${versionDate}.exe"><img src="images/download-2.png" alt="Download this database" width="22" height="22"/></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;"> </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-${versionDate}.exe">Windows Installer (4 MB)</a> <a href="http://www.h2database.com/h2-setup-${versionDate}.exe">Windows Installer (4 MB)</a>
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;"> <tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-${versionDate}.zip"><img style="border: 1px #00f solid;" src="images/download-2.png" alt="Download this database" width="22" height="22"/></a> <a href="http://www.h2database.com/h2-${versionDate}.zip"><img src="images/download-2.png" alt="Download this database" width="22" height="22"/></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;"> </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-${versionDate}.zip">All Platforms (zip, 5 MB)</a> <a href="http://www.h2database.com/h2-${versionDate}.zip">All Platforms (zip, 5 MB)</a>
</td></tr> </td></tr>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论