Version 1.1.6
This commit is contained in:
2
Makefile
2
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)
|
||||
|
||||
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -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
4
debian/copyright
vendored
@@ -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:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: libgbinder
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Release: 0
|
||||
Summary: Binder client library
|
||||
License: BSD
|
||||
|
||||
Reference in New Issue
Block a user