-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ChangeLog and bump ABI + release version for v2.1.3 release
Signed-off-by: Joachim Nilsson <[email protected]>
- Loading branch information
Showing
4 changed files
with
17 additions
and
5 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
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,3 +1,14 @@ | ||
libuev (2.1.3) unstable; urgency=medium | ||
|
||
* Minor bugfix release | ||
- Updated joystick example, use first joystick, /dev/input/js0 | ||
- Use LIST_FOREACH_SAFE() instead of while() in uev_exit() | ||
- New API test for uev_exit() | ||
- Don't call uev_timer_set() when stopping a timer, may cause lockups | ||
- Return OK immediately if a signal watcher is already stopped | ||
* Packaging fixes: libuev.so symlink goes in -dev package | ||
-- Joachim Nilsson <[email protected]> Thu, 06 Sep 2018 22:01:24 +0200 | ||
|
||
libuev (2.1.2) unstable; urgency=medium | ||
|
||
* Minor bugfix release | ||
|
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