Skip to content

Commit 06e52c9

Browse files
author
gerdwagner
committed
New release 3.8.1
1 parent 8cb2e73 commit 06e52c9

File tree

8 files changed

+72
-60
lines changed

8 files changed

+72
-60
lines changed

archive/sql12/build/installer-readme.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@
2828
<TH>SQuirreL SQL Client Version</TH>
2929
<TH>JRE Minimum Version</TH>
3030
<TR align="center">
31-
<TD>3.0 and higher</TD>
31+
<TD>3.8.1 and higher</TD>
32+
<TD>1.8</TD>
33+
</TR>
34+
<TR align="center">
35+
<TD>3.0 - 3.8.0</TD>
3236
<TD>1.6</TD>
3337
</TR>
34-
<TR align="center">
35-
<TD>2.4 - 2.6.x</TD>
36-
<TD>1.5</TD>
37-
</TR>
3838
<TR align="center">
39-
<TD>2.0 - 2.3.2</TD>
40-
<TD>1.4</TD>
39+
<TD>2.4 - 2.6.x</TD>
40+
<TD>1.5</TD>
41+
</TR>
42+
<TR align="center">
43+
<TD>2.0 - 2.3.2</TD>
44+
<TD>1.4</TD>
4145
</TR>
4246
</TABLE>
4347
</P>

sql12/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<tstamp/> <!-- Needed to initialize DSTAMP and TSTAMP variables-->
99

1010
<!-- DEFINE VERSION ONLY HERE -->
11-
<!--<property name="squirrelsql.version" value="3.7.1"/>-->
12-
<property name="squirrelsql.version" value="snapshot-${DSTAMP}_${TSTAMP}"/>
11+
<property name="squirrelsql.version" value="3.8.1"/>
12+
<!--<property name="squirrelsql.version" value="snapshot-${DSTAMP}_${TSTAMP}"/>-->
1313

1414
<delete dir="output"/>
1515
<mkdir dir="output/work/bin"/>

sql12/core/doc/changes.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
SQuirreL SQL Client Change Log
22
==============================
33

4-
Not yet released, available in our GIT repository and in snapshots and future releases.
5-
===============================================================================================
4+
3.8.1 (12/29/2017)
5+
==================
6+
67

78
Enhancements:
89

sql12/installer/mac/installer-readme.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@
2828
<TH>SQuirreL SQL Client Version</TH>
2929
<TH>JRE Minimum Version</TH>
3030
<TR align="center">
31-
<TD>3.0 and higher</TD>
31+
<TD>3.8.1 and higher</TD>
32+
<TD>1.8</TD>
33+
</TR>
34+
<TR align="center">
35+
<TD>3.0 - 3.8.0</TD>
3236
<TD>1.6</TD>
3337
</TR>
34-
<TR align="center">
35-
<TD>2.4 - 2.6.x</TD>
36-
<TD>1.5</TD>
37-
</TR>
3838
<TR align="center">
39-
<TD>2.0 - 2.3.2</TD>
40-
<TD>1.4</TD>
39+
<TD>2.4 - 2.6.x</TD>
40+
<TD>1.5</TD>
41+
</TR>
42+
<TR align="center">
43+
<TD>2.0 - 2.3.2</TD>
44+
<TD>1.4</TD>
4145
</TR>
4246
</TABLE>
4347
</P>

sql12/installer/other/installer-readme.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@
2828
<TH>SQuirreL SQL Client Version</TH>
2929
<TH>JRE Minimum Version</TH>
3030
<TR align="center">
31-
<TD>3.0 and higher</TD>
31+
<TD>3.8.1 and higher</TD>
32+
<TD>1.8</TD>
33+
</TR>
34+
<TR align="center">
35+
<TD>3.0 - 3.8.0</TD>
3236
<TD>1.6</TD>
3337
</TR>
34-
<TR align="center">
35-
<TD>2.4 - 2.6.x</TD>
36-
<TD>1.5</TD>
37-
</TR>
3838
<TR align="center">
39-
<TD>2.0 - 2.3.2</TD>
40-
<TD>1.4</TD>
39+
<TD>2.4 - 2.6.x</TD>
40+
<TD>1.5</TD>
41+
</TR>
42+
<TR align="center">
43+
<TD>2.0 - 2.3.2</TD>
44+
<TD>1.4</TD>
4145
</TR>
4246
</TABLE>
4347
</P>

sql12/web-site/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<td width=50% valign=top align="center">
1919
<FONT SIZE=6 STYLE="font-size: 22pt">Universal SQL Client </FONT>
2020
<A href="http://www.squirrelsql.org/#installation">
21-
<FONT SIZE=6 STYLE="font-size: 20pt">Version 3.8.0</FONT></A>
21+
<FONT SIZE=6 STYLE="font-size: 20pt">Version 3.8.1</FONT></A>
2222
<br>
2323
<FONT SIZE=2>
2424
Information on SQuirrel SQL FX based on JDK 1.8 and JavaFX <a href="index.php?page=squirrelFx">here</a>

sql12/web-site/home.html

