-
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
c831726
commit 4cd809d
Showing
2 changed files
with
12 additions
and
1 deletion.
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,14 @@ | ||
* Wed Nov 13 2024 Martin Spinler <[email protected]> - 6.24.0-1 | ||
- [FEATURE] drivers: add support for Terasic A2700 card | ||
- [FEATURE] drivers: check subdevices by card_name (and DSN) in all PCI endpoint FDTs | ||
- [FEATURE] nfb-bus: introduce byte mode for read & writes | ||
- [FEATURE] libnfb, drivers: report errors when accessing outside component space | ||
- [FEATURE] libnfb: support library extension with device prefix "libnfb-ext:" | ||
- [HOTFIX] nfb-boot: quick boot on N6010 | ||
- [FIX] libnfb, tools: disable mavx2/sse when compiler support is missing | ||
- [FIX] pynfb: rewrite __dealloc__ methods to __del__ | ||
- [MAINTENANCE] libnfb-ext-python: fix package name and binary path | ||
|
||
* Fri Oct 4 2024 Martin Spinler <[email protected]> - 6.23.6-1 | ||
- [BUGFIX] libnfb - MDIO: fix deadlock due to recursive lock | ||
|
||
|
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.6 | ||
6.24.0 |