Prepare release 2.2.1

This commit is contained in:
Christian Hohnstaedt 2020-01-30 17:24:40 +01:00
parent 4ddeff337f
commit bd35c66b6f
4 changed files with 6 additions and 7 deletions

View File

@ -2,11 +2,8 @@
## __Release Notes__
* This is a minor release, addressing 21 bugs and feature requests
* Most notable improvements:
1. Support concurrent database access
2. Support ODBC database driver and Microsoft SQL Server
3. Switch to MSI installer on Windows
* This is a patch release, fixing *Issue #159: "Opening existing database"*
which prevented the current version opening databases of XCA 2.1.2
* Since version 2 of XCA the database format changed to SQL
Don't try to open it with older versions of XCA (< 1.4.0).
They will corrupt the database.

View File

@ -1,3 +1,5 @@
* Close #159 Opening existing database
xca 2.2.0 Wed Jan 29 2020
* Switch to MSI installer

View File

@ -7,7 +7,7 @@
<author>(c) by Christian Hohnst&auml;dt, <tt>christian@hohnstaedt.de</tt>
<date>January 2020 - Version 2.2.0
<date>January 2020 - Version 2.2.1
<abstract>

View File

@ -6,7 +6,7 @@ export dir="$1"
(
head -n -2
test -z "$dir" || cd $dir
sha256sum * | while read md file; do
sha256sum *xca* | while read md file; do
echo ' "'$file'":"'$md'",'
done
cat <<-EOF