+17-15
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="body"></h1>
4343
<tr>
4444
<td class="body_left_border">&nbsp;</td>
4545
<td width='100%' class="body" bgcolor="white" valign="top">
46-
<h3 class="body"><A name="newfeatures">3.8.0 Features:</A></h3>
46+
<h3 class="body"><A name="newfeatures">3.8.1 Features:</A></h3>
4747
<B><p>All new features and bug fixes can be found in our <a
4848
href="http://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt">change log</a>.
4949
</p>
@@ -102,6 +102,19 @@ <h3 class="body"><A name="newfeatures">3.8.0 Features:</A></h3>
102102
<td width='100%' class="body" bgcolor="white" valign="top">
103103
<h1 class="body"><a name="latestnews">Latest News</a></h1>
104104
<br>
105+
<center>
106+
<br><hr><br>
107+
<h3 class="body">
108+
New release 3.8.1 which introduces Java 9 compatibility and requires Java 8 as minimum version.<br>
109+
Also contains several new features and bug fixes. For details see our
110+
<A href="http://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt">change log</A>.<br>
111+
<A href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.1/squirrel-sql-3.8.1-standard.jar/download">Download installer for Windows/Linux/others</a><br>
112+
<A href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.1/squirrel-sql-3.8.1-MACOSX-install.jar/download">Download installer for Mac OS </a><br>
113+
<br>
114+
Thanks a lot for electing SQuirreL as community choice project of the month for January 2018.
115+
</h3>
116+
</center>
117+
105118
<center>
106119
<br><hr><br>
107120
<h3 class="body">
@@ -148,16 +161,6 @@ <h3 class="body">
148161
<A href="http://sourceforge.net/projects/squirrel-sql/files/3-snapshots/snapshot-20170923_1027/squirrel-sql-snapshot-20170923_1027-MACOSX-install.jar/download">Download installer for Mac OS </a><br>
149162
</h3>
150163
</center>
151-
<center>
152-
<br><hr><br>
153-
<h3 class="body">
154-
New release 3.8.0<br>
155-
All new features and bug fixes can be found in our
156-
<A href="http://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt">change log</A>.<br>
157-
<A href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.0/squirrel-sql-3.8.0-standard.jar/download">Download installer for Windows/Linux/others</a><br>
158-
<A href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.0/squirrel-sql-3.8.0-MACOSX-install.jar/download">Download installer for Mac OS </a><br>
159-
</h3>
160-
</center>
161164
</td>
162165
<td class="body_right_border">&nbsp;</td>
163166
</tr>
@@ -268,11 +271,10 @@ <h1 class="body"><A name="installation">Download and Installation</A></h1>
268271
<h2>The most important <U>downloads</U> are:</h2>
269272

270273
<UL>
271-
<!-- SF messed downloads up a bit. We do our best to keep at least the most important links simple-->
272-
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.0/squirrel-sql-3.8.0-standard.jar/download">Install jar of SQuirreL 3.8.0 for Windows/Linux/others</a></B></LI>
273-
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.0/squirrel-sql-3.8.0-MACOSX-install.jar/download">Install jar of SQuirreL 3.8.0 for MacOS X</a></B></LI>
274+
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.1/squirrel-sql-3.8.1-standard.jar/download">Install jar of SQuirreL 3.8.1 for Windows/Linux/others</a></B></LI>
275+
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.1/squirrel-sql-3.8.1-MACOSX-install.jar/download">Install jar of SQuirreL 3.8.1 for MacOS X</a></B></LI>
274276
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/3-snapshots/">Install jars of latest snapshots</a></B></LI>
275-
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.0-plainzip/">Plain zips the latest release for Windows/Linux/MacOS X/others</a></B></LI>
277+
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.8.1-plainzip/">Plain zips the latest release for Windows/Linux/MacOS X/others</a></B></LI>
276278
<LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/">Overview of all available downloads</a></B></LI>
277279
</UL>
278280

sql12/web-site/src/main/resources/faq.html

+16-19
Original file line numberDiff line numberDiff line change
@@ -406,25 +406,22 @@ <h1 class="question"><a name="faq1">Which version of the JVM
406406
<th>Minimum JVM Version</th>
407407
</tr>
408408

409-
<tr align="center">
410-
<td>3.0+</td>
411-
<td>1.6</td>
412-
</tr>
413-
414-
<tr align="center">
415-
<td>2.4 - 2.6.x</td>
416-
<td>1.5</td>
417-
</tr>
418-
419-
<tr align="center">
420-
<td>2.0 - 2.3.x</td>
421-
<td>1.4.2</td>
422-
</tr>
423-
424-
<tr align="center">
425-
<td>1.1 Final</td>
426-
<td>1.3.1</td>
427-
</tr>
409+
<TR align="center">
410+
<TD>3.8.1 and higher</TD>
411+
<TD>1.8</TD>
412+
</TR>
413+
<TR align="center">
414+
<TD>3.0 - 3.8.0</TD>
415+
<TD>1.6</TD>
416+
</TR>
417+
<TR align="center">
418+
<TD>2.4 - 2.6.x</TD>
419+
<TD>1.5</TD>
420+
</TR>
421+
<TR align="center">
422+
<TD>2.0 - 2.3.2</TD>
423+
<TD>1.4</TD>
424+
</TR>
428425
</table>
429426

430427
<p><a href="#top">Top</a></p>

0 commit comments

Comments
 (0)