From 94ddc9f0e57cab838d1403323d959b0846056e8d Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 22 Jun 2022 17:05:07 +0300 Subject: [PATCH] Version 1.1.22 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ecf23c2..7e006a9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 21 +VERSION_RELEASE = 22 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 1cc0e2c..bdc7795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgbinder (1.1.22) unstable; urgency=low + + * Added support for Android 12 (API level 31) + * Made binder device configurable for binder-dump + + -- Slava Monich Wed, 22 Jun 2022 17:02:20 +0300 + libgbinder (1.1.21) unstable; urgency=low * Made Properly finalize GBinderIpc and GBinderServicePoll diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index 2ad2d13..ee7d683 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.21 +Version: 1.1.22 Release: 0 Summary: Binder client library License: BSD