Version 1.1.4
This commit is contained in:
parent
90384e921f
commit
66f08bf0db
4
LICENSE
4
LICENSE
|
@ -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:
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@
|
|||
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 1
|
||||
VERSION_RELEASE = 3
|
||||
VERSION_RELEASE = 4
|
||||
|
||||
# Version for pkg-config
|
||||
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
libgbinder (1.1.4) unstable; urgency=low
|
||||
|
||||
* Fixed a threading issue
|
||||
* Decode NULL object reference
|
||||
* Added new basic HIDL types
|
||||
* Set TF_ACCEPT_FDS transaction flag
|
||||
* Added servicemanager_hidl unit test
|
||||
|
||||
-- Slava Monich <slava.monich@jolla.com> Thu, 21 Jan 2021 03:34:45 +0200
|
||||
|
||||
libgbinder (1.1.3) unstable; urgency=low
|
||||
|
||||
* Improved unit test coverage
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: libgbinder
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 0
|
||||
Summary: Binder client library
|
||||
License: BSD
|
||||
|
|
Loading…
Reference in New Issue