From eaab366dcb89718d5358abe33d13fc78d4fea629 Mon Sep 17 00:00:00 2001 From: Slava Monich <slava.monich@jolla.com> Date: Tue, 22 Dec 2020 15:19:03 +0200 Subject: [PATCH] Version 1.1.1 --- Makefile | 2 +- debian/changelog | 9 +++++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a7c3ea1..42e1910 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 0 +VERSION_RELEASE = 1 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 490aa99..b0926fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libgbinder (1.1.1) unstable; urgency=low + + * Handle corner cases for abandoned loopers + * Pass 0x0f priority to aidl2 service list request. + * Improved binder simulation for unit tests + * Added servicemanager_aidl unit test + + -- Slava Monich <slava.monich@jolla.com> Tue, 22 Dec 2020 15:15:10 +0200 + libgbinder (1.1.0) unstable; urgency=low * Made RPC protocol configurable per binder device diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index ce3cc78..8c57374 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,5 +1,5 @@ Name: libgbinder -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Binder client library License: BSD -- GitLab