From 5ddc9d94d64d8aefc785dbe28372868b1da07a4d Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 2 Sep 2021 12:32:00 +0300 Subject: [PATCH] Version 1.1.11 --- Makefile | 2 +- debian/changelog | 10 ++++++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index edbc3cb..2bd0f91 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 10 +VERSION_RELEASE = 11 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 9e5049a..b0c490f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libgbinder (1.1.11) unstable; urgency=low + + * Fix potential deadlock in gbinder_ipc_looper_free() + * Fix occasional crashes in pthread_setname_np() + * Fix unit tests on some musl-based systems + * Make unit tests comptible with glib < 2.36 + * Bump libglibutil requirement for debian build + + -- Slava Monich Thu, 02 Sep 2021 12:32:39 +0300 + libgbinder (1.1.10) unstable; urgency=low * Release dead binder nodes diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index cda315e..d530777 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.10 +Version: 1.1.11 Release: 0 Summary: Binder client library License: BSD