-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.4.1 | ||
current_version = 0.4.2 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
softu2f (0.4.2) unstable; urgency=medium | ||
|
||
* Remove xdg:schema search attribute, some entries from older versions can lack this attribute | ||
* Better handling of bogus app id's from Firefox and Chrome | ||
|
||
-- Dan <[email protected]> Mon, 6 Sep 2021 15:32:00 -0800 | ||
|
||
|
||
softu2f (0.4.1) unstable; urgency=medium | ||
|
||
* Logging improvements | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: softu2f | ||
Version: 0.4.1 | ||
Version: 0.4.2 | ||
Release: 1%{?dist} | ||
Summary: U2F tokens emulated as software | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Daniel Stiner <[email protected]>"] | ||
description = "System daemon for emulating U2F devices" | ||
name = "softu2f-system-daemon" | ||
version = "0.4.1" | ||
version = "0.4.2" | ||
|
||
[dependencies] | ||
bincode = "1.1.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Daniel Stiner <[email protected]>"] | ||
name = "tokio-linux-uhid" | ||
version = "0.4.1" | ||
version = "0.4.2" | ||
description = "Tokio-based interface to Linux UHID (user-space HID transport drivers)" | ||
license = "MIT" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Daniel Stiner <[email protected]>"] | ||
name = "softu2f-user-daemon" | ||
version = "0.4.1" | ||
version = "0.4.2" | ||
|
||
[dependencies] | ||
base64 = "0.10.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Daniel Stiner <[email protected]>"] | ||
name = "u2f-core" | ||
version = "0.4.1" | ||
version = "0.4.2" | ||
[dependencies] | ||
assert_matches = "1.3.0" | ||
base64 = "0.10.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Daniel Stiner <[email protected]>"] | ||
name = "u2fhid-protocol" | ||
version = "0.4.1" | ||
version = "0.4.2" | ||
|
||
[dependencies] | ||
bitflags = "1.1.0" | ||
|