From 3fc9ff92be9a666915497792ab8c20ec36062116efe1044292bd50ca348003ef Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Dec 2023 08:47:15 +0000 Subject: [PATCH] - Update to release 1.2 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libei?expand=0&rev=27 --- libei-1.1.0.tar.gz | 3 --- libei-1.2.0.tar.gz | 3 +++ libei.changes | 14 ++++++++++++++ libei.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 libei-1.1.0.tar.gz create mode 100644 libei-1.2.0.tar.gz diff --git a/libei-1.1.0.tar.gz b/libei-1.1.0.tar.gz deleted file mode 100644 index 75929f6..0000000 --- a/libei-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23a6890ba1139249f5c9f6d33ce6be2ad04bd0236f339eeb62c7460cbd4932de -size 225237 diff --git a/libei-1.2.0.tar.gz b/libei-1.2.0.tar.gz new file mode 100644 index 0000000..826ad62 --- /dev/null +++ b/libei-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680f85d49968dd96dff6e4b97340669d4e04a8b6248fbe223cdf192e8fc9e3e8 +size 230797 diff --git a/libei.changes b/libei.changes index 2e1faf2..1bbd6a0 100644 --- a/libei.changes +++ b/libei.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Dec 6 08:31:30 UTC 2023 - Jan Engelhardt + +- 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 diff --git a/libei.spec b/libei.spec index 43746dd..fe96769 100644 --- a/libei.spec +++ b/libei.spec @@ -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