From f591433118ce000b6f22eef9787d0baedd48962f Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Tue, 2 Mar 2021 18:19:38 +0200 Subject: [PATCH] Version 1.1.6 --- Makefile | 2 +- debian/changelog | 14 ++++++++++++++ debian/copyright | 4 ++-- rpm/libgbinder.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2884427..339ba1c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 5 +VERSION_RELEASE = 6 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index eeed54c..17a3b65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libgbinder (1.1.6) unstable; urgency=low + + * Implemented support for passing object over the bridge + * Retry service name registration + * Wait for completion of the reply + * Fixed death handling by GBinderBridge + * Added gbinder_bridge_new2() + * Added -s option to binder-bridge + * Fixed invalid slice deallocation + * Made unit tests more reliable + * Make sure that libgbinder doesn't block on exit + + -- Slava Monich Tue, 02 Mar 2021 18:18:03 +0200 + libgbinder (1.1.5) unstable; urgency=low * Fixed gbinder_remote_reply_copy_to_local() for empty replies diff --git a/debian/copyright b/debian/copyright index c9e54a9..ba30d6f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ -Copyright (C) 2018-2020 Jolla Ltd. -Copyright (C) 2018-2020 Slava Monich +Copyright (C) 2018-2021 Jolla Ltd. +Copyright (C) 2018-2021 Slava Monich You may use this file under the terms of BSD license as follows: diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index 28d685b..5d78d30 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,5 +1,5 @@ Name: libgbinder -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: Binder client library License: BSD