mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Prepare release 2.2.1
This commit is contained in:
parent
4ddeff337f
commit
bd35c66b6f
@ -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.
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
* Close #159 Opening existing database
|
||||
|
||||
xca 2.2.0 Wed Jan 29 2020
|
||||
|
||||
* Switch to MSI installer
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
<author>(c) by Christian Hohnstädt, <tt>christian@hohnstaedt.de</tt>
|
||||
|
||||
<date>January 2020 - Version 2.2.0
|
||||
<date>January 2020 - Version 2.2.1
|
||||
|
||||
<abstract>
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user