Accepting request 1131283 from X11:Wayland
- Update to release 1.2 OBS-URL: https://build.opensuse.org/request/show/1131283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libei?expand=0&rev=12
This commit is contained in:
commit
b259b4b227
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23a6890ba1139249f5c9f6d33ce6be2ad04bd0236f339eeb62c7460cbd4932de
|
||||
size 225237
|
BIN
libei-1.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libei-1.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 08:31:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2
|
||||
* if the write buffer is full, outgoing messages are now cached
|
||||
instead of returning EAGAIN.
|
||||
* if a message send fails, stop trying to send more messages
|
||||
which will do nothing but spam the log with more errors
|
||||
* if we get disconnected by the server, stop trying to send
|
||||
things to the server (and spam the log on error)
|
||||
* use EINTR checks instead of blocking SIGALRM
|
||||
* keep a cache of defunct objects to avoid spamming the log when
|
||||
there are in-flight messages arriving after destroy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 06:04:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libei
|
||||
%define lname libei1
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Library for emulated input in Wayland
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user