Verision 1.1.26

This commit is contained in:
Slava Monich
2022-10-14 16:49:58 +03:00
parent 0dc84b0748
commit eafec68ff8
3 changed files with 9 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
VERSION_MAJOR = 1 VERSION_MAJOR = 1
VERSION_MINOR = 1 VERSION_MINOR = 1
VERSION_RELEASE = 25 VERSION_RELEASE = 26
# Version for pkg-config # Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libgbinder (1.1.26) unstable; urgency=low
* Use BINDER_TYPE_HANDLE for NULL binders
* Fixed binder object encoding in aidl3 protocol
-- Slava Monich <slava.monich@jolla.com> Fri, 14 Oct 2022 16:48:29 +0300
libgbinder (1.1.25) unstable; urgency=low libgbinder (1.1.25) unstable; urgency=low
* Handle RPC protocol change at run time * Handle RPC protocol change at run time

View File

@@ -1,6 +1,6 @@
Name: libgbinder Name: libgbinder
Version: 1.1.25 Version: 1.1.26
Release: 0 Release: 0
Summary: Binder client library Summary: Binder client library
License: BSD License: BSD