Version 1.1.6

This commit is contained in:
Slava Monich
2021-03-02 18:19:38 +02:00
parent 5a897a34c2
commit f591433118
4 changed files with 18 additions and 4 deletions

View File

@@ -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)

14
debian/changelog vendored
View File

@@ -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 <slava.monich@jolla.com> 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

4
debian/copyright vendored
View File

@@ -1,5 +1,5 @@
Copyright (C) 2018-2020 Jolla Ltd.
Copyright (C) 2018-2020 Slava Monich <slava.monich@jolla.com>
Copyright (C) 2018-2021 Jolla Ltd.
Copyright (C) 2018-2021 Slava Monich <slava.monich@jolla.com>
You may use this file under the terms of BSD license as follows:

View File

@@ -1,5 +1,5 @@
Name: libgbinder
Version: 1.1.5
Version: 1.1.6
Release: 0
Summary: Binder client library
License: BSD