-
Notifications
You must be signed in to change notification settings - Fork 7
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
8a822b7
commit 2c88b2c
Showing
2 changed files
with
12 additions
and
2 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,9 +1,19 @@ | ||
libethercat (0.6.3) unstable; urgency=low | ||
|
||
* fix: eeprom size up to 64kB | ||
* fix: copying ifname to ifr | ||
* add: git changelog gen script | ||
|
||
-- Robert Burger <[email protected]> Tue, 10 Dec 2024 06:15:18 +0100 | ||
|
||
libethercat (0.6.2) unstable; urgency=low | ||
|
||
* fix: debian rules duplicate rule | ||
* update: changelog for 0.6.2 | ||
* bump: 0.6.2 | ||
* update: changelog for 0.6.1 | ||
|
||
-- Robert Burger <[email protected]> Sat, 30 Nov 2024 09:35:56 +0100 | ||
-- Robert Burger <[email protected]> Sat, 30 Nov 2024 09:36:46 +0100 | ||
|
||
libethercat (0.6.1) unstable; urgency=low | ||
|
||
|
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,2 +1,2 @@ | ||
VERSION = 0.6.2 | ||
VERSION = 0.6.3 | ||
MAINTAINER = Robert Burger <[email protected]> |