Skip to content

Commit

Permalink
Prepare release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Jan 30, 2020
1 parent 4ddeff3 commit bd35c66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Close #159 Opening existing database

xca 2.2.0 Wed Jan 29 2020

* Switch to MSI installer
Expand Down
2 changes: 1 addition & 1 deletion doc/xca.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<author>(c) by Christian Hohnst&auml;dt, <tt>[email protected]</tt>

<date>January 2020 - Version 2.2.0
<date>January 2020 - Version 2.2.1

<abstract>

Expand Down
2 changes: 1 addition & 1 deletion misc/gen-binary-hash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd35c66

Please sign in to comment.