-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
f96cb60
commit 17fe9dc
Showing
4 changed files
with
8 additions
and
3 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,3 +1,8 @@ | ||
* Thu Oct 3 2024 Martin Spinler <[email protected]> - 6.23.5-1 | ||
- [FEATURE] pynfb: add lock/unlock methods to Comp | ||
- [FEATURE] libnfb: add nfb_comp_trylock | ||
- [FIX] libnfb: loop in nfb_comp_lock while lock is busy | ||
|
||
* Thu Sep 26 2024 Martin Spinler <[email protected]> - 6.23.4-1 | ||
- [FEATURE] pynfb: introduce context manager for device, which ensures closing | ||
- [BUGFIX] ndp-tool: correctly check limits in multithread mode | ||
|
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 +1 @@ | ||
6.23.4 | ||
6.23.5 |
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
setup( | ||
name = "nfb", | ||
version = "0.2.0", | ||
version = "0.2.1", | ||
author = "Martin Spinler", | ||
author_email = "[email protected]", | ||
ext_package = "nfb", | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ libnfb_ext_extra_args = libnetcope_ext_extra_args = ext_extra_args | |
|
||
setup( | ||
name = "nfb", | ||
version = "0.2.0", | ||
version = "0.2.1", | ||
author = "Martin Spinler", | ||
author_email = "[email protected]", | ||
ext_package = "nfb", | ||
|