Added changelog.html to top of help's left frame. Then it can be easily
	opened again also after first start where it appears automated.

	Fixed index-right.html "dependencies" to talk about MariaDB instead
	of MySQL
This commit is contained in:
OH1KH 2022-11-12 12:50:07 +02:00
parent 98a8ba5d0d
commit 33df9b8cf4
3 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@
<h2><a name="aa"><strong>Contents:</strong></a></h2>
<h3><strong>Quick start</strong></h3>
<ul>
<li><a target="right" href="/usr/share/cqrlog/changelog.html">Changelog</a></li>
<li><a target="right" href="h1.html">Starting cqrlog</a></li>
<li><a target="right" href="firsttime.html">Running first time</a></li>
<li><a target="right" href="h1.html#ah1">Preferences</a></li>

View File

@ -98,8 +98,8 @@ and
at <a href="http://hamlib.sourceforge.net/"><strong>http://hamlib.sourceforge.net/</strong></a>, however
precompiled packages are available for almost all major Linux distributions.
</li>
<li><strong>MySQL server and client</strong> - The MySQL client must be installed,
without this the program will not work at all. A MySQL server must be reachable,
<li><strong>MariaDB mysql server and client</strong> - The MariaDB client must be installed,
without this the program will not work at all. A MariaDB server must be reachable,
either on the local machine or via a network.
</li>
<li><strong>libssl-devel</strong> needed if you want to use LoTW and/or online log upload

View File

@ -21,7 +21,7 @@ const
cRELEAS = 0;
cBUILD = 1;
cBUILD_DATE = '2022-07-05';
cBUILD_DATE = '2022-11-12';
implementation